@charset "UTF-8";
body {
margin: 0px;
padding-top: 20px;
font-size: small;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #ffffff;
text-align: left;
}

ul li { display: inline; }

.showli li{ 
	 display: list-item;
	 list-style-type:disc;
	}

a {
text-decoration: none;
}

a img {
border: none;
}

a:hover {
	color: #ff0000;
}

#menu {
	float:left;
	width: 180px;
	vertical-align: top;
	text-align: center;
}


#content{
	margin: 0px 10px 10px 0px;
	padding: 10px;
	text-align: center;
	border: 3px solid #0000FF;
	overflow:auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.item, .header {
margin: 0px 5px 0px 5px;
padding: 10px 0px 10px 0px;
text-align: center;
border-bottom: 3px solid #0000FF;
overflow:auto;
}

.header {
	background-color:#FC9;
	border-top: 3px solid #0000FF;
}

.notop {
	border-top: none;
}

.half {
	float: left;
	width: 50%;
	overflow:auto;

}

.vertline{
	width: 49%;
	border-right: 1px dotted #0000FF;
}

.clear{
	clear:both;
}

.thickline, .thinline {
margin: 5px 5px 5px 5px;
overflow: auto;
height:auto;
}

.thinline {
margin: 0px;
}

.pad10 {
	padding:10px;
}

.margin-right {
	margin-right: 10px;
}

ul li {
font-size: 100%;
}

.box2{
background: #ffffff;
border: 1px solid #3366cc;
}

.padline, .thinline {
margin: 10px 10px 10px 10px;
overflow: auto;
//border: 1px dotted <?php echo $hilite  ?>;
}

.thinline {
margin: 0;
}



.left {
float: left;
}
.textleft{
text-align:left;
}
.right {
float: right;
}

.skinny{
display: inline; 
margin: 0; 
}

.white {color: #FFFFFF}
.gray {color: #666666}
.red {color: #CC0000}
.green {color: #006600}
.yellow {color: #FFCC00}
.blue {color: #0000FF}

h1 {
font-size: 90%;

}

h2 {
font-size: 100%;
}

h3 {
font-size: 120%;
}

.p70 {
font-size: 70%;
}

.p80 {
font-size: 80%;
}

.p90 {
font-size: 90%;
}

.p100 {
font-size: 100%;
}

.p110 {
font-size: 110%;
}

.p120 {
font-size: 120%;
}

.p130 {
font-size: 130%;
}

.p100b {
	font-size: 100%;
	font-weight: bolder;
}

.p110b {
	font-size: 110%;
	font-weight: bolder;
}

.p120b {
	font-size: 120%;
	font-weight: bolder;
}

.p130b {
	font-size: 130%;
	font-weight: bolder;
}

.peach_bg { background-color: #FFCC99; }
.gray_bg { background-color: #CCCCCC; }
.darkgray_bg { background-color: #666666; }
.black_bg { background-color: #000000; }
.ginger { background: url(projects/gingerbread/gingerBG.jpg) repeat #663300; 
color: #FFFFFF;
}
.candycorn_bg { background: url(projects/desktops/candycorn.jpg) repeat #ffffff; 
color: #000000;
}
.anythinggoes { background: url(projects/anything-goes/ag_background.gif) repeat; 
}
.mint_bg { background-color: #00CC33; }
.seventythree_bg { background: url(projects/73/73_graywrinkle.gif) repeat; }
.pencil_bg { background: url(projects/desktops/pencil_vert.GIF) repeat; }
.lasergreen {
	margin: 20px 10px 0px 190px;
	padding: 10px;
	text-align: center;
	border: 3px solid #0C0;
	background-color: #000000;
	color:#0F0;
	}
.lasergreen img{
	border: 1px solid #0C0;
}
.ginger link, .ginger vlink, .ginger alink, .ginger a{
color: #FFFFFF;
text-decoration: underline;
}

.photo {
border: 1px dotted #000000;
margin:5px;
padding:3px;
}


	
/* =-=-=-=-=-=-=-[nav]-=-=-=-=-=-=-=- */


	
.nav {
	width: 180px;
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	
	}	
	
.nav a{
	height: 25px;
	font-size: 120%;
	font-weight: bolder;
	text-decoration: none;
	margin: 0;
	padding: 7px 0px 0px 30px;
	color: #0000FF;
	display: block;
	background: url(Media/menu_bg.jpg);
	}
	
.nav a:hover {
	color: #000099;
	background: url(Media/menu_bg.jpg) 0 -32px;
	
	}
	
.nav a:active {
	color: #0000FF;
	background: url(Media/menu_bg.jpg) 0 -32px;
	
	}
 
.nav  a.current {
	color: #000066;
	background: url(Media/menu_bg.jpg) 0 -64px;
	}