body {
	padding: 0px;
	margin: 0px;
	background: url('images/mainBg.gif') top left;
	text-align: center;
	font-family: arial;
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #114E9F;
}
a:hover {
	color: black;
}
#header {
	background: url('images/headerBg.gif') top left repeat-x;
	height: 63px;
}
#logo h1 {
	display: none;
}
#logo {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	display: block;
	width: 120px;
	height: 61px;
	background: url("images/logo.gif") top left no-repeat;
}
#menuWrapper {
	background: url('images/menuBg.gif') top left repeat-x;
	height: 29px;
}


#menu ul{
	padding: 0px 4px; margin: 0px;
	list-style: none;
}
#menu li {
	padding: 3px 1px 0px;
	margin: 0px;
	list-style: none;
	display: block;
	float: left;
}
#menu ul li a {
	display: block;
	width: 74px;
	height: 26px;
	background: url("images/menuTab.gif") top left no-repeat;
	font-size: 13px;
}
#menu ul li a:hover, #menu ul li link:active, #menu ul li.selected a {
	background: url("images/menuTabHover.gif") top left no-repeat;
}
#menu ul li a span {
	text-align: center;
	width: 74px;
	padding: 5px 0px 0px;
	display: block;
}

#footerWrapper {
	background: url('images/footerBg.gif') top left repeat-x;
	height: 43px;
}


#footMapWrapper {
	background: url('images/footMapBg.gif') top left repeat-x;
	height: 29px;
}



#footMap {
	text-align: center;
}
#footMap ul{
	padding: 6px 4px; margin: 0px;
	list-style: none;
}
#footMap li {
	padding: 0px 10px 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font-size: 11px;
}


#bodyWrapper1 {
	background: url('images/bodyBg.gif') top left repeat-x white;
}


#bodyWrapper2 {
	background: url('images/bodyLeft.gif') top left no-repeat white;
}
#bodyWrapper3 {
	background: url('images/bodyRight.gif') top right no-repeat;
}
#bodyWrapper4 {
	min-height: 500px;
}

#bodyWrapper5 {
	padding: 5px 20px;
	width: 760px !important;
}

.cBlock {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
#footer {
	padding: 13px 0px 0px;
	color: white;
	font-size: 12px;
}
#footer a{
	color: white;
}
#copyright {
	float: left;
	padding-left: 10px;
}
#designBy {
	float: right;
	padding-right: 5px;
}


#topTabs {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}
#topTabs ul {
	padding: 0px 4px;
	margin: 0px;
}
#topTabs ul li {
	padding: 0px 1px;
	margin: 0px;
	list-style: none;
	float: right;
}
#topTabs ul li a {
	display: block;
	width: 122px;
	height: 25px;
	background: url('images/topTab.gif') top left no-repeat;
	color: white;
	font-size: 12px;
}
#topTabs ul li a:hover {
	color: yellow;
}
#topTabs ul li a span{
	display: block;
	width: 122px;
	padding-top: 4px;
}

#rightPanelWrapper {
	float: right;
	padding-right: 7px;
}
#rightPanel {
	background: url('images/rightPanelBg.gif') top left no-repeat;
	width: 241px;
	height: 400px;
}
#rightPanel h2 {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 64px;
	width: 241px;
	height: 28px;
	background: url('images/rightPanelHead.gif') top left no-repeat;
	font-size: 13px;
}
#rightPanel h2 span{
	display: block;
	padding: 7px 0px 0px 17px;
	color: #4d4d4d;
}
#rightPanelNews {
	padding: 10px 14px;
	font-size: 12px;
}
#rightPanel h3 {
	color: #377bdb;
	font-size: 13px;
	padding-bottom: 2px;
}
#rightPanel p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e8e8e8;
}
#rightPanel p span {
	display: block;
	text-align: right;
}

#homeWrapper {
	float: left;
	width: 550px;
}
#homeWrapper2 {
	padding: 10px 0px 10px 14px;
}



p {
	text-align: justify;
	line-height: 1.3em;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #3979ce;
	font-size: 18px;
}
h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #299911;
	font-size: 14px;
}

ul {
	margin: 0px;
	padding: 0px 0px 15px 20px;
}

#homeJoin {
	text-align: center;
}

img {
	border: none;
}

.clear {
	clear: both;
}

#loggedInWelcome {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 790px;
	margin-left: -400px;
	text-align: right;
	color: white;
}
#loggedInWelcome a{
	color: yellow;
}

.news p {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e8e8e8;
}
.news h3 {
	font-size: 13px;
	padding: 0px 0px 1px 0px;
}