@charset "utf-8";

body {
	background-color:#FFFFFF;
	background-image:url(../images/bg-container.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0;	
}

#container {
	position: relative;
	background-image: url(../images/bg-container.gif);
	background-repeat: repeat;
	margin: auto;
	padding: 0px;
	height: auto;
	width: 900px;
	top: 0px;
}

#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 705px;
	position: absolute;
	z-index: 1500;
	height: auto;
	left: 182px;
	top: 163px;
	right: 9px;
	bottom: auto;
}

#vertBar {
	position: absolute;
	background-color: #22019D;
	background-image:url(../images/bluebarLeft.gif);
	margin: 0px;
	height: 307px;
	width: 36px;
	left: 0;
	top: 0;
	z-index: 1000;
}

#header {
	position: absolute;
	margin: 0px;
	height: 153px;
	width: 900px;
	background-image: url(../images/SAM_Banner.jpg);
	top: 0;
	left: 0;
	z-index: 1500;
}

#leftNav {
	position: absolute;
	text-decoration: none;
	margin: 0px;
	position: absolute;
	z-index: 2000;
	left: 38px;
	top: 152px;
	width: 125px;
}

.pageTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #CC0033;
	font-weight: 900;
}