@charset "utf-8";
/* CSS Document */
body, html{
margin:0px;
height:100%;
min-height:100%;
text-align:center;
background-color:#CCCCCC;
font-family:Georgia, "Times New Roman", Times, serif;
}

p{
text-align:left;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
margin-top:0px;
}

h1{
color:#9a2326;
margin-top:0px;
font-size:30px;
}

#main{
width:888px;
min-height:100%;
height: auto;
margin-left:auto;
margin-right:auto;
background-color:#002A5C;
border-left:1px solid #002A5C;
background-image:url('images/rightShadow.jpg');
background-position:right;
background-repeat:repeat-y;
background-position:right;
}

#nav{
width:884px;
}
#content{
background-color:#FFFFFF;
width:804px;
margin:0px;
padding:40px;
text-align:left;
min-height:440px;
}

.footer{	
text-align:left;
padding:4px;
width:876px;
background-color:#002A5C;
height:35px;
color:#FFFFFF;
font-size:10px;
}
.footer A:link {text-decoration: none; color:#FFFFFF;}
.footer A:visited {text-decoration: none; color:#FFFFFF;}
.footer A:active {text-decoration: none; color:#FFFFFF;}
.footer A:hover {text-decoration: underline; color:#FFCC33;}

.subNav{	
text-align:left;
color:#9a2326;
font-size:16px;
}
.subNav A:link {text-decoration: none; color:#666666;}
.subNav A:visited {text-decoration: none; color:#666666;}
.subNav A:active {text-decoration: none; color:#666666;}
.subNav A:hover {text-decoration: underline; color:#000000;}