/* CSS Document */
* {margin:0;padding:0}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	background:#FFF;
	color: #FFF;
}
#outer{
	margin-left:130px;
	margin-right:200px;
	margin-bottom:-52px;
	padding: 5px;
	min-height:100%
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:132px;
	background: #FF0000;
	border-bottom:10px solid #000033;
	overflow:hidden;
	visibility:visible;
	}
	
#header h1,
#header h2 {
	font: 120% verdana, sans-serif;
	color: #000033;
	}

#header h1 {
	font-size: 2em;
}


#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	}

#leftcontent {
padding: 1em;
margin: 0px;
font-size: small;
right: 5px;

}

#left p, 
#right p {padding:3px}
#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}

#right h1 {
	font: 120% verdana, sans-serif;
	margin: 0;
	padding-bottom: 4px;
	color: #000033;

}

#footer {
	width:100%;
	clear:both;
	height:50px;
	background-color: #FFF;
	text-align:right;
	position:relative;
}

p {
	font: 80% trebuchet, sans-serif;
	color: #000033;
	font-weight: bold;
	padding-right: 10px;
	
}

a {
  font: 80% trebuchet, sans-serif;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

h4 {
   font: 110% trebuchet, sans-serif;
	 colour: black;
	 font-weight: bold;
	 padding:3px;
}

#clearheader{height:155px;
visibility: hidden;}/*needed to make room for header*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
}

#centrecontent h1 {
	font: 150% verdana, sans-serif;
	font-weight: bold;
	color: #000033;
	padding-bottom: 4px;

}

#centrecontent h2 {
	font: 125% verdana, sans-serif;
	font-weight: bold;
	color: #000033;
	padding-bottom: 4px;

}

#centrecontent p {
	font: 100% verdana, sans-serif;
	color: #000033;
	
}

#p2 {
	font: 100% verdana, sans-serif;
	color: #000033;
	padding: 1em;
	
}

.adbox {
  padding: 2px 2px 2px 2px;
	border: 1px dotted #000033;
	margin: 0 0 4px 0;
	background-color: #F4F4F4;
	font: 90% Verdana, Sans Serif;
	font-color: #FFFF00;
}

#menubox {
  position:relative;
	padding: 2px;
	border: 1px dotted #000033;
	background-color: #F4F4F4;
	font: 90% trebuchet, sans-serif;
	font-color: #FFFF00;
}

.adbox2 {
	padding: 2px 2px 2px 2px;
	margin: 0 0 5px 0;
	border: 0px;
	background-color: #FFFFFF;
	font: Verdana, Sans Serif;
	font-size: 12px;
	font-color: #FFFF00;
}

#adbox3 {
	padding: 0px 10px 10px 10px;
	margin: 5px;
	border-left: 1px dotted #000033;
	border-right: 1px dotted #000033;
	background-color: #FFFFFF;
	font: Verdana, Sans Serif;
	font-color: #000033;
	background-image:  url(images/backgroundlogo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height:600px;
}

#horRule {
height: 1px;
border-top: 1px dotted #000033;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 50px;
margin-right: 50px;
}
#horRule hr {
display: none;
}

#horRule2 {
height: 1px;
border-top: 1px dotted #000033;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}

#horRule2 hr {
display: none;
}


html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */


