/* mac hide\*/
html, body {height:100%}
/* end hide */

html {
	overflow-x: auto;
}

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1002px;/* for mozilla*/
	background-color:#FFFFFF;

	font-family: arial; 
	font-size: 12px; 
	font-style: normal; 
	color: #003366;
		
	scrollbar-shadow-color: #40286A; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-highlight-color: #40286A; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #FAA800; 
	
}
	
	a:link { text-decoration: none;  color: #0032F9; font-weight: bold;}
	a:visited {	text-decoration: none;	color: #0032F9; font-weight: bold;}
	a:hover {	text-decoration: none;	color: #0032F9; font-weight: bold;}
	a:active {	text-decoration: none;	color: #0032F9; font-weight: bold;}
	

#outer{
	height:100%;
	min-height:100%;
	width:1000px;
	border:0px;
	color: #003366;
	text-align:left;
	margin:auto;
	position:relative;
	background-image:url(/images/layout/background.jpg);
	background-repeat:repeat;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:1000px;
}

#header{
	position:absolute;
	top:-1px;
	left:0px;
	width:1000px;
	height:166px;
	border:0px;
	overflow:hidden;
	z-index:100;
	background-image:url(/images/layout/header.jpg);
}

#left {
	position:relative;/*ie needs this to show float */
	width:237px;
	float:left;
	padding-top:166px;/*needed to make room for header*/
	padding-bottom:47px;/* needed to make room for footer */
	
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:175px;
	float:right;
	padding-top:166px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:1000px;
	clear:both;
	height:205px;
	border:0px;
	left:0;
	bottom:0;
	position: absolute;
	background-image:url(/images/layout/footer.jpg);
	background-repeat:no-repeat;
	margin-bottom:0px;

}
* html #footer {/*only ie gets this style*/
	height:205px;/* for ie5 */
	height:205px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:690px;
	float:right;
	padding-top:166px;
	padding-bottom:205px;/* needed to make room for footer */
	padding-right:40px;
	margin-top:40px;
	background-color:#FFFFFF;
}

#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:16px;clear:both} /* to clear footer */

input.btn{
   color:#000000;
   font-family: arial;
   font-size:100%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   height:20px;
   border-top-color:#08213A;
   border-left-color:#08213A;
   border-right-color:#08213A;
   border-bottom-color:#08213A;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#B7C9DB',EndColorStr='#E6E6E6');}




/* ----------------------------------- Headers etc -------------------------------- */

td { font-family: Arial; font-size: 12px; }
th { font-family: Arial; font-size: 12px; }
h1 { font-size: 13px; font-family: Arial; color: #78A817; font-style: normal; font-weight: bold; }
h2 { font-size: 12px; font-family: Arial; color: #004489; }
h3 { font-size: 9px; font-family: Arial; color: #FFA800; }
h4 { font-size: 9px; font-family: Arial; color: #003366; }
h5 { font-size: 12px; font-family: Arial; color: #FFA800; font-style: bold; font-weight: bold; }
a:link {	color: #0032F9;	text-decoration: none; font-weight: bold;}
a:visited {	text-decoration: none;	color: #0032F9; font-weight: bold;}
a:hover {	text-decoration: none;	color: #0032F9; font-weight: bold;}
a:active {	text-decoration: none;	color: #0032F9; font-weight: bold;}
select {	border: thin; color: #003366;	background-color: White; font-family: Arial; font-size: xx-small; }
input { font-family: Arial; 	font-size: 10px; background-color: #FFFFFF; }

.style2 {font-size: 16px;}
.style1 {color: #0066FF;}

/* ----------------------------------- End Headers etc -------------------------------- */

#enlarge { list-style-type:none; width:690px; height:60px;}
#enlarge li {display:block; float:left; width:79px; height:60px; position:relative; margin-right:35px; margin-top:16px;}
#enlarge li a {display:block; width:79px; height:60px; background:transparent; overflow:hidden; position:relative;}
#enlarge li a img {width:100%; height:100%; border:0;}
#enlarge li a:hover {position:absolute; left:-20px; top:-20px; width:100px; height:76px; z-index:100;}
