@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CDBA96;
	padding-top:0;
	text-align: center;
	}
	
/* Container for the whole page */
#page{
	width: 800px;
	border-style:ridge;
	border-width:5px;
	border-color:#999999;
	background-color:#E0F0FF;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	}
	
/* Contains Main area between header and footer */
#block{
	width:100%;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	border:none;
	}

/* Light Blue Header Area */	
#header{
	width:400px; 
	height:170px; 
	margin-left:340px; 
	text-align:center; 
	padding-top:5px; 
	padding-bottom:5;
	}

/* Acutally not ussed - replaced by table cell */	
#sidebar{
	width:130px;
	background-color:#AA1414;
	border:0;
	margin-top:0;
	float:left;
	display:inline;
	height:auto;
	}
	
	
#main{
	/*margin-left:130px;*/
	margin-top:0;
	padding:10px;
	border:0;
	text-align:left;
	background-color:#FFFFFF;
	}
#home{
	/*margin-left:130px;*/
	margin-top:0;
	padding:0px;
	border:0;
	text-align:left;
	background-color:#FFFFFF;
}
#footer {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	clear: both;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left:5px;
	padding-right:10px;*/
	border-top-style:double;
	border-top-color: #CCCCCC;
	border-top-width: thick;
	font-family: Arial,Helvetica, Sans-Serif;
	font-size: 9pt;
}
#footer a {
	font-size:smaller;
	font-family:Arial, Helvetica, sans-serif;
	}
#footer a:link {
	color:#4444cc;
	}
#footer a:visited {
	color:#888888;
	}
#footer a:hover {
	color:#6666ee;
	}
#footer a:active {
	color:blue;
	}
	
h1{
	margin-top:0;
	text-align:center;
	}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:5px;
	}
h3{
	font-style:italic;
	margin-bottom:3px;
	}
h3.categories{
	font-family:Arial, Helvetica, sans-serif;
	color:#0000CC;
	font-size:large;
	margin-top:2px;
	}
table{
	text-align:center;
	}		
table.home{
	margin-left:10px;
	margin-right:10px;
	}
p{
	font-size: small;
	margin-top:0;
	}
p.close{
	margin-top:0;
	}
a.menu
{
float:left;
width: 130px;
height:15px;
text-align: center;
vertical-align: middle;
font-family: Arial,Helvetica, Sans-Serif;
font-size: 9pt;
font-weight: bold;
margin-bottom: 5px;
border:none;
}
a.menu:link
{
color: #FFFFFF;
text-decoration: none;
background-color:#AA1414;
}
a.menu:visited
{
background-color:#AA1414;
color: #CCCCCC;
text-decoration: none;
}
a.menu:hover
{
background-color: #FFFFFF;
color: #1B3F8B;
text-decoration: none;
}
a.current
{
    float:left;
    border-left: 1px solid #1759A3;
    border-right: 1px solid #1759A3;
    border-top: 1px solid #1759A3;
    border-bottom: 1px solid #1759A3;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    font-family: Arial,Helvetica, Sans-Serif;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 5px;background-color: #1759A3;
    color: White;
    text-decoration: none;
}	
a.img {
	border:none;
	margin:0;
	text-decoration:none;
	}
	