body {
	font: 11px Arial;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:focus { outline: none; }

a:link{
color:#CC0099;
}

a:visited{
color:#CC0099;
}

img {
border: 0px none;
}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; 	
	height:450px;
	min-height:450px;
	text-align:center;
}

.textblock{
width:665px;
margin-left: auto; 
margin-right: auto;
margin-top: 20px;
text-align: left;
font: 11px Arial, Helvetica, sans-serif;
}

.oneColFixCtr #header {
display:block;
width: 665px;
height: 178px;
background: url(images/home/logo.gif) no-repeat;
margin: 0px 85px 0px 150px;
text-align:center;
}

#navcontainer
{
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
border-top: 1px solid #999;
z-index: 1;
font-weight:bold;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #000;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #FFF;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
background-color:#990066;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#twitter_div
{
width: 500px;
margin: 15px auto;
color: #000;

}

#twitter_div a
{
color:#CC0099;
}

#twitter_update_list {list-style-image: url(images/home/twitter3.png);list-style-type: none;}

#twitter-link
{
text-align: center;
display:block;
margin-left: 5px;
}