<style type="text/css">

html {
  background-color: #ffffff;
}

body {
  font-family: "Lucida Sans", arial, verdana, helvetica, serif;
  font-weight: normal;
  font-size: 12px;
  color: #222;
  padding: 0px;
  margin: 0px; 
  background-color: #ffffff;
  text-align: center;
}

div#container {
	position: relative;
	text-align: left;
	width: 1024px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 30px 0px 30px;
	background-color: white;
	border-left: solid 1px black;
    border-right: solid 1px black;
	
}


div#banner {
  position: absolute;
  width: 1024px;
  height: 148px;
  left: 0px;
  top: 0px
}
  
div#navtop {
	position: relative;
	background-color: white;
	width: 1024px;
	height: 25px;
	padding: 0px;
	top: 149px;
	left: 0;
	z-index: 0;
}
 
div#indicator {
  position: absolute;
  background-color: 000000;
  width: 172px;
  top: 192px;
  height: 45px;
  left: 0px;
  padding: 0px;
}

div#left {
  position: absolute;
  width: 172px;
  height: 240px;
  left: 30px;
  padding-right: 0px;
  top: 272px;
  background-color: white;
}

div#right {
  position: absolute;
  top: 228px;
  left: 154px;
  bottom: auto;
  width: 403px; 
  overflow: auto;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 20px;
}

h1 {
  font-size: 14px;
  font-family: arial, verdana, helvetica, serif;
  color:#FFFFFF;
}

a, a:hover { 
font-weight: bold;
font-size: 12px;
 font-family: arial, verdana, helvetica, serif;
color: #ffffff; 
text-decoration: none; 
}

a:hover {
font-size: 12px;
font-weight: bold;
 font-family: arial, verdana, helvetica, serif;
 color: #ffffff; 
 text-decoration: none; 
}

a.sidemenu, a.sidemenu:hover { 
font-weight: normal;
font-size: 12px;
font-family: arial, verdana, helvetica, serif;
color: #ffffff; 
text-decoration: underline; 
}

div.bodyContent {
    font-family: arial, verdana, helvetica, serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
 } 

td {
    font-family: arial, verdana, helvetica, serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
 } 

p.content1 {
    font-family: arial, verdana, helvetica, serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
 }

p.contentside {
        font-family: arial, verdana, helvetica, serif;
	color: #222;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
 }

p.contact {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
 }

 
p.copyright {
    	font-weight: oblique;
	font-size: 10px;
	font-family: times, garamond, serif;
	color:#FFFFFF
}


