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

body {
		margin-top:0px;
		font: 80% verdana, arial, helvetica, sans-serif;
		text-align: center; /* for IE */
}
#container {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 849px;
		border:1px;
}
#header {
		width:849px;
		height:177px;
		top:0px;
		position:absolute;
		z-index:3;
}
#topNav {
	width:596px;
	height:29px;
	left:228px;
	right:0px;
	top:148px;
	position:absolute;
	z-index:5;
}
a {
	color: #3366CC;
	text-decoration: underline
}
/* Text Link down Styles */
a:hover {color: #FF3300; text-decoration: underline}

/*----CONTENT----*/

#contentBox {
		width:849px;
		height:auto;
		top:195px;
		position:absolute;
		z-index:0;
}
#mainContent {
	width:662px;
	height:auto;
	margin-left:190px;
	position:relative;
}
#footer {
		width:849px;
		height:60px;
		text-align:center;
		position:relative;
}
.TextField {
	font-size: 10px;
}
/*----CONTENT----*/

/*----SIDE NAV----*/
#sideNav {
		width:170px;
		height:527px;
		left:0px;
		top:145px;
		position:absolute;
		z-index:10;
}

#sideNavBG {
	width:170px;
	height:600px;
	left:0px;
	top:26px;
	position:absolute;
}

/*ITEMS*/
#sideNavItems {
	width:153px;
	height:auto;
	top:26px;
	left:10px;
	position:absolute;
}
#side1 {
		width:153px;
		margin:0px;
}
#side2 {
		width:153px;
		margin:0px;
}
#side3 {
		width:153px;
		margin:0px;
}
#side4 {
		width:153px;
		margin:0px;
}
#side5 {
		width:153px;
		margin:0px;
}
#side6 {
		width:153px;
		margin:0px;
}
#side7 {
		width:153px;
		margin:0px;
}


/*----SIDE NAV----*/
