
/*Mainbody*/

#container 	
	{
	background: #A8C3E2;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border: 0;
	}

#header
	{
	background: #0E2D5B;
	width: 1000px;
	height: 351px;
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	}

#main
	{
	background: #A8C3E2;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	text-align: justify;
	color: #0E2D5B;
	margin: 10px 20px 3px 20px;
	padding: 0;
	padding-bottom: 10px;
	border: 0;
	}

body 	{
	background: #0E2D5B;
	margin: 0;
	padding: 0;
	}

img
	{
	border: 0;
	}

.bottom
	{
	background: url(../images/bottom.jpg) repeat-x;
	margin: 5px 0 10px 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
	padding: 3px 0;
	border: 1px solid #7193C3;
	border-bottom: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #DEDFE1;
	text-align: center;
	}

p
	{
	background: #A8C3E2;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	text-align: justify;
	color: #0E2D5B;
	margin: 20px;
	}

br
	{
	line-height: auto;
	}

.heading
	{
	background: #A8C3E2;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #0E2D5B;
	padding-bottom: 5px;
	}

h1
	{
	background: #A8C3E2;
	font-family: arial, helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #0E2D5B;
	text-align: center;
	margin-top: 20px;
	}

h2
	{	
	background: #A8C3E2;
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	color: #0E2D5B; 
	text-align: center;
	}

strong
	{
	background: #A8C3E2;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	}

/*Positioning*/

.left
	{
	padding: 5px;
	float: left;
	width: auto;
	margin-right: 10px;	
	}

.right
	{
	padding: 5px;
	float: right;
	width: auto;
	margin-left: 10px;
	}

.center
	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	text-align: center;
	}

.border
	{
	border: 0;
	}

/*Tables*/

table
	{
	background: #A8C3E2;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #0E2D5B;
	border: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	}

th
	{
	background: #6D8DB3;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #fff;
	border: 0;
	}
td	
	{
	background: #A8C3E2;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #0E2D5B;
	border: 0;
	text-align: justify;
	padding: 5px;
	}

.main-image
	{
	width: 375px;
	text-align: center;
	}

.highlight
	{
	background: #6D8DB3;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #0E2D5B;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #aaa;
	height: 20px;
	}

.content
	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #0E2D5B;
	}

/*links*/

a.side:link     
	{
	text-decoration: none;
	font-weight: bold;
	color: #0E2D5B; 
        } 

a.side:visited 
	{
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: #6300A1;  
        } 

a.side:hover   
	{
	text-decoration: underline;
	font-weight: bold;
	color: #01155F;    
	}

a.side:active 
	{
	font-weight: bold;
	text-decoration: underline;
	color: #6300A1;  
        } 
