body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
p {
	font-size: 12px;
	margin-right:10px;
}

.container {
	width: 850px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #006bb7;
	background-color: #FFFFFF;
}
.sidebar {
	width: 203px;
	margin-left: 10px;
	text-align: left;
	float: left;
	

}
.mainSection {
	width: 604px;
	height: auto;
	float: right;
	text-align: left;
	clear: right;
}
.nav {
	width: 604px;
	height:50px;
	margin-top:30px;
	background-image: url(../images/bar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;    

}
.rotatingImages {
    width: 604px;
	height: 370px;
	z-index:50;
}
.searchBox {
	background-image: url(../images/searchboxBG.jpg);
	height: 106px;
	width: 198px;
	margin-top: 20px;
}
.timeBox {
	width: 184px;
	height: auto;
	background-color: #57ad40;
	margin-left: 2px;
	padding:0px 4px;
	text-align: center;
}
.timeBoxTop{
	width: 196px;
	height: 10px;
	background-image: url(../images/dateboxTop.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 20px;
}
.timeBoxBottom{
    width: 196px;
	height: 10px;
	background-image: url(../images/dateboxBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.newsBox {
	width: 181px;
	height: auto;
	background-color: #ff9f00;
	margin-left: 3px;
	padding:0px 4px;
	font-size: 11px;
}
.newsBoxTop{
	width: 193px;
	height: 16px;
	background-image: url(../images/newsboxTop.jpg);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	margin-top: 20px;
}
.newsBoxBottom{
	width: 193px;
	height: 16px;
	background-image: url(../images/newsboxBottom.jpg);
	background-repeat: no-repeat;
	background-position: 1px top;
	margin-bottom: 20px;
}
.footer{
    width: 852px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	background: #006bb7;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.footerTag {
	font-size: 9px;
	font-style: italic;
	text-align: center;
}
.unorderedList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 30px;
}
.orderedList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 30px;
}
.pageTitle {
	padding-top: 20px;
}
.projects {
	font-size: 12px;
	background-color: #E4E4E4;
	padding: 8px;
	height: auto;
	width: 475px;
	margin-bottom: 100px;
	border: 1px solid #CCCCCC;
}
