/* CSS Document */

/* .header h1 {
	font-size: small;
	}
*/

body {
	color:#000000;
	background-color:#999999;
	margin:0px;
	padding:0px;
	font:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#wrapper{
	width: 770px;
	background-color:#FFFFFF;
	margin: 7px auto 0px;
	text-align: left;
}
h1 {
	font-size:18px;
	font-weight:900;
	margin-bottom: 10px;
	margin-top: 10px;
	} 
/* h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	font-weight:900;
	color:#ccc;
	} */
   h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	line-height:180%;
	font-weight:500;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

ul {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	line-height:180%;
	font-weight:500;
	}

a {
        /* font-weight:600; */
	text-decoration:none;
	}
a:link {
color:#0066cc;
text-decoration: none;
	}
a:visited {
/*	color:#b85b5a; */
	color:#663333; 
	font-weight:500;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}

.header {
	display:block;
	border: 0px;
	background-color: #006633;
	}

#navLeft {
	float: left;
	width:168px;
	top:85px;
	background-color:#F8F8F8;
	padding:25px 5px 10px;
	width:168px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS includea "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#navLeft {width:168px;}
	
#categories {
	margin-left: 7px;
	width:150px;
        }

#linklist {
	margin-left: 7px;
	width:150px;
	font:11px verdana, arial, helvetica, sans-serif;
        }

/* All the content boxes belong to the content class. */

.content {
	float: left;
	width: 68%;
	margin-left: 14px;
                     margin-top: 12px;
	background-color:#FFFFFF; 
	padding:10px;
	}
.content2 {
	float: left;
	width: 49%;
	margin-left: 5px;
        margin-top: 12px;
	background-color:#FFFFFF; 
	padding:10px;
	}

#credits {
	text-align:right;
	font-family: verdana, arial, helvetica, sans-serif;
        font-size: 9px;
	font-weight:400;
	line-height:120%;
	}

#navRight {
	float:right;
	width:168px;
	top:85px;
	right:0px;
	background-color:#F8F8F8;
	padding:25px 10px 10px;

/* Hack for IE5/Win. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:165px;
	}
/* Again, "be nice to Opera 5". */
body>#navRight {width:165px;}

#navRight li {
	text-indent: -15px;
	padding-left: 15px;
	}
#footer {
clear: both;
margin-top: 0;
background-color: White;
}
#yellowbar {
float:left;
margin-top: 0;
}
#google {
float:right;
margin-top: 0;
margin-left: 7px;
}