/*** The Essential Code ***/

		body {
	min-width: 950px;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	BACKGROUND-COLOR: #BCDDF2;
	background-image: url(../img/navigation/pageBg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
		}
		A {
	FONT-WEIGHT: bold}
H1 {
	font-size: 160%;
	color: #333333;
}
H2 {
	color: #FFFFFF;
	background-color: #898787;
	font-size: 160%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
}
H3 {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 130%;
}
form {
	margin: 0px;
	padding: 0px;
}
		#container {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 950px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #f3f3f3;
	border-bottom-color: #f3f3f3;
	border-left-color: #f3f3f3;
	border-top-color: #f3f3f3;
	background-color: #FFFFFF;
		}
		#header {
	background-image: url(../img/navigation/logoBg.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	height: 101px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 235px;
}
		#center {
	text-align: justify;
	color: #003366;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 50px;
	margin: 0px;
	padding-top: 25px;
	line-height: 140%;
	overflow: hidden;
	width: 660px;
	float: left;
		}
#right {
	overflow: hidden;
	float: right;
	width: 200px;
	padding-top: 65px;
	padding-bottom: 8px;
}
#right img {
	border: 2px solid #CCCCCC;
}
#right ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right a {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 180px;
	display: block;
	padding: 5px;
	font-weight: normal;
	text-indent: 8px;
	background-image: url(../img/navigation/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#right a:hover {
	text-decoration: underline;
}
#footer {
	text-align: right;
	clear: both;
	color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0A6FAE;
	font-size: 95%;
	height: 55px;
	background-color: #4B97C6;
		}
#footer p, ul {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/*************************************
MENU
***************************************/
#navbar {
	position:relative;
	z-index:100;
	height: 28px;
	margin: 0px;
	float: right;
	width: 650px;
	padding-top: 73px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
* html #navbar {
	height: 28px;
	margin: 0px;
}
#navbar ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#navbar li {
	float:right;
	position:relative;
	list-style-type: none;
}
#navbar a, #navbar a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	padding-left:20px;
	padding-right: 20px;
	height: 28px;
	line-height: 28px;
	background-image: url(../img/navigation/navbarActive.gif);
	background-repeat: repeat-x;
}
#navbar a:hover {
	color:#fff;
	background-image: url(../img/navigation/navbarOver.gif);
	background-color: #7CB5D9;
	background-repeat: repeat-x;
}
* html #navbar a, * html #navbar a:visited {
	color: #FFFFFF;
	float: left;
}
#navbar ul ul a.drop:hover{
	background-color: #7CB5D9;
	background-image: none;
}
#navbar ul ul ul a, #navbar ul ul ul a:visited {
	background-color: #E8E8E8;
}
#navbar ul ul ul a:hover {
	background-color: #C7C7C7;
}
* html #navbar ul ul {}
#navbar ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0;
	text-align: left;
}
#navbar ul ul ul{left:181px; top:-1px;}
#navbar ul ul ul.left {left:-181px;}
#navbar table {position:absolute; top:0; left:0; border-collapse:collapse;}
#navbar ul ul a, #navbar ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:160px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #DADADA;
	text-align: left;
	background-image: none;
}
#navbar table {position:absolute; top:0; left:0; border-collapse:collapse;}
* html #navbar ul ul a, * html #navbar ul ul a:visited {
	width:160px;
	w\idth:160px;
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
#navbar ul ul a:hover{
	color:#fff;
	background-color: #7CB5D9;
	background-image: none;
}
#navbar :hover > a, #navbar ul ul :hover > a {
	color:#fff;
	background-color: #7CB5D9;
}
#navbar ul li:hover ul,
#navbar ul a:hover ul{visibility:visible; }
#navbar ul :hover ul ul{visibility:hidden;}
#navbar ul :hover ul :hover ul{ visibility:visible;}
/******************************************
LISTS
*******************************************/
dl {
	display: block;
	margin: 5px;
}
dt {
	width: 120px;
	float: left;
	font-weight: bold;
}
dt, dd {
	margin: 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 95%;
}
/***************************
TOP FLAGS
*****************************/
#flags {
	padding-bottom: 31px;
}
#flags li {
	display: inline;
	padding: 5px;
}
#flags a {
	text-transform: uppercase;
	color: #666666;
	font-size: 80%;
	text-decoration: none;
}
/****************
FLASH
*************************/
#flash {
	margin: 0px;
	padding: 0px;
	}
.tdBorder {
	vertical-align: top;
	padding: 8px;
	background-color: #262E5E;
	border: 1px solid #898787;
}
/****************************
FORMS
*****************************/
.cssform {
	margin: 0px;
	padding: 10px;
}
.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	border-top: 1px dashed gray;
	height: 1%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; 
width: 150px; 
}

.cssform input[type="text"]{ 
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

