﻿body	
{  
        margin-left: auto;
	    margin-right: auto;
        margin-top: 5px;
        margin-bottom: 10px;
        background-color: #284691;
}
a:link 
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #000080; 
     font-weight: normal; 
     text-decoration: none;
}
a:visited    
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #000080; 
     font-weight: normal; 
     text-decoration: none;
}
a:active     
{ 
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #006F00; 
     font-weight: normal; 
     text-decoration: none;
}
a:hover 
{    
     background-color: transparent;
     font-family: Verdana,Arial; 
     color: #006F00; 
     font-weight: normal; 
     text-decoration: none;
}
#wrapper /* Site Content Holder */
{
	width: 900px;
	background-color: #AABEE1;
	margin-left: auto;
	margin-right: auto;
}
#banner /* Banner Content */
{
	width: 900px;
	background-color: #AABEE1;
	margin-left: auto;
	margin-right: auto;
}
.fullContent  /* Content Div for full images */
{
	width: 900px;
	background-color: #AABEE1;
	margin-top:0px;
	margin-bottom:10px;
}
.comContent  /* Content Div for common content */
{
	width: 880px;
	background-color: #AABEE1;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}
.siteText   /* Site Text */
{ 
     font-family: Verdana,Arial; 
     color: #000000; 
     font-size: 0.8em; 
     font-weight: normal; 
     text-decoration: none;
}
.login  /* Content Div for common content */
{
	width: 500px;
	background-color: #AABEE1;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}
.loginButton
{ 
     border:0px;
}
#footer
{
	width: 900px;
	background-color: #AABEE1;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}