body{
margin : 0px;
padding: 0px;
text-align: center;
background: #E0DFDC url(/img/background.gif) 50% 0 repeat-y;
}

.container{
	position: relative;
	margin: 0 auto; /* non-IE centering */
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 768px;
	background-color:#FFFFFF;
}

.header{
	top:0px;
	left:0px;
	height:120px;
	width:100%;
	margin-bottom:15px;
	/*background-image: url(/img/background2.jpg);	*/
}

.footer{
position: relative;
clear: both;
margin: 0;
padding: 0 0 1px;
text-align:center;
}

.topleftnav{
	float:left;
	font-size:small;
	font-weight:bold;
	padding-left: 5px;
	vertical-align: bottom;
	padding-top: 100px;}
.toprightnav{
	width:270px;
	height:25px;
	float:right;
	vertical-align: center;
	text-align:right;
	margin-top: 95px;
	line-height:25px;
	background: url(/img/toprightnavback.gif) 50% 0 no-repeat;
}

.toprightnav a{color:#007EBB; text-decoration:none; font-size:12px;font-weight: bold; font-family: verdana, geneva, arial, san serif}
.toprightnav a:hover{text-decoration: underline;font-weight: bold}
.toprightnav a:visited{color:#007EBB;}
.toprightnav a:active{color:#007EBB;}

.topleftnav a{color:#007EBB; text-decoration:none; font-size:12px;font-weight: bold; font-family: verdana, geneva, arial, san serif}
.topleftnav a:hover{text-decoration: underline;font-weight: bold}
.topleftnav a:visited{color:#007EBB;}
.topleftnav a:active{color:#007EBB;}

.rotater{
	float:right;
	height:150px;
	top: 0px;
	right: 768px;
}

.navigation{
	width:150px;
	text-align: left;
	left: 0px;
	top: 150px;
	float: left;
	margin: 4px;
	padding: 2px;
	margin-top:15px;
	line-height: 80%;
	border-right: navy 2px ridge;
	/*background-image: url(/img/navbar.jpg);	*/
}

.navigation a{color:#000080; text-decoration:none; font-size:12px; font-family: verdana, geneva, arial, san serif }
.navigation a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.navigation a:visited {color:purple}
.navigation a:active {background-color : Yellow;}

.content{
	top:150px;
	float:right;
	width: 590px;
	padding-right:5px;
	text-align: left;
}


.text{
font-family: Arial, Helvetica, sans-serif;
font-size:medium;
}


h1{
font-family: Arial, Helvetica, sans-serif;
color:navy;
}
h2{
font-family: Arial, Helvetica, sans-serif;
}
h3{
font-family: Arial, Helvetica, sans-serif;
color:navy;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
}



