a{
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link{
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #006699;
	text-decoration: underline;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainContainer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

#masthead{
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CBA769;
	width: 100%;
}

#sideBar{
	margin: 0px;
	padding: 0px;
	width: 110px;
	float: left;
	text-align: left;
	vertical-align: top;
}

#content{
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #D9BE8F;
	float: right;
}

#siteInfo{
	color: #666666;
	background-color: #E4D3B5;
	text-align: left;
	font-size: 80%;
	text-indent: 120px;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	height: 20px;
	position: static;
	clear: both;
	float: none;
}

/************** #content styles **************/

#content p {
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0px;
	color: #000000;
	text-align: justify;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#content h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #386159;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 2px;
	margin-top: 10px;
	margin-bottom: 8px;
	border-top: 1px none #386159;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
#content h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #E4D3B5;
	margin-top: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h3 {

	font-size: 114%;
	font-weight: bold;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-style: none;
}
#content a:link {
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}
#content img {
	float: right;
	margin: 0px;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
}
#content ul {
	padding: 2px 0px 0px;
	list-style-type: upper-alpha;
	margin: 0px 0px 0px 5px;
	text-align: left;
}
#content li {
	margin-top: 5px;
	list-style-type: disc;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-left: 20px;
	text-align: left;
}

/************* #siteInfo styles ***************/

#siteInfo a:link {
	color: #006699;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#siteinfo p {
	padding: 0px;
	margin: 0px;
}
.contentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
}
.underline {
	text-decoration: underline;
}
#sponsor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
#resource h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
	padding: 5px 0px 0px;
	margin: 0px;
}
#resource p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.centerhighlight {
	background-color: #FFFF00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0px 0px;
	margin: 5px 0px 10px;
}
#resource a:link {
	text-decoration: underline;
	color: #0000FF;
}
#resource {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;
}
#resource a:visited {
	color: #0066FF;
	text-decoration: underline;
}
#resource a:hover {
	color: #009999;
	text-decoration: underline;
}
