body {
	background-color : #E8F4FF;
    color : #444C72;
    font-family : VERDANA,ARIAL,HELVETICA,sans-serif;
    font-size : 12pt;
}

* {
	margin : 0px;
}

html {
    height : 100%;
    margin-bottom : 1px;
}

table.site 
{
	margin-top : 0px;
	padding:  0px 0px 10px 10px;
	background-color : #E8F4FF;
	width : 990px;
}

div.banner {
	background-image : url(header.png);
	background-repeat : no-repeat;
	height : 130px;
}

div.menu {
	width : 190px;
	font-size : 10.5pt;
	float : left;
}

div.menu1 {
	background : #D2E4F2;
}

div.menu2 {
	background : #C7D8E5;
}

div.menu3 {
	background : #BCCCD8;
}

div.menu4 {
	background : #B1C0CC;
}

div.menu5 {
	background : #A6B4BF;
}

span.menu_top {
	padding : 5px 5px 0px 5px;
	font-size : 14pt;	
}

ul.menu {
	margin : 5px 0px 0px 0px;
	padding-left : 10px;
}

li.menu2 {
	list-style-type : none;
}

li.menu3 {
	list-style-type : none;
	padding-left : 15px;
}

div.menu a:link {
	color : #E56B00;
	text-decoration : none;
}

div.menu a:visited {
	color : #E56B00;
	text-decoration : none;
}

div.menu a:hover{
	color : #000;
	text-decoration : none;
}

div.menu a:active {
	color : #000;
	text-decoration : none;
}

div.content {
	width : 750px;
	margin-left : 190px;
	padding : 10px 20px 10px 20px;
	background-image : url(background_content.png);
    background-repeat : repeat-y;
}

span.content_title {
	font-size : 18pt;
	font-weight : bold;
}

div.bottom_content {
	font-size : 8pt;
	text-align : right;
}

div.content a:link {
	color : #666699;
	text-decoration : underline;
}

div.content a:visited {
	color : #666699;
	text-decoration : underline;
}

div.content a:hover {
	text-decoration : none;
}

div.content a:visited {
	text-decoration : none;
}

a:link {
	color : #666699;
	text-decoration : underline;
}

a:visited {
	color : #666699;
	text-decoration : underline;
}

a:hover {
	text-decoration : none;
}

a:visited {
	text-decoration : none;
}
