body {
	background: url('../images/bg.gif');
	margin: 0px;
	text-align: center;
	font-family: "Myriad Pro", "Lucida Grande", "Arial", sans-serif;
	color: #333333;
	font-size: 14px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	color: #4499FF;
}

h2 {
	color: #FFFFFF;
	background-color: #888888;
	width: 100%;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	line-height: 40px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#shadow {
	width: 900px; /*Minus 26*/
	padding: 0px 13px 0px 13px;
	margin: 0px auto;
	background: url('../images/transbg.png');
}

#shadow_bottom {
	width: 900px; /*Minus 26*/
	height: 22px;
	padding: 0px 13px;
	margin: 0px auto;
	background: url('../images/bottom_trans.png');
}

#container {
	width: 880px; /*Minus 20*/
	padding: 10px;
	text-align: left;
	background: #FFFFFF;
}

#head {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 109px;
	background: url('../images/top.jpg') top left no-repeat;
	color: #FFFFFF;
}

#head a {
	color: #FFFFFF;
}

#head #date {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
}

#logoLink {
	 display: block; 
	 position: absolute; 
	 width: 240px; 
	 height: 107px; 
	 left: 30px; 
}

#menu {
	position: relative;
	height: 39px;
	float: right;
	top: 70px;
}

.menuItem {
	display: block;
	height: 39px;
	line-height: 39px;
	width: 90px;
	float: left;
	margin-right: 5px;
	font-size: 15px;
}

#head .menuItem.selected, #head .menuItem.selected:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}
#head .menuItem:hover {
	font-weight: bold;
	text-decoration: none;
}

#foot {
	margin: -22px auto 0px auto;
	width: 880px; /*Minus 20*/
	padding: 0px 10px;
	height: 31px;
	background: url('../images/bottom.jpg') top left no-repeat;
	color: #4499FF;
	font-size: 11px;
	line-height: 31px;
}

#foot a {
	color: #4499FF;
}



/* UTILITY CLASSES */
.floatleft {
	display: block;
	float: left;
}

.floatright {
	display: block;
	float: right;
}
.clear {
	clear: both;
}

.middle {
	vertical-align: middle;
}

.alignright {
	text-align: right;
}

.aligntop {
	vertical-align: top;
}

.err {
	color: #FF0000;
}