﻿
* {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Verdana;
	line-height:normal;
}

body
{
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-color: white;
}
a:link, a:hover, a:visited, a:visited:hover 
{
	text-decoration: none;
	color: #666666;		
}
a:hover, a:visited:hover 
{
	text-decoration: underline;	
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;

	border: 1px solid #000000;
	position: relative;
	width: 900px;
	height: 582px;
	background-color: #ffffff;
}

#header
{
	position: absolute;
	height: 76px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 14;
}

#logo {
	position: absolute;
	width: 894px;
	height: 76px;
	left: 0px;
	top: 0px;
	background-image: url(images/slogo.jpg);
	background-repeat: no-repeat;
}
#appcontainer
{
	position: absolute;
	left: 0px;
	top: 15px;
	width: 300px;
	height: 50px;
	text-align: left;
	padding-left: 12px;
	color: #f5f5f5;
}

#title {
	position: absolute;
	left: 0px;
	top: 77px;
	width: 100%;
	height: 67px;
	background-position: top right;
}
#titleImage
{
	position: absolute;
	left: 260px;
	top: 20px;
	width: 187px;
	height: 50px;
	z-index: 10;
	font-size: 18pt;
	color: #708090;
	text-align: left;
	vertical-align: bottom;
}
#title #quickNotes {
	position: absolute;
	left: 180px;
	top: 91px;
	font-size: 10pt;
	color: #FF0000;
	z-index: 12;
	width: 297px;
	height: 43px;
}

#instructions {
	position: absolute;
	left: 190px;
	top: 30px;
	width: 697px;
	height: auto;
	z-index: 11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
}

#content {
	position: absolute;
	left: 0px;
	top: 145px;
	width: 100%;
	height: 409px;
}

#sideBar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 186px;
	height: 100%;
	text-align: left;
	padding-left: 12px;
	
}
#contentArea {
	position: absolute;
	left: 187px;
	top: 0px;
	height: 409px;
	width: 713px;
	background-color: #FFFFFF;
	z-index: 2;
	font-size: 10pt;
	color: #000000;
}

#Policy
{
	position: absolute;
	left: 50px;
	width: 300px;
	font-size: 10pt;
	color: #333333;
	text-align: left;
}





#footer
{
	position: relative;
	left: 0px;
	top: 554px;
	height: 28px;
	width: 890px;
	background-color: #333333;
	text-align: left;
	color: #8A8EAA;
	padding-right: 10px;
}

#footer a:link , #footer a:visited
{
	color: #8A8EAA;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
	
#footer a:link:hover, #footer a:link:visited:hover
{
	color: #FFFFFF;
	text-decoration: none;
}	

