
body{
margin:0;
padding:0;
background:#f0f8ff
}

h1{
margin:0;
padding:75px 0px 0px 50px;
font-family:Arial;
font-style: italic;
font-size: 18px;
font-weight: bold;
color:#003333;  
} 

h2{
margin:0;
padding:20px 0px 0px 35px;
font-family:Arial;
font-style: italic;
font-size: 22px;
} 

h3{
margin:0;
padding:75px 0px 0px 25px;
font-family:Arial;
font-style: italic;
font-size: 22px;  
} 

h4{
margin:0;
padding:0px 0px 0px 250px;
font-family:Arial;
font-style: italic;
font-size: 22px;  
} 

a:link, a:visited { 
color: #000000; 
text-decoration: none; 
font-weight: bold; 
} 
a:active, a:hover { 
color: #66ccff; 
text-decoration: underline; 
}

p{
margin:0;
padding:10px;
font-family:Arial;
font-style: normal;
font-weight: normal;
font-size: 13px;  
}

 
ul{
margin:0;
padding:5px 0px 20px 30px;
list-style-image: url(images/);
}

li{
list-style-type:ordered; 
padding:5px 0px 0px 0px;
font-family:Arial;
font-style: normal;
font-weight: normal;
font-size: 13px;  
}
 
IMG.displayed {
display: block;
margin-left: auto;
margin-right: auto;
padding:5px 0px 0px 0px; 
}


#page_container{
width:980px;
margin:0 auto;
}

#header{
width:980px;
height:220px;
float:left;
padding:5px 0px 0px 0px; 
background:#f0f8ff url(images/logo.png) bottom right no-repeat;
}

#left_column{
width:200px;
height:470px;
float:left;
background:#f0f8ff url(images/colbkgrnd2.png) top right no-repeat;
}

#center_column{
width:580px;
height:470px;
float:left;
background:#f0f8ff;
}

#right_column{
width:200px;
height:470px;
padding:0px 0px 0px 0px;
float:left;
background:#f0f8ff url(images/colbkgrnd2.png) top right no-repeat;
}

#footer{
width:980px;
height:40px;
float:left;
padding:0px 0px 0px 0px;
border-top: normal;
background:#f0f8ff url(images/ftbkgrnd.png) top right no-repeat;
}