@charset "UTF-8";
body {
	background-color: #0f123f;
	font-family:"HelveticaNeue","Helvetica Neue","Helvetica Neue LT","Helvetica LT",Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.3em;
}
h1 {
	font-size: 16px;
	color: #0f123f;
}
h2 {
	font-size: 14px;
 	color: #083382;
}
h3 {
	font-size:12px;
 	color: #083382;
}

#pageContainer {
	background-color:#FFF;
	width:955px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
}
#leftContainer {
	width:176px;
	float:left;
}
#sidebarContainer {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/side_background.jpg);
	background-repeat: repeat-y;	
}
#sidebarContent {
	width:100%;
	text-align:center;	
}
#rightContainer {
	width:769px;
	float:right;
}
#headerContainer {
	width:769px;
}
#headerLeft {
	width:561px;
	float:left;
}
#headerRight {
	width:208px;
	height:42px;
	color:#177f23;
	text-align:center;
	float:right;
	font-size:1.2em;
}
#navigationContainer {
	width:769px;
	letter-spacing:-1px;
	font-size:1.2em;
}
#navigationContainer .navigationItem {
	width:auto;
	padding-right:30px;
	float:left;
	text-align:left;
}
#navigationContainer .navigationItemActive {
	width:auto;
	padding-right:30px;
	float:left;
	text-align:left;
}
#navigationContainer .navigationItem a {
	color:#177f23;
	text-decoration:none;
}
#navigationContainer .navigationItem a:hover {
	color:#177f23;
	text-decoration:underline;
}
#navigationContainer .navigationItemActive a {
	color:#0f123f;
	text-decoration:none;
}
#navigationContainer .navigationItemActive a:hover {
	color:#0f123f;
	text-decoration:underline;
}
#mainContainer {
	width:769px;
}
#rightSideBarContainer {
	width:201px;
	float:right;
}
#articleContainer{
	width:560px;
	float:left;
	text-align:center;
}
#articleContainer #articleLeft {
	width:280px;
	text-align:left;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#articleContainer #articleRight {
	width:272px;
	text-align:left;
	float:right;
}
#footerContainer {
	width:955px;
	height:66px;
	clear:both;
}
#footerLeft {
	width:738px;
	padding-top:25px;
	float:left;
}
#footerLeft .footerItem {
	width:auto;
	float:right;
	height:76px;
	padding-right:18px;
}
#footerLeft .footerItem a {
	color:#0f123f;
	text-decoration:none;
}
#footerLeft .footerItem a:hover {
	color:#0f123f;
	text-decoration:underline;
}
#footerRight {
	width:217px;
	float:right;
}
#copyrightContainer {
	width:955px;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#newsEvents {
	padding:10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	color:#000000;
}
.asterisk {

	color: #990000;

}
.EventsHeader {color: #000033; font-weight: bold; }
