* {
	margin:0;
	padding:0;
	}

html, body {
	width: 100%;
	background-color:#C7CBD5;
	text-align: center;
	background-image: url("images/bg_tile_horizontal.jpg");
	background-position: center;
	background-repeat: repeat-y;
	}

img {
	border:0;
	}

#outerwrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:999px;
	text-align:center;
	}

#innerwrapper {
	width:998px;
	margin-left: 1px;
	min-height: 100%;
	*height: 100%;
	}

#title {
	width:998px;
	height:222px;
	text-align:center;
	}


#header {
	font-weight: bold;
	}


#content_box {
	text-align:left;
	margin:20px;
	font-family:verdana;
	font-size:12px;
	padding: 5px;
	}

#home_page {
	text-align:center;
	width: 998px;
	}

a.content_box {
	font-family:verdana;
	font-size:12px;
	color:#FFFFFF;
	}
	
	.content_wrapper {
		text-align:left;
		font-family:verdana;
		font-size:12px;
		background-image: url("images/page_runner_bg.jpg");
		background-repeat: repeat-y;
		margin-left:9px;
		}

		p.content {
			text-align:left;
			font-family:verdana;
			font-size:12px;
			margin-left: 130px;
		    padding-top:0px;
		    padding-right: 20px;
		    padding-bottom: 20px;
		}

		p.centered_content {
			text-align:center;
			font-family:verdana;
			font-size:12px;
			margin-left: 130px;
		    padding-top:0px;
		    padding-right: 20px;
		    padding-bottom: 20px;
		}

		p.page_title {
			text-align:center;
			font-family:verdana;
			font-size:16px;
			font-weight: bold;
			padding: 10px;
		}


		a.content_box {
			font-family:verdana;
			font-size:12px;
			color:FFFFFF;
		}
	
	
	
	

#menuBar {
	color: #ffffff;
	font-size: 12px;
	font-family: arial, Helvetica,sans-serif;
	font-weight: bold;
	text-align:center;
	overflow: hidden;
	background-color:#84909E;
	padding: 5px;
	position: relative;
	width: 970px;
	margin-left: 15px;
		border-style: solid;
		border-width: 1px 0 1px 0;
		border-color: #000000;
		margin-left: auto;
		margin-right: auto;
	}


	a.menutitle {
		color:#000000;
		text-decoration: none;
		}

	.menuHeader {
		color: #000000;
		cursor: pointer;
		margin: 0px;
		position: relative;
		display: inline;
		}

	.seperator {
		display: inline;
		padding: 5px;
		}

	a.menuLink {
		display: block;
		padding: 2px 5px;
		border-top: 1px solid #cccccc;
		text-align: left;
		}

	a.menuLink:link {
		color:#000000;
		text-decoration: none;
		}

	a.menuLink:visited {
		color: #000000;
		text-decoration: none;
		}

	a.menuLink:hover {
		color: #ffffff;
		background-color: #000000;
		text-decoration: none;
		}

	a.menuLink:active {
		color: #ffffff;
		text-decoration: none;
		background-color: #cc0000;
		}

	.menuDrop {
		color: #999999;
		font-size: 10px;
		font-family: arial, Helvetica,sans-serif;
		background-color: #84909E;
		background-repeat: repeat;
		visibility: hidden;
		margin: 0px;
		padding: 0px;
		position: absolute;
		z-index: 1000;
		top: 60px;
		left: 0;
		width: 175px;
		height: auto;
		border-style: solid;
		border-width: 0 1px 1px;
		border-color: #003365;
		}


