html{
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #E7E7E5;
}

body{
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_back.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: red;
}

.main_table{
	width: 761px;
	height: 100%;
	background-color: white;
}

.banner{
	height: 281px;
	vertical-align: top;
}

.main_menu{
	height: 42px;
	width: 761px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.main_menu *{
	vertical-align: middle;
	font-size: 10pt;
}



.content{
	height: 46%;
	text-align: left;
	vertical-align: top;
	padding: 20px;
}


.content_table{
	width: 100%;
	background-color: #F3F3F3;
}

.content_table td{
	padding: 7px;
	font-size: 10pt;
}


.content_table_header {
	background-color: #000066;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.ctable_lmenu {
	width: 180px;
	vertical-align: top;
}

.ctable_lmenu a{
	font-size: 9pt;
}

.content_picture{
	border: 1px solid black;
}


.copyright{
	height: 5px;
	background-color: #000066;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}

.copyright a{
	font-size: 10pt;
	color: #E7E7E5;
	text-decoration: none;
}

.copyright a:hover{
	color: Red;
	text-decoration: none;
}

/* ################################## */

ul.i_list {
	margin: 0px;
	padding-left: 25px;
	list-style-type: circle;
	/*font-weight: bold;*/
	font-size: 8pt;
}


.content_table h4 {
	font-size: 12pt;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.content_table h5 {
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-size: 11pt;
}

.content_table h6 {
	font-size: 10pt;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

