/* CSS Document */

/* Screen Display Styles */

/* font styles */
p
{
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}

td
{
	border-color: black
}

h1 {
	font-size: 1.5em;
	color: #564b47;
	margin: 0px 20px;
	padding: 20px 0px 10px;
}

h2 {
	font-size: 1.25em;
	color: #564b47;
	margin: 0px 20px;
	padding: 20px 0px 10px; 
}
	
h3 {
	font-size: 1.25em;
	line-height: 22px;
	font-weight: bold;
	margin-top: 30;
	margin-bottom: 0;
	color: #676767;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
}
	
img {
	border: 0; 
}
	
strong, b {
	font-weight: bold; 
}

a:link{
	font-weight: normal;
	text-decoration: none;
	color: #003366; 
}
	
a:visited {
	font-weight: normal;
	text-decoration: none;
	color:  #003366;
}
	
a:hover, a:active{
	color: #0066FF;
	text-decoration: none; 
}

/* Classes */ 

.alignright {
	margin-top: 0; 
	text-align: right;
}


#header h1 {
	padding-top: 25px;
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 102px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header h2 {
	padding-left: 120px;
	padding-top: 0px;
	margin: 0px;
	font-size: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
}

#nav ul {
	list-style-type: none;
	background-color: #ECEBEB;
	margin: 0px;
	padding: 0px;
	display: block; 
}

#nav li {
	line-height: 1.5em;
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 10px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}	

#nav a {
	color: #0033FF;
}	

#nav a:hover, #nav a:hover, #nav a:active{
	color: #666666;
	text-decoration: none; 
}

#content ul{
	padding: 0px;
	margin: 10px 20px 0px;
	list-style-type: disc;
}
	
#content ol{
	padding: 0px;
	margin: 10px 20px 0px;
}
		
#content li{
	padding: 7px 0px;
	margin: 3px 0px 0px 15px;
	color: #676767;
}

#content li a {
	font-weight: normal;
	text-decoration: none;
	color: #003366; 
	}

#content li a:visited{
	font-weight: normal;
	text-decoration: none;
	color:  #003366;
}

#content li a:hover{
	color: #0066FF;
	text-decoration: none; 
}

#content li a:active{
	color: #0066FF;
	text-decoration: none; 
}
#content p{
	font-family:"Times New Roman", Times, serif;
	font-size:1.00em;
}
#top h5 {
	margin: 0px;
	text-align: right;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 2px;
}
	
#topnav ul {
	list-style: url(none) none;
	margin: 0;
	text-align: left;
	padding-bottom: 2px;
}

#topnav li {
	display: inline;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .99em;
	padding-bottom: 2px;
}

#topnav a {
	color: #0033FF; 
}	

#topnav a:hover, #nav a:hover, #nav a:active{
	color: #666666;
	text-decoration: none; 
}


#rightcontent h1 {
	font-size: 1.25em;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 0;
	color: #676767;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 0px;
}

#rightcontent p {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #676767;
}
