body {
	font: 14px Arial, Helvetica, Verdana, sans-serif;
	background: #111447;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-image:url(../images/page-headbg.gif);
	background-repeat:repeat-x;
}

h1 {
	font-size:16px;
	margin-bottom:0;
}

h2 {
	font-size:14px;
	font-style:italic;
	color:#9598da;
	margin-top:0;
}

.subhead {
	font-size:16px;
	font-style:italic;
	color:#9598da;
}

.parahead {
	font-weight:bold;
	font-size:16px;
	margin-bottom:0;
	text-decoration:underline;
}

a:link {
	color: #8086FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8086FF;
}
a:hover {
	text-decoration: underline;
	color: #8086FF;
}
a:active {
	text-decoration: none;
	color: #8086FF;
}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	position:relative;
}

/* -------------------------------------------------- */

.clear {
	clear:both;
}

#content_body {
	clear:both;
	background-image:url(../images/page-sidebg.gif);
	background-repeat:repeat-y;
}

#footer {
	border-top: 2px solid #fff;
	padding:10px;
	text-align:right;
	font-size:12px;
	font-style:italic;
	line-height:1.6em;
	clear:both;
	background: #111447;
}

.hr {
	clear:both;
	border-bottom: solid 1px #fff;
}

#logo {
	display:block;
	margin:0;
	float:left;
}

#menu {
	display:block;
	margin:0;
	float:left;
	height:25px;
}

#menu a {
	display:block;
	margin:0;
	float:left;
}

.photo {
	border: solid 2px #fff;
}

.photo2 {
	border: solid 2px #666;
}

.sidebar {
	float:left;
	width:240px;
	text-align:center;
	position:relative;
}

.sidebar img {
	margin-top:20px;
	margin-bottom:20px;
}

#submenu {
	float:left;
	padding:0;
	margin:0;
	background-image:url(../images/page-sub-mid.gif);
	background-repeat:repeat-x;
}

#submenu a {
	display:block;
	float:left;
	padding-top:18px;
	padding-right:5px;
	padding-left:5px;
	margin:0;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

#submenu a:hover {
	text-decoration:underline;
}

#submenu .leftcap 
{
	float:left;
	padding:0;
	margin:0;
    margin-left: -4px;
}

#submenu .rightcap 
{
    float:left;
    padding:0;
    margin:0;
    margin-right: -4px;
}


#tagline {
	display:block;
	margin:0;
	float:left;
}

.text_body {
	float:left;
	width:600px;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:15px;
	line-height:1.6em;
}

/* Contact form ---------------------------------------- */

#form_col1 {
	width:285px;
	float:left;
}

#form_col2 {
	width:285px;
	padding-left:20px;
	float:left;
	border-left: dotted 1px #fff;
}

/* Latest News ------------------------------------------ */


#newsletters {
	float:left;
	width:290px;
	margin-top:30px;
	margin-bottom:15px;
	margin-right:15px;
	color:#111447;
}

#calendar {
	float:left;
	width:290px;
	margin-top:30px;
	margin-bottom:15px;
	color:#111447;
}

.newstbl #tabs {
	border-bottom: solid 3px #353992;
}

.newstbl #tabs a{
	display:block;
	float:left;
	margin-right:5px;
}

.newstbl table {
	background-color:#353992;
	width:290px;
}

.newstbl .event td {
	padding:7px;
}

.newstbl .event a {
	color:#111447;
}

.newstbl .event .event_title {
	font-weight:bold;
}

.newstbl .event .date {
	text-align:right;
}

.newstbl .odd {
	background-color:#fff;
}

.newstbl .even {
	background-color:#e0e1ff;
}


.event_holder {
	margin-bottom:15px;
	border-bottom:solid 1px #fff;
}

a.event_title {
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:1px;
	color:#F2D225;
}

.event_date {
	float:right;
}

.event_text {
	clear:both;
}