/* mac hide\*/
html, body {height:100%}
/* end hide */

html {
	overflow-x: hidden;
}

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1002px;/* for mozilla*/
	color: #000000;
	background-color:#08213A;

	font-family: Verdana; 
	font-size: 10px; 
	font-style: normal; 
	color: #000000;
		
}

#outer{
	height:100%;
	min-height:100%;
	width:1002px;
	border:0px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image:url(/images/layout/centerbackground.jpg);
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:800px;
}

#header{
	position:absolute;
	top:0;
	left:0px;
	width:1002px;
	height:128px;
	border:0px; 
	overflow:hidden;
	z-index:100;
	background-color:#08213A;
}

#left {
	position:relative;/*ie needs this to show float */
	width:185px;
	float:left;
	padding-top:128px;/*needed to make room for header*/
	padding-bottom:16px;/* 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:160px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:1002px;
	clear:both;
	height:16px;
	border:0px;
	background-color: #08213A;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background-image:url(../images/layout/bottem.jpg);
	background-repeat:no-repeat;

}
* html #footer {/*only ie gets this style*/
	height:16px;/* for ie5 */
	height:16px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:610px;
	float:right;
	padding-top:150px;
	padding-bottom:16px;/* needed to make room for footer */
}

#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:16px;clear:both} /* to clear footer */

input.btn{
   color:#000000;
   font-family: verdana;
   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 -------------------------------- */

.style1 {

color: #0060A4;
font-style: italic;

}

.style2 {

color: #FFA800;
font-size: 13px; 
font-style: italic;
font-weight: bold;

}

.style2A {

color: #FFA800;
font-size: 11px; 
font-style: italic;
font-weight: bold;

}

.style3 {

color: #003366;
font-size: 12px; 
font-style: italic;

}

.style4 {

color: #0060A4; 
font-size: 10px; 
font-weight: bold; 

}

.style4A {

color: #0060A4; 
font-weight: bold; 

}

.style5 {

color: #0060A4; 
font-weight: italic; 

}

h2 {

color: #FFA800;
font-size: 13px; 
font-style: italic;
font-weight: bold;

}

.select {

width:200px;
font-size:11px;

}

/* ----------------------------------- End Headers etc -------------------------------- */

/* ----------------------------------- TIP Box -------------------------------- */


.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/layout/box.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 375px !important; /* intended total box width - padding-right(next) */
    width: 360px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin-top: 180px;
	margin-left: -400px;
	z-index: 10;
	position: absolute;
	visibility:hidden;
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 10px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	font:Verdana;
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	color: #FFA800;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 1px 0 15px 40px; /* mirror .cssbox_head right/left */ 
	font:verdana;
	font-size:11px;
}

/* ----------------------------------- End TIP Box -------------------------------- */