﻿/* CSS layout */

#bg {
	background-color:#BBA49A;
	background-image: url(grade.jpg);
	background-repeat: x-repeat;
	margin: 0;
	padding: 0;
}

#body {
	background: url(back.jpg);
	background-color:#f9d0bf;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	cursor: default;
}

#home { 
	position: absolute;
	float: left;
	width : 150px;
	height: 150px;
	margin-left: 60px;
	margin-top: 40px;
}

#page_content {
	width: 550px;
	height: 410px;
	margin-top: 225px;
	margin-left: 250px;
	position: absolute;
	overflow: auto;
	padding: 0px 5px 0px 0px;
	cursor: default;
	z-index: 1;	
}

#aoa {
	width: 175px;
	height: 260px;
	margin-top: 15px;
	right: 2px;
	position: fixed;
	padding: 0px 0px 0px 0px;
	cursor: default;
	z-index: -1;	
}

#alz {
	width: 175px;
	height: 360px;
	margin-top: 300px;
	right: 2px;
	position: fixed;
	padding: 0px 0px 0px 0px;
	cursor: default;
	z-index: -1;	
}


.content {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	line-height:24px;
	overflow:auto;
}

.content_head {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #000000;
	line-height:28px;
}

.content_head2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #000000;
	line-height:28px;
}

.content_link {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #F90000;
	line-height:24px;
	
}
.content_sub {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	line-height:18px;
	overflow:auto;
}

.content_foot {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
	line-height:14px;
}


.style1 {
	text-align: right;
}

#left_col1 {
	height: 20px;
	margin-top: 310px;
	margin-left: 24px;
	position: absolute;
	font-family: Verdana;
	font-size: 16px;
	color: white;
	cursor: pointer;
}

#left_col2 {
	height: 20px;
	margin-top: 369px;
	margin-left: 28px;
	position: absolute;
	font-family: Verdana;
	font-size: 16px;
	color: white;
	cursor: pointer;
}

#left_col3 {
	height: 20px;
	margin-top: 428px;
	margin-left: 36px;
	position: absolute;
	font-family: Verdana;
	font-size: 16px;
	color: white;
	cursor: pointer;
}

#left_col4 {
	height: 20px;
	margin-top: 487px;
	margin-left: 29px;
	position: absolute;
	font-family: Verdana;
	font-size: 16px;
	color: white;
	cursor: pointer;
}

#left_col5 {
	height: 20px;
	margin-top: 546px;
	margin-left: 9px;
	position: absolute;
	font-family: Verdana;
	font-size: 16px;
	color: white;
	cursor: pointer;
}

#left_col6 {
	height: 20px;
	margin-top: 607px;
	margin-left: 15px;
	position: absolute;
	font-family: Verdana;
	font-size: 16px;
	color: white;
	cursor: pointer;
}

#center {
	margin: 0 auto;
	width: 890px;
	border: 0px solid #000000;
}

.nav ul{
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	list-style-type: none;
	color: white;
	margin-right: 1em;
	width: 145px;
}

ul.nav{
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	list-style-type: none;
	color: white;
	margin-right: 1em;
	width: 145px;
}


ul.nav>li{
	margin: 0;
}


ul.nav li:hover{
	color: white;
	font-weight: bold;
}


.nav_white {
	font-family: Arial;
	font-size: 12pt;
	color: white;
	text-decoration: none;
}