﻿body 
{
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	margin:0px auto;
	background-color:#596889;
	/*background-color:DarkRed;*/
}

h1, h2, h3, h4, h5{color:#15487c;}
h3{font-size:13px;}
h4{font-size:11px;}

A:link { text-decoration:none;color:#be854c;font-weight:bold}
A:visited {text-decoration:none;color:#be854c;font-weight:bold}
A:hover {text-decoration:noe;color:#1b487b;font-weight:bold}

/*------------------------------------------------------SITE-------------------------------------------*/
#sitebox
{
	margin:0px auto; 
	width:864px;
	/*min-height:598px;*/
	background-color:white;
	border-bottom:solid 1px #424242;
	border-left:solid 1px #424242;
	border-right:solid 1px #424242;
}

#topimage{width:864px;height:100px;border:none 0px;}
#menubox{width:864px;height:auto;border:none 0px;}
#contentbox{width:864px;height:350px;background-color:White;border:none 0px;background-color:White;}
#content{width:824px;height:330px;background-color:Transparent;border:none 0px;padding-top:20px;padding-left:40px;padding-bottom:0px;}
#footer{width:864px;height:auto;background-color:White;border:none 0px;}

/*---------------------------------------MENU--------------------------------------------------*/
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background-image: url('../images/menu/menub_bg.gif'); /*tab background image path*/
	background-repeat:repeat-x;
	height: 46px;
	list-style: none;
	border:none 0px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	/*font-family:Verdana;*/
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('../images/menu/menub_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('../images/menu/menub_hover_right.gif') no-repeat right top; /*right tab image path*/
}

/*----------------------------SUBMENU------------------------------*/
.submenu{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 auto 0 auto;
	/*background-image: url('images/menu/menub_bg.gif');*/ /*tab background image path*/
	background-repeat:repeat-x;
	height: 22px;
	list-style: none;
	border:none 0px;
}

.submenu li{
	float:left;
}

.submenu li a{
	float: left;
	display: block;
	/*color:#333333;*/
	/*color:Black;*/
	color:Ivory;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0px 0px 0px 0px; /*Padding to accomodate left tab image. Do not change*/
	height: 22px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;	
}

.submenu li a b{
	float: left;
	display: block;
	padding: 0 40px 0 8px; /*Padding of menu items*/
}

.submenu li.current a, .submenu li a:hover{
	color: black;
	/*background: url('images/menu/menub_hover_left.gif') no-repeat;*/ /*left tab image path*/
	background-position: left;
}

.submenu li.current a b, .submenu li a:hover b{
	color: black;
	/*background: url('images/menu/menub_hover_right.gif') no-repeat right top;*/ /*right tab image path*/
}

/*----------------------------SUBMENU IMAGEFLOW------------------------------*/
.submenu_flow{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 auto 0 auto;
	/*background-image: url('images/menu/menub_bg.gif');*/ /*tab background image path*/
	background-repeat:repeat-x;
	height: 22px;
	list-style: none;
	border:none 0px;
}

.submenu_flow li{
	float:left;
}

.submenu_flow li a{
	float: left;
	display: block;
	/*color:#333333;*/
	/*color:Black;*/
	color:gray;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0px 0px 0px 0px; /*Padding to accomodate left tab image. Do not change*/
	height: 22px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;	
}

.submenu_flow li a b{
	float: left;
	display: block;
	padding: 0 40px 0 40px; /*Padding of menu items*/
}

.submenu_flow li.current a, .submenu li a:hover{
	color: black;
	/*background: url('images/menu/menub_hover_left.gif') no-repeat;*/ /*left tab image path*/
	background-position: left;
}

.submenu_flow li.current a b, .submenu li a:hover b{
	color: black;
	/*background: url('images/menu/menub_hover_right.gif') no-repeat right top;*/ /*right tab image path*/
}
