html{
height:100%;
}
body{
	background-color:#FFFFFF;
	height:100%;
	margin-top:0px;
}
a:link { color: #0077C0 ; text-decoration: underline }
a:active { color: #0077C0; text-decoration: underline }
a:visited { color: #34ABF4; text-decoration: underline }
a:hover { color: #0077C0; text-decoration: underline; font-weight: bold; }
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0077C0;
	font-weight: bold;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0077C0}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: red;
	font-weight: bold;
}

#twitter_update_list {
	width: 200px;
	height: auto;
	margin: auto;
	clear: both;
	font-size:12px;
}

#wrapper {
	margin:auto;
	height: auto;
	width:901px;
}
#maincontainer {
	margin:auto;
	height: auto;
	width:901px;
}
#nav { 
	float: left;
	width: 256px;
	height: 405px;
	margin: auto;
}
#head {
	float: left;
	width: 645px;
	height: 405px;
	margin:auto;
	padding-bottom: 15px;
}
#content {
	margin:auto;
	width: 901px;
	height: auto;
	padding-bottom: 100px;
	min-height: 650px;
}
#links {
	margin-left: 30px;
	float: left;
	width: 205px;
	height: auto;
}
#text {
	margin-left: 276px;
	width: 589px;
	height: auto;
}
#footer {
	width:891px;
	height:auto; 
	margin:auto;
	clear:both;
}
