/* CSS Document */
 
body,td,th, ul, li {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;  
	margin-bottom: -5px;
	padding-bottom: 0px;
}

h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; 
	margin-bottom: -5px;
	padding-bottom: 0px;
	margin-top: 15px;
	color: #3399CC;
}
h3  {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	margin-bottom: -5px;
	padding-bottom: 0px;
	margin-top: 15px;
	font-style: italic;
	color: #000000;
}
p {
	font-size: 80%; 
}
 
ul   { /*body unordered list*/
	list-style-type: disc; 
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}

li   { /*body lists*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-left: 0px;
	padding-left: 0em;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 8px;
}
li .second  { /*body lists*/
	font-size: 100%;
	list-style-type: circle;
}

a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #3399CC;
}
a:active {
	text-decoration: underline;
}
a.mainnav:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.mainnav:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.mainnav:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3399CC;
}
a.subnav:link {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #CC6666;
	text-decoration: none;
}
a.subnav:visited {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #CC6666;
	text-decoration: none;
}
a.subnav:hover {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #3399CC;
}
 

.footer  {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-bottom: 25px;
	font-size: 80%;
	margin-top: 20px;
}
.rightcol {
	font-size: 70%;
}
.sidenavdropdown {
	font-size: 10px;
} 

 
.details {
	font-style: italic;
}
.imgFloatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
.imgFloatRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 25px;
}

