body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #939393;
}

h2
{
	margin: 15px 0 25px;	
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 12px;
}

.main
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	background: #FFF url(../_images/Backgrounds/main.png) repeat-x;
	margin-right: auto;
	margin-left: auto;
	border-right: 8px solid #FFF;
	border-left: 8px solid #FFF;
	overflow: hidden;
	padding: 7px 0;
}

p.indent
{
	padding-left: 15px;	
}

.main .pageTop
{
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../_images/Backgrounds/pageTop.gif) no-repeat;
	width: 986px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 20;
	padding-top: 20px;
}

.main .pageTop .toolbar
{
	position: absolute; top: 10px; left: 0px;
	background: url(../_images/Backgrounds/toolbar.jpg) no-repeat center top;
	height: 108px;
	width: 986px;
	margin: 0px auto 0px;
	overflow: hidden;
}

.main .pageTop .background_top
{
	position: relative; top: 0px; left: 0px;
	background-color: #FFFFFF;
	height: 108px;
	width: 986px;
}

.main .pageContent
{
	position: relative;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 968px;
	padding: 3px 9px 0px;
	margin: 0px auto 0px;
	z-index: 5;
	overflow: hidden;
}

.main .pageContent .sideBar
{
	float: left;
	background: url(../_images/Backgrounds/sidebar.jpg) no-repeat;
	height: 694px;
	width: 139px;
	overflow: hidden;
}

.main .pageContent .pageMain
{
	float: left;
	width: 796px;
	margin: 0;
	padding-left: 25px;
	overflow: hidden;
}

.top_nav
{
	position: relative;
	top: 0;
	left: 0;
	width: 715px;
	overflow: hidden;
	margin-left: 218px;
	margin-top: 38px;
}

.top_nav_link
{
	float: left;
	margin-right: 58px;
}

.top_nav_link a, .top_nav_link a:visited, .top_nav_link a:hover, .top_nav_link a:active
{
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.top_nav_link.active_link a, .top_nav_link.active_link a:visited, .top_nav_link.active_link a:hover, .top_nav_link.active_link a:active
{
	color: #FFF913;
}

.side_nav
{
	width: 80px;
	overflow: hidden;
	margin-left: 18px;
	margin-top: 66px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.side_nav_link
{
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 32px;
	width: 80px;
}

.side_nav_link a, .side_nav_link a:visited, .side_nav_link a:hover, .side_nav_link a:active
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.side_nav_link a.sub, .side_nav_link a.sub:active, .side_nav_link a.sub:visited, .side_nav_link a.sub:hover
{
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
}

.side_nav_link a:hover, .side_nav_link a.sub:hover, .top_nav_link a:hover
{
	text-decoration: underline;	
	color: #FFF913;
}

.pageMain .header
{
	position: relative;
	top: 0;
	left: 0;
	width: 796px;
	height: 34px;
	background-image: url(../_images/Backgrounds/header.png);
	overflow: hidden;
}

.header_text
{
	padding-left: 18px;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 10px;
	width: 778px;
	overflow: hidden;
	text-transform: uppercase;
}

.main_content
{
	border-left: solid 1px #020202;
	border-right: solid 1px #020202;
	border-bottom: solid 1px #020202;
	width: 766px;
	overflow: hidden; 
	position: relative; top: 0px; left: 0px;
	padding: 12px 14px 12px 14px;
}

.main_text
{
	margin-top: 26px;
	width: 752px;
	margin-bottom: 10px;
}

.main_content_row_two
{
	position: relative; top: 0px; left: 0px;
	overflow: hidden; 
	width: 766px;
}

.main_content_image
{
	background-image: url(../_images/office.jpg);
	width: 271px;
	height: 215px;
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}

.bullet_list
{
	float: left;
	width: 470px;
	margin-top: 12px;
	margin-bottom: 11px;
}

.row_two_sub_text
{
	margin-top: 18px;
}

.pageBottom
{
	background-image: url(../_images/Backgrounds/pageBottom.png);
	width: 988px;
	height: 28px;
	margin-left: 6px;
}

.main .tornEdges
{
	background-image: url(../_images/Backgrounds/tornEdgesOverlay.png);	
}

.sub_header
{
	clear: both;
	margin-top: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #020202;
	font-style: italic;
}

.top_text
{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.center_align
{
	text-align: center;
}

.bold_text
{
	font-weight: bold;
}

.ul_container
{
	float: left;
	width: 300px;
	padding-left: 50px;
	position: relative; top: 0px; left: 0px;
	overflow: hidden;
}

.italic_text
{
	font-style: italic;
}