@charset "utf-8";
/* CSS Document */

body, div, ul, li, h1, h2, h3, h4, p, img
{
	margin:0;
	padding:0;
}
h2
{
	font-size:16px;
}
h4
{
	font-size:12px;
}
li
{
	list-style:none;
}
p
{
	line-height:16px;
}
img
{
	border:0;
}
#container_logo
{
	float:left;
	padding-left:8px;
	height:125px;
}
#container_navigation
{
	float:left;
	padding-left:6px;
}
body
{
	background-color:#9daec0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
a:focus
{
	outline:none;
}
a:link, a:active, a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
a:link:hover, a:active:hover, a:visited:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
a.inline
{
	color:#D3E30B;
	text-decoration:none;
}
a.inline:hover
{
	color:#D3E30B;
	text-decoration:underline;
}
#container_absolute_content_ojgb a
{
	color:#FFFFFF;
	text-decoration:none;
}
#container_absolute_content_ojgb a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
#clear_both
{
	clear:both;
}


/* /// FOOTER STYLING /// */
#container_footer
{
	position:absolute;
	top:530px;
	left:28px;
	font-size:10px;
	width:930px;
	z-index:15;
}
#container_footer a
{
	color:#a7a6a6;
	text-decoration:none;
}
#container_footer a:hover
{
	color:#a7a6a6;
	text-decoration:underline;
}
#container_footer img
{
	position:relative;
	top:7px;
	left:25px;
}
#container_footer p
{
	color:#a7a6a6;	
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric
{
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}
.vscrollerbase
{
	width:10px;
	background-color:#b1c7db;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
}
.vscrollerbar
{
	width:10px;
	background-color:#003875;
}
.hscrollerbase
{
	height:1px;
	background-color:#ffffff;
}
.hscrollerbar
{
	height:1px;
	background-color:#003875;
}
.scrollerjogbox
{
	width:10px;
	height:10px;
	top:auto;
	left:auto;
	bottom:0px;
	right:0px;
	background-color:gray;
}



