﻿body
{
	background-color:#01A2FF;
	font-family:Verdana;
}
.header
{
font-size: 16px;
font-weight: bold;
border-bottom: solid 1px blue;
font-variant:small-caps;
padding-top:10px;
padding-left:15px;
padding-bottom:5px;
color:blue;
}

.pageText
{
font-size:10px;
line-height:1.25em;
padding:0px 10px 10px 10px;
}

.pageText p
{
	text-align:justify;
}

.imageContainer
{
	background-image:url('../images/default_18.jpg');
	padding:20px 20px 20px 20px;
	text-align:center;
	float:right;
	margin-left:10px;
	margin-top:10px;
}

.imageContainer12

{
	background-image:url('../images/default_18.jpg');
	padding:20px 20px 20px 20px;
	text-align:center;
	float:right;
	margin-left:10px;
	margin-top:10px;
}

#cssdropdown ul {
padding: 0;
margin: 0;
list-style: inside;

}


#cssdropdown {
padding: 0;
margin: 0;
list-style: inside;

}

#cssdropdown li {
float: left;
position: relative;

}

.mainitems{
background-color: #C4EAFF;
color: #0066FF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:24px;
line-height:24px;
letter-spacing:1.25px;
}

.mainitems a{
text-decoration: none;
}

.mainitems a:visited{
text-decoration: none;
color: #0066FF;
}


.subuls{
display: none;
width: 10em;
position: absolute;
top: 24px;
left: 0;
background-color: #C4EAFF;
color: #0066FF;
border:solid 1px #0066ff;
}

.subuls li{
width: 100%;
}

.subuls li a{
width:100%;
text-decoration: none;
border-bottom:dashed 1px #0066ff;
}

.subuls li a:visited{
width:100%;
text-decoration: none;
border-bottom:dashed 1px #0066ff;
color: #0066FF;
padding-left:5px;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

li.over ul { /* lists nested under hovered list items */
display: block;
}

#cssdropdown li:hover ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

