/* Overall CSS */

html, body
	{
	color: #666666;
	margin: 0px;
	padding: 0px;
	SCROLLBAR-ARROW-COLOR: #CCCCCC;
	SCROLLBAR-BASE-COLOR: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #CCCCCC;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-TRACK-COLOR: #F1F1F1;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	}
div
	{
	margin: 0px;
	padding: 0px;
	}
hr
	{
	width: 80%;
	}
h1
	{
	font-size: 16px;
	text-align: center;
	color: #000000;
	margin: 2px 0px;
	}
h2
	{
	text-decoration: underline;
	font-size: 14px;
	margin: 0px;
	padding: 5px 0px;
	}
h3
	{
	font-size: 14px;
	text-align: center;
	margin: 0px;
	}
p
	{
	color: #2d4d8a;
	font-size: 12px;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px;
	text-align: justify;
	}
img
	{
	border: 0px;
	}
ul
	{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: URL(images/bullet.jpg);
	list-style-type: square;
	}
a:link
	{
	text-decoration: none;
	color: #006699;
	}
a:visited
	{
	text-decoration: none;
	color: #006699;
	}
a:active
	{
	text-decoration: none;
	color: #000000;
	}
a:hover
	{
	text-decoration: underline;
	color: #006699;
	}


/* Layout CSS */

div.oa
	{
	background: url('images/background.jpg');
	width: 950px;
	height: 631px;
	margin: 0px auto;
	}
div.right_images
	{
	width: 154px;
	height: 443px;
	float: right;
	margin-top: 24px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	}
div.flash
	{
	margin-top: 1px;
	float: right;
	width: 316px;
	}
div.page_content
	{
	width: 642px;
	height: 320px;
	float: left;
	overflow-y: scroll;
	}
div.contact
	{
	font-size: 14px;
	font-weight: 700;
	padding-top: 29px;
	width: 250px;
	float: right;
	}
div.menu
	{
	text-align: center;
	width: 120px;
	float: right;
	background-color: #2d4d8a;
	margin-right: 15px;
	margin-top: 15px;
	}
a.menu_item, a.menu_item:link, a.menu_item:visited, a.menu_item:active, a.menu_item_first, a.menu_item_first:link, a.menu_item_first:visited, a.menu_item_first:active
	{
	font-size: 12px;
	font-weight: 700;
	display: block;
	width: 120px;
	color: #cccccc;
	border: solid 0px #cccccc;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
	}
a.menu_item_first, a.menu_item_first:link, a.menu_item_first:visited, a.menu_item_first:active, a.menu_item_first:hover
	{
	border-width: 1px 0px 1px 0px;
	}
a.menu_item, a.menu_item:link, a.menu_item:visited, a.menu_item:active, a.menu_item:hover
	{
	border-width: 0px 0px 1px 0px;
	}
a.menu_item:hover, a.menu_item_first:hover
	{
	text-decoration: none;
	background-color: #7c7c7c;
	}

div.pop_over
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	z-index: 4;
	}
div.pop_over img
	{
	z-index: 5;
	}
div.pop_over_base
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2000px;
	background: #444444;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	}
div.pop_over_text
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	z-index: 4;
	}

/* General CSS */






div.box_container
	{
	background: URL(images/box_top.gif) no-repeat;
	height: 11px;
	width: 600px;
	line-height: 0.1;
	}
div.box_top
	{
	background: URL(images/box_middle.gif) repeat-y;
	width: 600px;
	}
div.box_bottom
	{
	background: URL(images/box_bottom.gif) no-repeat;
	height: 11px;
	width: 600px;
	line-height: 0.1;
	}
div.box_content
	{
	padding: 0px 10px;
	}


div.box_content h1
	{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}


div.pop_over p
	{
	color: #ffffff;
	text-align: center;
	}














transparent
	{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}
