body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color:#DAE8F2;
}
p {
	text-align: none;
}
a:link, a:active, a:visited {
color:#084184;
}
a:hover {
color: #1679F1;
}
#baklinks {
color:#1679F1;
}
#baklinks a:link, #baklinks a:active, #baklinks a:visited {
text-decoration:none;
}
#baklinks a:hover{
text-decoration:underline;
}
#wrapper_front {
	position:relative;
	height:542px;
	width:100%;
	background-image: url(images/bg_repeat.jpg);
	background-repeat: repeat-x;
	
}
#wrapper {
	position:relative;
	width:100%;
	background-image: url(images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#ffffff;
}
#banner {
position:relative;
width:723px;
}

#banner img { border:0px; }

#content_frame { position:relative; width:723px; margin-top:-3px; }
#sidebar {
	position:relative;
	width:152px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-y;
}
#content_front {
	position:relative;
	width:571px;
	height:394px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-color:#ffffff;
}
#content {
	position:relative;
	width:571px;
	height:394px;
	* height:349px;
	background-color:#ffffff;
	/*background-image: url(images/content_bttm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
	border-right:1px solid #084183;
	padding:15px 27px 15px 27px;
}
#content_bttm {
background-color:#ffffff;
border-right:1px solid #084183;
}
#footer {
position:relative;
height:10px;
background-color:#084183;
}
#sub_footer {
background:#084183;
	font-size: 10px;
	padding-left:10px;
	color:#DAE8F2;
}
#bttm {
	background-image: url(images/sidebar_bttm.jpg);
	position: relative;
	height: 36px;
	width: 152px;
	top:-58px;
	* top:-56px;
	left:-10px;
	margin-bottom:-26px;
}
#content h1 {
color:#084183;
font-size:18px;
font-weight:bold;
position:relative;

}
#welcome {
color:#084183;
font-size:18px;
font-weight:bold;
position:relative;
top:30px;
left:30px;
}
.arrw1{
border:0px;
padding:0px 3px;
display:none;
margin-left:-12px;
* margin-left:-13px;

}
.arrw2{
border:0px;
padding:0px 3px;
display:none;


}


/*////// Top Menu ///////////////////////////////////////////////////*/
#nav {
	position: relative;
	width: 152px;
	margin:0px;
	margin-left:-40px;
	* margin-left:-1px;
	

}

#nav a:link, #nav a:active, #nav a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D4C7D;
	text-decoration:none;
	* width:152px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;	
	padding:6px 0px 9px 20px;
	margin-right:1px;
	* margin-right:-20px;

} 

#nav a:hover {
	text-decoration: none;
	background-image: url(images/menu_bg2.jpg);
}
#nav a:hover .arrw1, #nav a:hover .arrw2 {
* display:inline;

}
#nav li {
list-style-type:none;

	
} 
/* Move Submenu 999em off screen, OnHover: left:auto */
#nav li ul { 
	position: absolute; 
	left: -999em;

	
} 
#nav li:hover ul { 
	left:auto;
}
#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	color:#EFBEBE;
}
#nav li ul li a:hover {
	color:#EFBEBE; 
	}
	/* Style for Second Level */
#nav li ul li {

}
#nav li ul li:hover, #nav li ul li.sfhover {

}

/* SFhover class selectors */
#nav li:hover ul, #nav li.sfhover ul { left: auto; }



/* Places Third Level lists to the side of corresponding LI */
#nav li ul ul { 
	margin: -25px 0 0 118px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; } #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; } 

/*////// End Top Menu /////////////////////////////////////////////////*/
#uber a:link, #uber a:active, #uber a:visited {
background-image: url(images/menu_bg2.jpg);
font-weight:bold;
* font-weight:normal;
}
#uber a:link .arrw1, #uber a:active .arrw1, #uber a:visited .arrw1, #uber a:link .arrw2, #uber a:active .arrw2, #uber a:visited .arrw2 {
* display:inline;

}
#uber2 a:link, #uber2 a:active, #uber2 a:visited {
background-image: url(images/menu_bg2.jpg);
}
#raise {
position:relative;
top:-5px;
}

.datatable {
	border: 1px solid #000033;
	padding: 3px;
	margin: 2px;
}
.datahead {
	background: #000033;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	padding: 2px;
}
.datatable td {
	border-left: 1px solid #000033;
	border-bottom: 1px solid #000033;
}
.datarow {
	border: 1px solid #000033;
}
.boldred {
	color: #CC0000;
	font-weight:bold;
	size:18px;
	padding:3px;
	background: #fefefe;
	border: 1px solid #000033;
	text-align:center
}
.red {
	color: #CC0000;
}
.floatleft {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 80%;
	font-style: italic;
	width: 275px;
}
.floatright {
	display: block;
	float: right;
	margin: 10px 0 10px 10px;
	font-size: 80%;
	font-style: italic;
	width: 285px;
}
.clear {
	clear: both;
	margin: 0;
	height: 1px;
}
.textleft {
	text-align: left;
}