body{ font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #CACACA;
	background-image: none;
	background-repeat: repeat;
}

P, ul, li, blockquote, td {
  color: #000000;
  font-size:10pt;
  line-height:14pt;
  margin-left:10pt;
  margin-right:10pt;
  font-weight:normal; 
  } 
a:link {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
}

a:visited {color: #000000;
text-decoration: none;
}

h1{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.links {
  font-family:Verdana,Arial;
  color: white;
  font-size: 8 pt;
  font-weight: bold; 
  line-height: 14pt;margin: 2px;
}
.small {
  font-family: Verdana, Arial;
    font-size: 10pt;
  font-weight=bold; line-height: 16 pt;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:100%;
	
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000000;
	font-weight: normal;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CACACA;
	border-bottom-color: #CACACA;
	background-color: #CACACA;
}

#sectionLinks a:hover{
	background-color: #CACACA;
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACACA;
	color: #330000;
}
