body { 
font-family : arial, sans-serif;
line-height : 1.5em;
background-color : #13276c;
} 

font {
color: #13276c;
}

A:link { 
text-decoration : underline;
color : #13276c;
} 
A:visited { 
text-decoration : underline;
color : #13276c;
} 
A:active { 
text-decoration : underline;
color : #13276c;
} 
A:hover { 
text-decoration : underline;
color : #13276c;
} 
hr {
height: 3px;
color: #13276c;
width: 85%;
}
h1 { 
font-variant : small-caps;
color : #13276c;
font-family: arial, sans-serif;
font-size: xx-large;} 
h2 {
font-variant : small-caps;
color : #13276c;font-family: arial, sans-serif;font-size: x-large;
}
h3, h4{
font-variant : small-caps;
color : #13276c;font-family: arial, sans-serif;
font-size: larger;
}
p {
color : #13276c;
}

#allcontent {
position: absolute;
height : 100%;
width: 90%;
left: 25px;
}

#topsection { 
position : absolute;
height : 20%;
width : 100%;
background : #13276c;
border : 0px;
text-align : center;
} 

#leftcontent {
position : absolute;
height : 100%;
width : 15%;
background : #13276c;
border : 0px;
text-align : center;
margin-top : 21%;
right : 85%;
left : 0%;
} 

#centercontent { 
position : absolute;
width : 69%;
background : #ffffff;
border : 0px;
text-align : center;
margin-top : 21%;
right : 16%;
left : 16%;
padding-top : 20px;
padding-bottom : 20px;
}  


#rightcontent { 
position : absolute;
height : 100%;
width : 15%;
background : #ffffff;
border : 0px;
text-align : center;
margin-top : 21%;
right : 0%;
left : 86%;
} 
