/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/yinyang1.jpg);
}

#divHeader {
	margin: 0px;
	padding: 0em;
	background-color: #C3C3C2;
	height: 90px;
	border-bottom: 1px solid #000;
}

/* Main Navigation */
#imgLogo {
	float: left;
}
#divLogo {
	width: 170px;
	height: 89px;
	float: left;
} 

#ulMainNav {
	/*margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 40px;
	*/
	padding: 40px 5px 5px 8px;
}
/*#ulMainNav li {
	display: inline;
	float: left;
}*/
#ulMainNav a:link, #ulMainNav a:visited, #ulMainNav a:active {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/nav_out.gif);
	background-repeat: no-repeat;
	background-position: 18px 50px;
	display: block;
	width: 130px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 50px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/nav_out.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-left: 10px;
	text-indent: 30px;
}
#ulMainNav a:hover {
	background-image: url(../images/nav_over.gif);
}
#ulMainNav a.current:link, #ulMainNav a.current:visited {
	background-image: url(../images/nav_current.gif);
	color: #FFFFFF;
}


/* Columns */
#divContainer {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#divLeft {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 1em 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#divRight {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 1em 5px 0px;
}

#divCenter {
	margin: 0px 160px;
	padding: 1em 1em;
	text-align: justify;
}

div.clearer {
	clear: both;
	line-height: 0px;
	border-bottom: 1px solid #000;
}

#divFooter {
	border-top: 3px double #000;
	padding: .5em;
	margin: 0px;
	clear: both;
	text-align: center;
}

#divFooter a:link, #divFooter a:visited,  #divFooter a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}
#divFooter a:hover {
	color: #000000;
	text-decoration: underline;
}
/* Text Styles */
h1 {
	font-size: 1.2em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

p, h1 {
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}


/* Sub Navigation */
#ulSubNav {
	margin: 0px;
	padding: 0px;
	background-color: #DF9300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#ulSubNav li {
	display: inline;
	list-style-type: none;
}
#ulSubNav a:link, #ulSubNav a:visited, #ulSubNav a:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 144px;
	padding: 2px;
	background: #DF9300;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#ulSubNav a:hover {
	background-color: #FDA500;
}
#ulSubNav a.current {
	background-color: #FDA500;
	cursor: default;
}

/* plain links */
a:link,  a:visited,   a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.foatleft {
	float: left;
	padding-right: 5px;
}
.foatright {
	float: right;
	padding-left: 5px;
}

