
body{
background-color: #00428c;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

scrollbar-face-color: #e2dcd6;
scrollbar-highlight-color: #00428c;
scrollbar-3dlight-color: #00428c;
scrollbar-darkshadow-color: #00428c;
scrollbar-shadow-color: #00428c;
scrollbar-arrow-color: #00428c;
scrollbar-track-color: #00428c;
}
a{
text-decoration: none;
font-weight: bold;
color: #014193;
}
a:hover{
color: #0157C0;
}
#center{
position: absolute;
left: 50%;
margin-left: -475px;
}
#titletd{
width: 950px;
height: 35px;
background-image: url(../images/3a_title.gif);
}
#title{
position: relative;
text-align: right;
overflow: hidden;
left: 100px;
top: 8px;
width: 820px;
height: 25px;
color: #ffffff;
font-size: 22px;
}
#contentholder{
width: 950px;
background-image: url(../images/4a_contenttile.gif);
}
#contenttd{
padding: 10px 0px 0px 20px;
}
#content{
width: 580px;
height: auto;
overflow: hidden;
font-size: 11px;
}
#qlinkstd{
padding: 10px 0px 0px 45px;
}

#link1{
color: #ffffff;
padding: 5px 5px 5px 5px;
font-weight: bold;
font-size: 14px;
text-decoration: none;
}
#link1:hover{
color: #cccccc;
}

/* CMS DROP DENU MENUS STYLES */
.drop_down_menu {
	BORDER-RIGHT: #f6f6e4 1px solid; 
	BORDER-TOP: #f6f6e4 1px solid; 
	LEFT: 0px; 
	VISIBILITY: hidden; 
	BORDER-LEFT: white 1px solid; 
	COLOR: white; 
	POSITION: absolute; 
	TOP: 0px; 
	BACKGROUND-COLOR: #00428c;
	color: #f6f6e4;
	padding: 0px 0px 0px 0px;
}
.drop_down_menu UL {
	padding: 0px;
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none;
}

.drop_down_menu A{
	padding: 3px 10px 4px 10px;
	DISPLAY: block; 
	WIDTH: 225px;
	COLOR: #f6f6e4;
	font-weight: bold;
	BORDER-BOTTOM: #f6f6e4 1px solid; 
	TEXT-DECORATION: none;
}
.drop_down_menu A:hover {
	COLOR: #6189b7; 
	TEXT-DECORATION: none;
}