
/*Mainbody*/

#container 	
	{
	background: #fff;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border: 1px solid #aaa;
	}

#header
	{
	background: #0E2D5B;
	width: 1000px;
	height: 130px;
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	}

#nav-bar
	{
	background: #0E2D5B;
	width: 1000px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #5D5E5E;
	margin-left: auto;
	margin-right: auto;
	}


.nav
	{
	background: #0E2D5B;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 14px;
	color: #fff;	
	margin: 10px 20px 0 0;
	float: right;
	}


.right-head
	{
	float: right;
	}

#main
	{
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify;
	color: #0E2D5B;
	margin: 10px 20px 3px 20px;
	padding: 0;
	padding-bottom: 10px;
	border: 0;
	}

body 	{
	background: #fff;
	margin: 0;
	padding: 0;
	}

img
	{
	border: 0;
	}

#footer
	{
	background: #0E2D5B;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	color: #fff;
	margin: 10px auto;
	width: 1000px;
	height: 50px;
	border: 0;
	padding: 0;
	padding-top: 30px;
	}

.copyright
	{
	margin-left: 20px;
	}

.baseline
	{
	margin-right: 20px;
	float: right;
	}

p
	{
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	text-align: justify;
	color: #0E2D5B;
	margin: 20px;
	}

br
	{
	line-height: auto;
	}

.heading
	{
	background: #transparent;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #0E2D5B;
	padding-bottom: 5px;
	}

h1
	{
	background: #transparent;
	font-family: arial, helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #0E2D5B;
	text-align: center;
	margin-top: 20px;
	}

h2
	{	
	background: #transparent;
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	color: #0E2D5B; 
	text-align: center;
	}

strong
	{
	background: #transparent;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	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: 12px; 
	text-align: center;
	}

.border
	{
	border: 0;
	}

/*Tables*/

table
	{
	background: #transparent;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #0E2D5B;
	border: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	}

th
	{
	background: #transparent;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #fff;
	border: 0;
	}
td	
	{
	background: #transparent;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #0E2D5B;
	border: 0;
	text-align: justify;
	padding: 5px;
	}

.wrapper
	{
	background: transparent;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px;
	color: #172E36; 
	text-align: justify;
	width: 230px;
	padding-top: 0;
	margin-top: 0;
	}

.text-area
	{
	width: 400px;
	text-align: justify;
	border-right: 1px solid #aaa;
	}

.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: 12px; 
	font-weight: bold;
	color: #0E2D5B;
	}

ul.square 
	{
	list-style-type: square;
	margin: 10px 100px;
	color: #0435D3; 
	}

/*links*/

a.side:link     
	{
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	color: #0E2D5B; 
        } 

a.side:visited 
	{
	background: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: #6300A1;  
        } 

a.side:hover   
	{
	background: #fff;
	text-decoration: underline;
	font-weight: bold;
	color: #01155F;    
	}

a.side:active 
	{
	background: #fff;
	font-weight: bold;
	text-decoration: underline;
	color: #6300A1;  
        } 

a.footer:link     
	{
	text-decoration: none;
	color: #fff; 
        } 

a.footer:visited 
	{
	text-decoration: underline;
	color: #fff;  
        } 

a.footer:hover   
	{
	text-decoration: underline;
	color: #fff;    
	}

a.footer:active 
	{
	text-decoration: underline;
	color: #fff;  
        } 
