html
{
	width: 1180px;
	background-color: #FBFEFE;
	margin: auto;
}

IMG
{
	border:none;
}

header
{
	padding-top: 20px;
	border-radius: 5px;
	border: 2px #348BC1 solid;
	text-align: center;
	margin-bottom: 6px;
	width: 1160px;
	
	background-color: white;
	
	height: 160px;
}

.left_logo
{
	float:left;
	padding-left: 5px;
	border: none;
}

.right_logo
{
	float: right;
	padding-right: 35px;
	padding-left: 30px;
	border: none;
}
.left_menu
{
	font-size: 12px;
	font-family: verdana,geneva,sans-serif;
	float: left;
	line-height: 22px;
	
	width: 200px;
	height: 1700px;
	
	border: 2px solid #348BC1;
	border-radius: 5px;
	
	vertical-align: top;
	padding-top: 10px;
	
	background-color: white/*#D0EDFE*/;
} 

.left_menu A
{
	text-decoration: none;
	color: #246187;
}

.right_menu
{
	text-align: center;
	font-size: 12px;
	font-family: verdana,geneva,sans-serif;
	float: right;
	
	width: 200px;
	height: 1700px;
	
	
	border: 2px solid #348BC1;
	border-radius: 5px;
	
	vertical-align: top;
	padding-top: 10px;
	
	background-color: white;
} 

.right_menu IMG
{
	/*width: 140px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}

section
{
	vertical-align: top;
	font-family: verdana,geneva,sans-serif;
	font-size: 12px;
	text-align: justify;
	
	background-color: white;
	
	width: 700px;
	height: 1710px;
	
	margin-left: 210px;
	padding-left: 20px;
	padding-right: 20px;
	
	border: 2px #348BC1 solid;
	border-radius: 5px;
}

footer
{
	padding-top: 5px;
	
	border-radius: 5px;
	border: 2px #348BC1 solid;
	
	font-family: verdana,geneva,sans-serif;
	text-align: center;
	font-size: 10px;
	
	
	margin-bottom: 6px;
	margin-top: 6px;
	width: 1160px;
	
	background-color: white;
}

footer A
{
	text-decoration: none;
	color: #246187;
}

