@charset "iso-8859-1";
/* ######### CSS for page ######### */

body {
	background-image: url(Images/Page%20Styles/Background_Blue.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #10324B;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #C00;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #000;
}

p {
	color:#222;
}

h1 {
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	text-decoration: none;
	color: #444;
	margin: 0;
	padding: 0;
}

h2 {
	text-decoration: none;
	font-size:15px;
	color: #C00;
	text-align: left;
}

h3 {
	font-size:10px;
	font-style: italic;
	color: #000;
}

.table_hovers {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-decoration:none;
}

.table_hovers:hover {
	color: #C00;
}

div#mainContent {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	clear: both;
	margin: 0;
	height: auto;
	margin-right: 12px;
	margin-bottom: 10px;
}

div#Header {
	width: 820px;
	margin: 0 auto;
	background-image:url("Images/Page Styles/Header.png");
	height: 50px;
}

div#outerBox {
	width: 820px;
	background-image:url("Images/Page Styles/Main.png");
	background-repeat:repeat-y;
	margin: 0 auto;
	/*margin-bottom: -12pt;*/
}

div#Footer {
	width: 820px;
	background-image:url("Images/Page Styles/Footer.png");
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}

div#container {
	padding-left: 42px;
	padding-right: 30px;
	height: auto;
}

div#logoBox {
	width: auto;
	height: auto;
	text-align:center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	float: left;
}

.title {
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #444;
	text-shadow: 0px 1px 1px #FFF;
	text-decoration: underline;
	}


div#informationBar {
	background-color:#666;
	background-image: url(Images/Page%20Styles/Information%20Bar.jpg);
	background-repeat:repeat-x;
	padding-left: 12px;
	margin-bottom: 10px;
	margin-left: -12px;
	/*border-bottom-style: groove;
	border-bottom-color: #F00;
	border-bottom-width: medium;
	text-decoration:none;*/
	height: 30px;
	padding-top: 5px;
	padding-bottom: 7px;
}

.information {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #CCC;
}

.information a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #CCC;
}

.information a:hover, .information a.selected{
	color: #222;
}

.links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333;
}

.links a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333;
}

.links a:hover, .links a.selected{
	color: #C00;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333;
}

/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
	overflow: hidden;
	width: auto;
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: thin;
	margin: 0;
	padding: 0;
	margin-right: 34px;
	padding-top: 20px;
}

.tabsmenuclass li{
	float: left;
}

.tabsmenuclass, .tabsmenuclass a {
   height:1%;
}

.tabsmenuclass a{
	display: block;
	padding: 5px 10px;
	margin-right: 1px;
	text-decoration: none;
	color: #555;
	text-shadow: 0px 1px 1px #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.tabsmenuclass a:active, .tabsmenuclass a.selected{
	color: #C00;
	text-shadow: 0px 1px 1px #FFF;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	overflow:hidden;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.tabsmenucontentclass ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabsmenucontentclass li{
	float: left;
	margin-right: 1em;
}

.tabsmenucontentclass a{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
	color:#555;
	padding: 1px 5px;
	float:left;
}

.tabsmenucontentclass a:hover, .tabsmenucontentclass a.selected{
	color: #C00;
}

	/***********************************************************************************************
	
	Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
	
	Get this and other scripts at www.dhtmlgoodies.com
	
	You can use this script freely as long as this copyright message is kept intact.
	
	***********************************************************************************************/

	#mainMenu{
		text-align: center;
		padding-top: 20px;
		width: auto;
		overflow: hidden;
		display: block;
		font-family: Arial, Helvetica, sans-serif;	/* Fonts of main menu items */
		font-weight: bold;
		text-shadow: 0px 1px 1px #FFF;
		font-size: 17px;	/* Font size of main menu items */
		border-bottom:thin solid #999;	/* Bottom border of main menu */
		/* Height of main menu */	
		margin-right: 30px;
		}
		
		
	
	#mainMenu a{
		text-decoration:none;
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		margin-right:5px;
		/* Don't change these two options 
		position:absolute;*/
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
		color: #555;
	}
	#submenu{		
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	/* Font  of sub menu items */
		
		width: auto;
		overflow: hidden;
		
	}	
	#submenu div{/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
		color: #C00;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #555;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
			/* Space at the left of each sub menu item */
		/* Space at the right of each sub menu item */
		color: #555;	/* Text color */
		font-size:0.9em; 
		padding: 1px 5px;

	}
	
	#submenu a:hover{
		color: #c00;	/* Red color when the user moves the mouse over sub menu items */
	}