@charset "utf-8";
/* CSS Document */

body {
	background: #e8ebef;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

#main {
	width: 850px;
	background: #ffffff;
	margin:auto;
}
#content {
	border-top: 10px #ffffff solid;
	border-bottom: 10px #ffffff solid;
	background: url(../images/main_bg.gif) #ffffff repeat-y left;
}
#clearHr {
	height: 1px;
	width: 100%;
	clear:both;
}
#contentWrapper {
	width: 800px;
	margin:auto;
}

#top {
	height: 130px;
}

#top img {
	margin-top: 20px;
}

#nav {
	margin: auto;
	background: #0e005d;
	height: 25px;
	border-bottom: 1px solid #050024;
}

#nav a:link, #nav a:visited {
	display:block;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 25px;
	vertical-align:middle;
	color: #fff;
	text-transform:uppercase;
	text-decoration:none;
}

#nav a:hover, #nav a.currentPage:link, #nav a.currentPage:visited {
	background: #cbdcff;
	color: #000;
	
}
#left {
	clear:left;
	width: 490px;
	float:left;
	margin-bottom: 20px;
}

#right {
	width: 310px;
	float:left;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #666666;
}

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

#footer {
	color: #666666;
	font-size: 13px;
	text-align:center;
	clear: both;
	width: 800px;
	border-top: 1px dotted #b2b2b2;
	background: url(../images/footer_bg.gif) right center no-repeat;
	padding-bottom: 9px;
	padding-top: 9px;
}

#homeText {
	padding-left: 3px;
	padding-right: 10px;
}

#subLeft {
	width: 346px;
	padding-right: 25px;
	float:left;
}

#subRight {
	padding-left: 5px;
	width: 370px;
	float:left;
}

#subRight p {
	padding-left: 2px;
	padding-right: 10px;
}

#mLogo {
	display: none;
}

/* VERSION 2 UPDATES */

strong {
	color: #333333;
}
	#top {
		height: 100px;
	}
	#main {
		background: url(../images/top_tile.jpg) top repeat-x #ffffff;
	}
	#logo {
		display: none;
	}
	#top img {
		margin: 0px;
		margin-left: 15px;
		margin-top: 5px;
	}
	h5 {
		margin-bottom: 0px;
		font-size: 12px;
	}
	#content {
		margin-left: 25px;
	}
	#main {
		width: 800px;
	}
	#mLogo {
		display:block;
		position: absolute;
		margin-left: 10px;
	}
	#contentWrapper {
		width: 800px;
	}
	#footer {
		width: 800px;
	}
	#left {
		margin-left: 0px;
		padding-left: 0px;
	}