
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.gif)
	}


#page {
	width:780px;
	text-align: left;
	}

#header {
	float:right;
	width:780px;
	height:75px;
	margin-top:0px;	
	background-image:url(../images/header.png);
	border: 1px solid #333333;
	color:#FFFFFFF;

	}

#banner {
	float:right;
	width: 780px;
	height:25px;
	background-color:#666666;
	background-image:url(../images/bar.png);
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	}

#main {
	float:right;
	width:780px;
	min-height:500px;

	background-color:#FFF;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}

#Left {
	font-size:11px;
	position:absolute;
	float:left;
	top:120px;
	width:180px;
	height:200px;
	background-color: #F5DDA5;
	border: 1px solid #5f0119;
	}

#bottom {
	float:right;
	width:780px;
	height:25px;
	margin-top:0px;	
	background-image:url(../images/header.png);
	border: 1px solid #333333;
	color:#FFFFFFF;

	}


.Headertext1{
	margin-top: 20px;
	font-size:24px;
	font-weight:600;
	color:#FFFFFF;
	}
	
.Headertext2 {
	margin-top:15px;
	font-size:12px;
	color:#FFFFFF;
	}

.Headtext3 {
	float:right;
	padding-right:10px;
	font-size:10px;
	color:#FFFFFF;
	}


.Maintext {
	font-size:12px;
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:50px;
	}

.Maintext li {
	list-style-image:url(../images/bullet_black.png);
	line-height:25px;
	}

.leftext {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:10px;
	}
	
.bottomtext {
	padding-top:5px;
	font-size:10px;
	color:#FFFFFF;
	}
	
.indentmenu{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left:100px;
	margin-top:5px;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #333333; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}
