#container{
width:1002px;
background:#ffffff;
color:black;
padding:0px 1px 0px 1px;
margin:20px auto;
text-align:left;
border:2px solid #a0a0a0;
}

/**************** Header ****************/

#header{

width:1000px;
height:177px;
margin:1px 0px 0px 1px;
background:white;

}


/**************** Footer styles ****************/

#footer{

clear:both;
width:1000px;
margin:0px 0px 0px 1px;
font-size:0.9em;
color:#f0f0f0;
background:#C0C0C0
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}


/**************** Content styles ****************/

#content{
float:left;
width:1000px;
background:#e8eaec;
margin:0px 0px 0px 1px;
}

#content h1{
margin:0 0 5px 0; 
font-size:1.8em; 
letter-spacing:-1px;}


#content h2{
text-align:center;
font-size:1.6em;
font-weight:bold;
color:black;

}

#content h3{
font-size:1.3em; 
color:black;
}

#content h4{
font-size:1.2em; 
color:black;
font-weight:bold;
}

#content h5{
font-size:1.2em; 
color:black;
font-weight:normal;
}

#content p1{
font-size:1.0em; 
padding:20px 0 0 20px;
color:black
}


#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

#content td, #content th {font:80%}
#content th {font-weight:bold;}

/**************** Body and tag styles ****************/

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#e8eaec;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p {padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

