/* css (C) by Arun Ravindran, 2007 */

/* HTML elements */
/* basic elements */

* {margin: 0; padding: 0}

body {
    background:#3C6FAC repeat-x;
    font-size:100.01%;
    font-family:"trebuchet ms", verdana, sans-serif;
    color:#2C5079
}

p {padding:10px 30px 10px 20px; font-size:0.9em; line-height:1.6}

a{text-decoration:none}
a:link{color:#E5FBBB}
a:visited{color:#B8DBFF}
a:hover, a:active{color:white}

acronym{cursor:help}

/* specific divs */
#container{position:relative; min-width:744px}

#intro{
    height:1%;
    border-right:1px solid #2B4D70;
    border-left:1px solid #2B4D70;
    margin:0 240px 0 0;
    background:url(back_top.gif)
}
#page_header{ 
    background:url(head.jpg) center no-repeat;
    height:365px
}
#page_header h1 span {display:none}

#status_line{text-align:center}
#status_line p{
    color:#C5E1FF;
    font-style:italic;
    padding:0
}
#status_line p.p1{
    font-size:1em;
    margin:30px 10px;
    width:70%;
    float:left
}
#status_line p.p2{
    font-size:1em;
    margin:30px 10px;
    width:70%;
    float:left
}
#status_line p.p3{
    font-size:1em;
    margin:30px 10px;
    width:70%;
    float:left
}

#preamble{background:#79A6D4; clear:both}
#preamble h2{
    height:25px;
    padding-top:3px;
    margin-top:30px;
    margin-bottom:5px;
}
#preamble h3{
    height:15px;
    padding-top:3px;
    background:#79A6D4;
    border-top:1px solid #A5C2EA;}
.postinfo {
    font-size: 50%;
}
#container address {display:none}

#menuright {        
    font:0.8em/1.6 "trebuchet ms", verdana, sans-serif; 
    text-align: center;
    position:absolute;
    right:0px;
    top: 0px;
    width:201px;    
    color:#aaf;
}

#footer {
    font-size: 70%;
    background: #0F212F none repeat scroll 0% 50%;
    color: #AFDBFF;
    line-height: 17px;
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
    width: 100%;
}

#footer a{
    color: #E8FFAF;
    text-decoration: none;
}