/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
}

A{
	text-decoration:none;
}
A:hover
{
text-decoration:underline;
}
#left
{
	width:150px;
	padding:5px;
}

#right
{
	width:150px;
	padding:5px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.menuTopLinks {
	color: #FFFFFF;
	font-family: tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.leftmenu{
	font-size:12px;
	background-color:#E7EFEF;
	width:165px;
}
.leftmenu ul {
	padding-left:15px;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;	
	list-style-type: square;
	color:#000066
}
.leftmenu li{
	padding:2px;
	padding-left:0px;

}
.leftmenu li A{

	padding-left:0px; 
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;	
	list-style-type: square;
	color:#000066
}
.leftmenu li A:hover{
	font-weight:bold;
}

.newslinks {
	padding-left:0px; 
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;	
	list-style-type: circle;
}
.newslinks A{
	padding-left:0px; 
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;	
}
.heading1 
{
font-size:14px;
font-weight:bold;
border-bottom:#000000 1px solid;	
}
#logo
{
margin-left:10px;
width:125px;
height:125px;
display:block;
}

.WhiteLink a{
 color:#FFFFFF;
}

/* ######### Drop Down ULs CSS ######### */


.submenu, .submenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px  Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.submenu li a{
display: block;
color: black;
background-color: #E7EFEF;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .submenu li{ /*IE6 CSS hack*/
display: inline-block;
}

.submenu li a:hover{
background-color:#ffffff;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Marker List Vertical Menu ######### */
