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



body {

	background-color: #FFFFFF;
	background-image: url(../Images/pagegradient.jpg);
	background-repeat: repeat-x;
	} 
	
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#wrapper2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 580px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}


#header {
	position: relative;
	width: 800px;
	height: 100px;
	background-color: #FFF;
	background-image: url(../Images/secondaryheader.jpg);
	background-repeat: no-repeat;
}

#nav {
	width:500px;
	height: 25px;
	position: relative;
	top: 73px;
	left: 288px;
	margin:0;
	padding: 0;
}


#left-side-bar {
	width: 150px;
	margin: 0;
	float: left;
	left: 20px;
	top: 0px;
	height: 476px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
	clear: none;
	z-index: 3;
}

#maincontent {
	width: 600px;
	margin: 0;
	float: left;
	right: 0px;
	position: relative;
	left: 20px;
	top: 10px;
	clear: none;
	background-repeat: no-repeat;
	z-index: 2;
}

#openlayout {
	width: 800px;
	margin: 0;
	float: left;
	right: 0px;
	position: relative;
	left: 0px;
	top: 100px;
	clear: none;
	background-repeat: no-repeat;
	z-index: 2;
	height: 350px;
}


.maintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D2473;
	font-size: 18px;
}



#footer {
	width: 460px;
	height: 30px;
	margin: 0;
	float: left;
	right: 0px;
	position: relative;
	left: 20px;
	top:50px;
	clear: none;
	background-repeat: no-repeat;
}

.footertype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #1D2473;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #BF311A;
}

