/* CSS Document */


body {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	}
a, a:visited{
	color: #000066;
	text-decoration: none;
	}
	
a:hover{
	color: #990000;
	text-decoration: none;
	}

#container {
	width: 852px;
	background: #ffffff;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
#header {
	height: 59px;
	margin-top: 8px;
}
#headerimg {
	height: 75px;
	float: left;
	width: 311px;
}
#headernav {
	height: 23px;
	margin-top: 1px;
	margin-bottom: 3px;
	padding-left: 0px;
}
.tbar {
	background-image: url(images/tbar.gif);
	background-repeat: repeat-x;
	height: 7px;
}

#navigation {
	list-style: none;
	padding: 0 0 3px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#navigation li {
	float: left;
	padding-right: 6px;
	padding-left: 3px;
}
#navigation li a {
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#navigation li a:hover {
  color: #28971C;
	text-decoration: none;
}
.tbar2 {
	background-image: url(images/tbar_bottom.jpg);
	background-repeat: repeat-x;
	height: 12px;
}
#r_sidebar {
	background: #ffffff;
	color: #000000;
	width: 198px;
	float: right;
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	}
#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#r_sidebar h2 {
	color: #000000;
	background: #ffffff;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	}


#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 0px 0px;
	}
	
#r_sidebar ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}

#r_sidebar ul li a:hover {
	color: #28971C;
	background: #F4F4F4;
	font-weight: bold;
	}
#footer {
	padding: 5px 0px;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #666666;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#content {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 0px;
	position:relative;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.66em;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#content a:hover {
	color: #000099;
	text-decoration: none;
}	
#content p img{
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px 5px 5px 0px;
	}
#content h1 {
	color: #990000;
	font-size: 18pt;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	margin: 0px 0px 5px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #666666;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	text-transform: capitalize;
	}
#content h2 a  {
	color: #666666;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	background: #f5fbff;
	text-decoration: none;
	}


#content h3 {
	color: #990000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Sans-Serif;
	font-weight: bold;
	line-height: 120%;
	font-variant: normal;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	background: #f5fbff;
	text-decoration: none;
	}

#content h3 {
	color: #666666;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: small-caps;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	background: #00ccff;
	text-decoration: none;
	}



#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #000066;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #990000;
	text-decoration: underline;
	}


#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
