
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:760px;
 margin:auto;
 }

#hdr {
 height:100px;
 background:#eeeeee;
 color: #333333;
 }


#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:757px;
 padding:0;
}

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:185px;
 line-height:3em;
 text-align: center;
 }

#cont {
 width:565px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:center;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

P, OL, UL, DIV, H1, H2, TD {
	font-family: verdana, arial;
	font-size: 11px;
                
}
OL, UL, DIV, H1, H2,{
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
                }
H1 { font-size: 15px;}
H2 { font-size: 13px; }

}
H3{
font-family: verdana, arial;
font size: 13px;
font-weight; bold;
color: blue;
line-height:3em;

}
H4{
font-family: verdana;
font size: 14px;
color: blue;
margin-left : 12em;
}

H1, H2, H3, {margin: 0px 0px 10px 0px;
margin:0;
padding:5px;
}

FORM { display:inline; }
INPUT {
	border:0px;
	background-color:#EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
               	border:1px solid #333333;
}
A:link {font-weight:bold; text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none}
A:hover {font-weight:bold; color: red;}

h3, p {
 margin:2;
 padding:8px;
}
#headline, #subtitle, #body {
 font-family : verdana, helvetica, arial, sans-serif;
}
#headline {font-size: 14px; color: blue; text-decoration:underline; font-weight: bold;} 
#subtitle {font-size: 13px; color:#000; font-weight:bold}
#body {font-size: 12px; color:#000; 
}





