/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 100%;
	min-height: 100%;
	background: url(img/footer_bg.jpg) repeat-y;
}

#header {
	position: relative;
	width: 800px;
	height: 86px;
}

#cContainer {
	position: relative;
	width: 800px;
	background: #FFFFFF url(img/menuBG.gif) repeat-y;
}

#cContainerTop {
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 15px;
	background-color: #FFFFFF;
}

#menu {
	position: relative;
	width: 165px;
	background: url(img/menuBG.gif) repeat-y;
	float: left;
}

#content {
	position: relative;
	float: left;
	width: 615px;
	margin-left: 20px;
}

#cContainerBottom {
	position: relative;
	width: 800px;
	height: 15px;
	background-color: #FFFFFF;
	clear: both;
}

#cContainerCopyright {
	position: relative;
	width: 800px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(img/footer_bg.jpg) repeat-y;
	font-weight: bold;
	clear: both;
}



#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 165px;
	border: 1px solid #8EA3F9;
	background-color: #E2EAFF;
}

* html #menu ul {
	width: 163px;
}

#menu ul .head {
	height: 20px;
	background-color: #8EA3F9;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 7px;
	line-height: 20px;
}

#menu li {
	background-color: #E2EAFF;
}

#menu li a {
	width: 151px;
	padding-left: 12px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #001169;
	text-decoration: none;
	margin: 1px;
	line-height: 20px;
	display: block;
}

* html #menu li a {
	width: 159px;
}

#menu li a:hover {
	background-color: #8EA3F9;
}
