/* CSS Document */
body
{
    background-color:#336699;
	
}

h1
{
    color:#336699;
}

/* HEADER */
.HeaderDiv
{
	width:1000px; 
	height:200px; 
	margin-bottom:20px;
	}

.BannerDiv
{
	display:inline-table;
	background-color: #3399FF;
	width:1000px; 
	height:120px;
	

}

.LinksDiv
{
	
	 background-color: #CCCCCC;

	width:1000px; 
	height:30px;
	
}

/* Main Content */
.MainContentDiv
{
	
	width:600px;
	min-width:600px;
	height:400px;
	
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.ContentDiv
{
    text-align:left;
    
    font-family:Verdana;
    
    margin-top:40px;
    margin-bottom: 40px;
    margin-left: 30px;
}

/* SITE LINKS */
.SiteLinks
{
    text-decoration: none; 
    font-family:Verdana;
    
    color:#003300;
    margin-right:20px;
    
}

.InfoBox
{
    background-color:#FFFFFF; filter:alpha(opacity=80);
	opacity:0.8; border: 1px solid #a6a9ab; border-radius: 10px; -webkit-border-radius: 10px; 
	-moz-border-radius: 10px; clear: both; width:500px; padding:20px;
}


.TableHeader
{
    color:#336699;
    text-decoration: underline;
    font-weight:bold;
}

.MainTextHeader
{
    color:#336699;
    text-decoration: underline;
    font-weight:bold;
}
