/* CSS Document */

* {margin:0;padding:0}

p{margin-bottom:1em}

ul{margin-left:16px;margin-bottom:1em}

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	/* background:#ffffff url(leftcolbg.jpg) repeat-y left top;*/
	background::#ffffff;
	color: #000000;
   }
#outer{
	margin-left:130px;
	margin-right:130px;
	background:#ffffff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-52px;
	color: #000000;
   }
 
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background:#FF0000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
    }

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

#left p, 

#right p {padding:3px;}

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

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px none #000;
	border-bottom:1px solid #000;
	background-color: #FF0000;
	color: #ffffff;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	position:relative;
    }
  
#clearheader{height:72px;}/*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;
	padding-top:18px;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
   }

/* css stuff below is just for presentation and not needed for the demo */

#left span {
	display:none;	
   }	
  
/* #left a:hover {	color: #0000FF; background: #FFFF66; text-decoration: none; }*/
  
#left a:link {text-decoration:none; color:#0000ff; }
#left a:visited {text-decoration:none; color:#660066}
#left a:hover {text-decoration:none; font-color:#0000ff; background-color:#FFFF66}
#left a:active {text-decoration:none; color:#0000ff} 
  
  
#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#fff;
    }

@media all and (min-width: 0px){  #left a:hover span {	top:150px;  }}
  
#footer span {
    display:none;	
    }	
  
#footer a:hover {
	color: #666666;
	background: #FFFFCC;
	text-decoration: none;
    }
  
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
    }
  
html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
	/* font-family: "Times New Roman", Times, serif;*/
	/*font-size: 13pt;*/
	padding-top: 0px;
	font-weight:normal;
	padding-left:15px;
	padding-right:10px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	padding-top: 0px;
	font-weight:normal;
	color: #ffffff;
	}

/*h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	padding-top: 0px;
	font-weight:normal;
	}*/

/*h2 {
	font-size: 140%;
	color: #FFFFFF;
	background: #FF0770 url(logobg.jpg) repeat left top;
	font-weight: bold;
	font-variant: small-caps;
  }/*headline over center*/
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	padding-top: 0px;
	padding-left:5px;
	padding-bottom:15px;
	font-weight:normal;
	}
	
a:link { text-decoration:none; color:#0000ff; }
a:visited {text-decoration:none; color:#660066}
a:hover {text-decoration:none; font-color:#0000ff; background-color:#FFFF66}
a:active {text-decoration:none; color:#0000ff}   


#headbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 54pt;
	font-weight:normal;
	color: #ffffff;
	padding-bottom:20px;
	}
	
#headsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:normal;
	color: #ffffff;
	padding-bottom:20px;
	}    
	
#outer #centrecontent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 5px;
    }
	
#p_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
    }
