body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #deeff7;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkgdTile.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: 1.8em;
	color: #000000;
}
h2 {
	font-size: 1.6em;
	color: #000000;
}
h3 {
	font-size: 1.4em;
	color: #000000;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
#header {
	background-image: url(images/headerTile.gif);
	background-repeat: repeat-x;
}
#pageTitle {
	color: #FFE78C;
	font-weight: bold;
	text-align: center;
	width: 146px;
	position: absolute;
	top: 84px;
	left: 556px;
	font-size: 14px;
	letter-spacing: .1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content {
	position: absolute;
	left: 156px;
	width: 510px;
	padding: 20px 10px 20px 20px;
}

/*Main Nav*/
#menu {
	width: 148px;
	vertical-align: top;
	position: absolute;
	font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;
	left: 8px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 148px;
}
#menu li {
	border-bottom: 1px solid #DEEFF7;
	margin: 0;
	width: 148px;
	padding: 0;
}
#menu li a{
	display: block;
	background-color: #5A8EB5;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
}
#menu a:hover{
	color: #636563;
	width: 148px;
	background: #C6DFEF;
	font-weight: bold;
}
#menu .activePage {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	background-color: #5A8EB5;
}
#slogan {

	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 397px;
	position: absolute;
	top: 115px;
	left: 158px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 115px;
	margin-left: 25px;
	font-size: 11px;
}
#twitter_update_list ul {
	margin-left: -30px;
}
#twitter_update_list li {
	margin-bottom: 10px;
}

