a:link {text-decoration: none; color: #000;}

a:visited {color: #000;text-decoration: none;}

a:hover {color: #FF6600;text-decoration: underline;}

a:active {color: #FF6600;text-decoration: underline;}

.content {font-size: 12px;line-height: 22px;color: #000000;text-decoration: none;word-spacing: 1px;}
a.content:visited {font-size: 12px;line-height: 22px;color: #000000; text-decoration: none;word-spacing: 1px;}

a.content:hover {font-size: 12px;line-height: 22px;color: #ff6600;text-decoration: underline;word-spacing: 1px;}

a.content:link{font-size: 12px;line-height: 22px;text-decoration: none; color: #000000;}


.content3 {font-size: 13px;line-height: 22px;color: #0000ff;text-decoration: none;word-spacing: 1px;}

a.content3:visited {font-size: 14px;line-height: 22px;color: #0000ff; text-decoration: none;word-spacing: 1px;}

a.content3:hover {font-size: 14px;line-height: 22px;color: #ff6600;text-decoration: underline;word-spacing: 1px;}

a.content3:link{font-size: 14px;line-height: 22px;text-decoration: none; color: #0000ff;}

.content4 {font-size: 12px;line-height: 22px;color: #000000;text-decoration: none;word-spacing: 1px;}

a.content4:visited {font-size: 12px;line-height: 22px;color: #0000FF; word-spacing: 1px;}

a.content4:hover {font-size: 12px;line-height: 22px;color: #D82204;word-spacing: 1px;}

a.content4:link{font-size: 12px;line-height: 22px;text-decoration: none; color: #0000FF;}

.content2 {font-size: 12px;line-height: 22px;color: #ffffff;text-decoration: none;word-spacing: 1px;}

a.content2:visited {font-size: 12px;line-height: 22px;color: #ffffff; text-decoration: underline;word-spacing: 1px;}

a.content2:hover {font-size: 12px;line-height: 22px;color: #ffff00;text-decoration: underline;word-spacing: 1px;}

a.content2:link{font-size: 12px;line-height: 22px;text-decoration: underline; color: #ffffff;}

.orange1 {font-size: 12px;line-height: 20px;color: #FF6600;text-decoration: none;word-spacing: 1px;}

a.orange1:visited {font-size: 12px;line-height: 22px;color: #FF6600;text-decoration: none;word-spacing: 1px;}

a.orange1:hover {font-size: 12px;line-height: 22px;color: #FF6600;text-decoration: underline;word-spacing: 1px;}

.orange2 {font-size: 15px;line-height: 22px;color: #000000;text-decoration: none;word-spacing: 1px;font-weight: bold;}

.orange3 {font-size: 15px;line-height: 22px;color: #017f8c;text-decoration: none;word-spacing: 1px;font-weight: bold;}
.red {font-size: 12px;line-height: 22px;color: #FF0000;text-decoration: none;word-spacing: 1px;}

.bluefont {font-size: 12px; line-height: 18px; color: #0C3C9E; text-decoration: none}

.greyfont {font-size: 12px; line-height: 18px; color: #333333; text-decoration: none}

.efont {font-family: "Arial", "Helvetica", "sans-serif"; font-size: 11px; line-height:18px;color: #333333; text-decoration: none}

.greytitle {font-size: 14px; line-height: 22px; color: #4F4F4F; text-decoration: none; word-spacing: 1px; font-weight: bold;}

.bluetitle {font-size: 14px; line-height: 22px; color: #0080FF; text-decoration: none; word-spacing: 1px; font-weight: bold;}
.item{
     border-bottom:1px dashed #999999;
	 /* zoom:1; */
	 }
.item.clear{
     margin-left:2px;
	 margin-top:5px;
	 }
.item.right{
     text-decoration:underline;
	 cursor:pointer;
	 color:#14428f;
	 }
	 
#cssdropdown{
MARGIN: 0px 0px 0px 0px; 
PADDING: 4px 0px 0px 0px; 
BORDER: 0px; 
width:940px;
HEIGHT:30px; 
}

#cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border-right: 0px solid white;
height:1px;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 120px;
position: absolute;
top: 1.2em;
left: 0;
background-color: #ED4D06;
border: 1px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#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;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

