body {
	margin:0;
  	color:#1A1A1A;
	font:12px "Trebuchet MS", "Helvetica", sans-serif;
	background:#fff url(../images/bg-body.png) repeat-x top;
	min-width:900px;
}

#sponsorLogos {
	padding-top: 15px;
	float: left;
}

#headerRight {
	float: right;
	padding-top: 90px;
}

.content {
padding: 0;	
}

#contentPane {
	padding: 20px;
}
#contentPane a:hover {
	text-decoration: none;
}
#contentPane a {
	  	color:#1A1A1A;
	text-decoration: underline;
}

#contentPane ul {
list-style: none;
	margin-left: 30px;
}


.imageBlock {
	border-bottom: 1px solid #FFF;
}

.ad {
	border-bottom: 1px solid #FFF;
	
}

/*heading*/
h1 {
	font-size:18px;
	font-weight:normal;
	color:#0E7BCF;
	line-height:24px;
}

h1,h2,h3 {color: #0E7BCF;margin:0;}
p {margin: 0;}
fieldset {
	border: 0;
	margin: 0;
	padding:0;
	padding-left: 20px;
}

form {
	padding: 0px;
	border-bottom: 1px solid #FFF;
		border-top: 1px solid #FFF;
			background-color: #BB1E1D;
}
.clear {
	clear: both;
}	
/* main center container */
.main {
	width:900px;
	margin:0 auto;
	position:relative;
	overflow: auto;
}
#header {
	height:376px;
}

#sponsors {
	padding: auto;
	margin:0 auto;
	position:relative;
	text-align: center;
}

.logo {
	width:900px;
	margin:0 auto;
	position:relative;
height: 109px;
text-align: right;
}

img {
	border:0;
}

#blueLine {
	width:900px;
	margin:0 auto;
	position:relative;
	background-color: #0E7BCF;
	height: 5px;
}

#bottomBlueBar {
	background-color: #2B7BCF;
	border-top: 1px solid #FFF;
	border-bottom: 3px solid #C5C5C5;
	height: 5px;
}
#nav li.red {
		background-color: #BA0019;
}

#bcesearch {
	background-color: #BB1E1D;
	width:100%;
	border-top:1px solid #fff;
	height: 38px;
	padding-top: 8px;
	
}
#redLine {
	background-color: #BA0019;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 10px;
}

.leftSide {
	float:left;
	width:180px;
}
	
.rightSide {
float:right;
width:225px;
}
/* header */

.content {
	width:495px;
	position: absolute;
	left: 180px;
	padding: 0px;
	}

/* navigation */
#nav {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #fff;
	margin:0;
	padding:0;
	list-style:none;
	color: #FFF;
		font:15px "Trebuchet MS", "Helvetica", sans-serif;
	}
#nav li {
	padding-left: 20px;
	padding-top: 8px;
	width:100%;
	border-top:1px solid #fff;
	height: 30px;
		background-color: #0E7BCF;
	}
#nav a {
	display: block;
	width:180px;
	height:30px;
	color: #FFF;
	text-decoration: none;
	}
#nav li:hover {
padding-left: 30px;
}

#nav li:hover a {
	color: #CCC;
}
#nav ul {
	display:none;
	padding:10px 17px 4px 17px;
	background:#f9d196;
	border-top:1px solid #fff;
	}
#nav ul li {border:0;padding:0 0 6px 0;}
#nav ul a {
	display:inline;
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
	color:#2e4394;
	}
	
	#footer a{
		color: #333;
		text-decoration: none;
	}
	
	#footer a:hover{
		color: #333;
		text-decoration: underline;
	}
	#footer {
		text-align: center;
		width:900px;
		margin:0 auto;
		position:relative;
		overflow: auto;
		color: #333;
		font-size: 90%;
	}
	.copyright {
		text-align: center;
	}
	
	/*CMS*/

	#errorBox {
		background-color: #FFF;
		border: 1px solid #F00;
		color: #F00;
		text-align: center;
		width:	145px;
		padding: 3px;
		margin-bottom: 3px;
	}
	#editPane {
		margin-left: 0px;
		display: none;
	}

	#blogTitle {
		display: none;
	}

	#newPageForm {
		display: none;
	}

	#pageForm {
	border: 1px solid #999;
		padding-left: 3px;
		display: none;
		vertical-align: top;
	}
	a.edit, a.edit:link, a.edit:visited, a.edit:hover, a.edit:active { text-decoration: underline; color: #F00; font-size: 9px; }
	#nav ul a.edit, a.edit:link, a.edit:visited, a.edit:hover, a.edit:active { text-decoration: underline; color: #F00; font-size: 9px; }
	#footer a.edit, a.edit:link, a.edit:visited, a.edit:hover, a.edit:active { color: #F00; font-size: 9px; }

