/*GLOBAL STYLES*/
a{
	color: #003366;
	font-weight:bold;
	text-decoration:none;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	color:#993300;
	text-decoration:none;
}
a.black{
	font-size:11px;
	color: #333333;
	text-decoration:underline;
}
a.black:link{
	text-decoration:underline;
}
a.black:visited{
	color:#333333;
	text-decoration:underline;
}
a.black:hover{
	color: #999999;
	text-decoration:none;
}
body {
	background: url("../images/watermark.gif") 0% 0% no-repeat #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;/* have to overwrite this further down the hierarchy*/
	margin-top: 0px;
	margin-bottom: 0px;
}
h1{
	font-size: 16px;
	font-weight:bold;
	color: #003366;
}
h2{
	font-size: 18px;
	font-weight:lighter;
	text-align:center;
	color: #666666;
	letter-spacing: 5px;
}
h3{
	font-size: 14px;
	font-weight:bold;
	color: #333333;
}
h4{
	font-size: 18px;
	font-weight:bold;
	color: #000000;
}
html {
 	height: 100%; 
 	margin-bottom: 1px; 
}
ul{
	color:#6699cc;
}
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	padding-top: 1px;
	padding-bottom: 12px;
	white-space: nowrap;
}
/*CLASS STYLES*/
.black_normal{
	font-weight:normal;
	color: #000000;
}
.font_small{
	font-size:10px;
}
.grayHeader{
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	text-align:left;
}
.greenHeader{
	font-size: 14px;
	font-weight:bold;
	color: #669933;
	text-align:left;
}
.greenHeaderSmall{
	font-size: 12px;
	font-weight:bold;
	color: #669933;
}
.header{
	font-size: 12px;
	font-weight:lighter;
	text-align:center;
	color: #666666;
	letter-spacing: 5px;
}
.headerItalic{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style:italic;
	font-weight:lighter;
	color: #333333;
}
.redHeader{
	font-weight:bold;
	color: #993300;
}

/*ID STYLES*/
#banner{
	margin-top:50px;
}
#clearBreak{
	clear:both;
	height:10px;
}
#clearBreakSpace{
	clear:both;
	height:100px;
}
#clearCols{
	clear:both;
	height:5px;
}
#colLeft{
	float:left;
	font-size: 12px;
	text-align:left;
	width:200px;
	height:700px
}
#colLeftLarge{
	float:left;
	font-size: 12px;
	text-align:left;
	margin-top: 20px;
	width:200px;
}
#colLeftPlace{
	float:left;
	text-align:left;
	margin-top: 2200px;
	width:200px;
}
#colLeftSmall{
	float:left;
	font-size: 12px;
	text-align:left;
	width:200px;
	height:200px
}
#colRight{
	float:right;
	font-size: 12px;
	text-align:left;
	margin-top: 20px;
	width:150px;
	height:300px
}
#colCentre{
	float:left;
	font-size: 12px;
	text-align:left;
	padding:10px;
	width:580px;
}
#colCentre2{
	float:left;
	font-size: 12px;
	text-align:left;
	padding-top:10px;
	padding-left:100px;
	width:450px;
}
#colCentre span{
	text-align:center;
}
#colCentreBorder{
	float:left;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	width:480px;
	border: 1px solid #000000;
	padding: 10px;
}
#colCentreLarge{
	float:left;
	font-size: 12px;
	text-align:left;
	width:810px;
}
#colCentreRight{
	float:left;
	font-size: 12px;
	text-align:right;
	margin-top: 20px;
	width:500px;
}
#colCentreWhite{
	background-color:#FFFFFF;
	float:left;
	font-size: 12px;
	text-align:left;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	padding:10px;
	width:580px;
}
#column{
	float:right;
	font-size: 12px;
	text-align:left;
	margin-top: 10px;
	width:250px;
}
#disclaimer{
	text-align:right;
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
}
#floatCenter{
	float: none;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	border: 0em;
	padding: 0.5em;
	width:100%;
}
#floatLeft{
	float: left;
	margin-top: 30px;
	width:200px;
}
#floatLeftSmall{
	float: left;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	border: 0em;
	padding: 0.5em;
}
#floatLeftBox{
	float: left;
	width:200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#floatRight{
	float: right;
	width: 250px;
}
#floatRightBox{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#floatRightLarge{
	float: right;
	text-align:left;
	padding: 10px;
	width:580px;
	border-bottom: 1px solid #333333;
}
#floatRightSmall{
	float: right;
	width: 250px;
	height: 250px;
	text-align:right;
}
#gradient{
	background-image: url("../images/gradient.gif");
	background-repeat: repeat-x;
}
#greyHeader{
	font-weight:bold;
	background-color: #003366;
	color: #FFFFFF;
	text-align:center
}
#logoBar{
	float: left;
}
#logoBar1{
	float: left;
	margin-top:5px;
}
/*//////////////////////////////////////////////////////////////*/
#navcontainer  {
	width:600px;
	float:right;
	text-align: center;
	font-size:12px;
}
#navcontainer ul {
	padding: 8px 8px;
	background-color: #999966;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 0.1px;
}
#navcontainer ul li {
	display: inline;
	
}
#navcontainer  ul li span{
	color: #ffffff;
	font-size: 18px;
}
#navcontainer ul li a {
	padding: 1px 3px;
	background-color: #999966;
	color: #ffffff;
	text-decoration: none;	/*border-right: 1px solid #ff6633;*/
}
#navcontainer ul li a:hover{
	color: #663300;
}
#navcontainer ul li a#current{
	color: #663300;
}
/*//////////////////////////////////////////////////////////////*/
#nav_holder{
	float:left;
	width:75px;
	height:50px;
	background-color:#999966;
	padding-top:10px;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	/*border-right: 1px solid #ffffff;*/
}
#page{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	overflow:auto;
}
#pageGradient{
	/*background-image: url("images/gradient.jpg");
	background-repeat: repeat-x:
	background-color: transparent;*/
	height: 50px;
	width: 800px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
}
#pageGradientLong{
	height: 100px;
	width: 800px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	opacity:.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
}
#popUp1{
	position:relative;
	z-index: 0;
	height:auto;
	width:auto;
}
#popUp1:hover{
	text-indent: 0;
	visibility: visible; 
	background-color: transparent;
	z-index: 50;
}
#popUp1 span{ 
	position: absolute;
	background-color: #FFFFFF;
	padding: 1em;
	width:200px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	border: 1px dashed #993300;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
#popUp1:hover span{
	visibility: visible;
	top: 0;
	left:350px; 
}
#text_display{
	height:30px;
	font-size:11px;
	color:#993300;
}
