/*
* Blue to use is: #86BCEA
* Gray to use is: #CACAC6
* Dark Blue to use is: #26507E
* Red to use is: #C80909
*/

/*
*  Styles for GENERAL USE
*/
body
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	margin: 0px;
}

p
{
}

img
{
	border: none;
}

a:link
{
	font-weight: normal;
	color: #26507E;
	text-decoration: underline;
}

a:visited
{
	font-weight: normal;
	color: #26507E;
	text-decoration: underline;
}

a:hover
{
	font-weight: normal;
	color: #86BCEA;
	text-decoration: none;
}

a:active
{
	font-weight: normal;
	color: #26507E;
	text-decoration: underline overline;
}

/*
*  Navigation Menu styles
*/

a.nav:link
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.nav:visited
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.nav:hover
{
	font-weight: bold;
	color: #86BCEA;
	text-decoration: none;
}

a.nav:active
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/*
*  Splash Nav menus
*/
a.splash
{
	display: block;
	width: 150px;
	padding:2px 10px;
}

a.splash:link
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

a.splash:visited
{
	font-weight: bold;
	color: #000000;
	background-color: #86BCEA;
	text-decoration: none;
	border: 1px solid white;
}

a.splash:hover
{
	font-weight: bold;
	color: #26507E;
	text-decoration: none;
	
}

a.splash:active
{
	font-weight: bold;
	color: #000000;
	background-color: #86BCEA;
	text-decoration: none;
	border: 1px solid white;
}

/*
*  Layers for the page setup
*
*/

#header
{
	position:relative;
	width: 711px;
	height: 90px;
	background-image: url('../images/header_blank.jpg');
	background-repeat: no-repeat;
	background-color: white;
	/*margin-bottom: 3px;*/
}

#splash
{
	position:relative;
	border: 2px solid #000;
	width: 707px;
	height: 325px;
	background-image: url('../images/home_splash2.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: left;
	color: #FFF;
}

#backdrop
{
	position:relative;
	width: 711px;
	height: 165px;
	background-image: url('../images/backdrop.jpg');
	background-repeat: no-repeat;
	background-color: white;
	margin-top: 3px;
	/*margin-bottom: 3px;*/
}

#pagetopic
{
	position:relative;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	background-color: #86BCEA;
	width: 711px;
	height: 25px;
	margin-top: 3px;
	/*margin-bottom: 3px;*/
	padding-top: 5px;
}

#content
{
	position:relative;
	width: 691px;
	background-color: #CACAC6;
	min-height: 100px;
	margin-top: 3px;
	text-align: justify;
	padding:10px;
}

#bottom
{
	position:relative;
	width: 711px;
	height: 15px;
	background-image: url('../images/bottom_border.jpg');
	background-repeat: no-repeat;
	background-color: white;
}

#footer
{
	position:relative;
	width: 709px;
	min-height: 50px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
	font-size: xx-small;
	padding: 1px;
}

#menulogo
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 90px;
	width:208px;
}

#navmenu
{
	position: absolute;
	top: 60px;
	left: 270px;
	width: 390px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:transparent;
}

#navmenu li
{
	font-size: 11pt;
	font-weight:bold;
	list-style:none; 
	float:left;
	padding:0; 
	border:0;
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 3px;
	margin-bottom: 0;
}

#leftcolumn
{
	width: 55%;
	float: left;
	margin-right: 10px;
	padding: 10px;
	background-color:transparent;
	text-align: justify;
}

#rightcolumn
{
	width: 35%;
	float: left;
	margin-left: 10px;
	padding: 5px;
	background-color:transparent;
}

#firstcolumn
{
	width: 33%;
	float: left;
	background: transparent;
	padding-bottom: 5px;
}

#secondcolumn
{
	width: 34%;
	float: left;
	background: transparent;
	padding-bottom: 5px;
}

#thirdcolumn
{
	width: 33%;
	float: left;
	background: transparent;
	padding-bottom: 5px;
}

#column1
{
	width: 20%;
	float: left;
	background: transparent;
	padding-bottom: 5px;
	text-align:center;
}

#column2
{
	width: 20%;
	float: left;
	background: transparent;
	padding-bottom: 5px;
	text-align:center;
}

#column3
{
	width: 20%;
	float: left;
	background: transparent;
	padding-bottom: 5px;
	text-align:center;
}

#column4
{
	width: 20%;
	float: left;
	background: transparent;
	padding-bottom: 5px;
	text-align:center;
}

#column5
{
	width: 20%;
	float: left;
	background: transparent;
	padding-bottom: 5px;
	text-align:center;
}

#vl
{
	float:left;
	border-left:1px solid #000;
	height:100px;
}