@charset "iso-8859-1";
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	background-color: #08184c;
	color: #000000;
	background-image: url('Images/Web_Page_Background-sean.jpg');
	background-repeat: repeat-x;
	text-align:justify
}
/*===============indicates no border around any image ============*/
body img {
 border: 0px;
 text-decoration: none;
}
#container {
/*	width: 90%;*/	
	width: 900px;
/*min-width:640px;*/
/*max-width:1000px;*/
	border: 1px solid #000099;
	margin: 10px auto 10px auto;
	padding: 10px;
	background-color: #ffFFFF;
}
/*==============all site links==============*/
a:link {
 font-weight: bold;
 color: #000099;
 background: transparent;
 text-decoration: underline;
}
a:visited {
 font-weight: bold;
 color: #990000;
 background: transparent;
 padding: 0px;
 text-decoration: underline;
}
a:hover {
 font-weight: bold;
 text-decoration : none;
 background: #ff9900;
 color: #000099;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #ff9900;
	color: #000099;
}

/*===========top banner ==================*/
#banner {
	background-position:left center;
	padding: 5px;
	background: #FFFFFF ;
	height: 110px;
	color: #000000;
	border-bottom: 3px solid #ff9900;
}
#banner img {
	float: left;
/*	margin-left: 10px;*/
}
/*=============content area ================*/
#content {
	padding: 5px;
	margin-left: 190px;
	background-color: #FFFFFF;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.policy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('Images/Sphere_Orange_bullet.jpg');	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 2px;
	padding: px;
}
#content li li {
 list-style-image: url('Images/Sphere_Orange_bullet.jpg');
 padding: 1px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */

#leftnav {
	float: left;
	padding: 5px 5px 5px 5px;
	color: #000000;
	margin: 3px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 150px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftnav ul li {
	padding-left: 5px;
}
#leftnav li a {
	display: block;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
	background-color: #6699cc;
	border: 1px solid #000099;
	margin-top: 2px;
}
#leftnav li a:hover {
	color: #000000;
	background-color: #ff9900;
	border: 1px solid #ff9900;
}
#leftnav li {
	position: relative;
}
#leftnav ul ul {
	position: absolute;
	top:-2px;
	left:98%;
	width:100%;
	display:none;
}
#leftnav ul li:hover ul {
	display:block;
}
#leftnav .flags a {
	border:0px;
	margin:0px;
	padding-bottom:0px;
	background-color:#ffffff; 
}
#leftnav .flags a:hover {
	background-color:#ffffff;
}
/* left-hand menu - colored box  */
.sidebox {
	border: 2px solid #ff9900;
	margin: 5px 5px 3px 5px;
	padding: 0px 3px 0px 3px;
	background: #FFFFFF;
	color: #000000;
	font-size: 85%;
}
.sideboxheading {
	background: #6699cc;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}


/*=========== table ===============*/
#table ul li a {
	color: #000000;
	text-decoration: none;
	background: transparent;
}
#table ul li a:hover {
	color: #000099;
	text-decoration: none;
	background: #ff9900;
}

/*===========footer==============*/
#footer {
	clear: both;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: xx-small;
	color: #000099;
}
#footer p {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 190px;
}
/*=============images =============*/


.imglft {
 float: left;
 padding: 5px;
}
.imgrgt {
 float: right;
 padding: 5px;
}
/*================
heading tags styles
===================*/
h4 {
	color: #000099;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 100%;
	display:inline;
}
h3 {
	color: #000099;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 100%;
}
h2 {
	color: #000099;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 130%;
}
h1 {
	color: #000099;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 150%;
}
h5 {
	font-weight: bold;
	display: block;
	color: #000000;
	padding: 4px;
	text-decoration: none;
	background-color: #6699cc;
	border: 1px solid #000099;
	margin-top: 2px;
	margin-bottom: 2px;
}
/*================= 
horizontal lines 
================*/
hr {
 background-color: #ff9900;
 border: 0px;
 color: #ff9900;
 height: 2px;
}
/*============
general
============*/
.ctr {
 text-align: center;
}




