﻿@charset "utf-8";
/* CSS Document */

/* body */
html {
	border:0px;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color:#666666;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-image: url(../images/mainBg.jpg);
	background-repeat: repeat-x;
}
/* end body */

/* begin block display */
.ieSucks {
	display: block;
}
/* end block display */

/* content container */
#wrapper {
	position:relative;
	margin:0 auto;
	width:970px;
}
/* end content container */

/* begin header container */
#header {
	position:relative;
	float:left;
	width:970px;
	height:175px;
	background-image: url(../images/header.jpg);
}
/* end header container */

/* begin center content */
#centerContent {
	position:relative;
	float:left;
	width:970px;
	background-color:#FFFFFF;
	background-image:url(../images/contentBg.jpg);
	background-repeat:repeat-y;
}

#leftBorder {
	position:relative;
	float:left;
	width:4px;
	height:552px;
}

#leftContent {
	position:relative;
	float:left;
	width:210px;
	background-color: #5B80D9;
}

#divider {
	position:relative;
	float:left;
	width:3px;
	height:552px;
	background-color: #B9B9B9;
}

#pageTitle {
	position:relative;
	float:left;
	width:749px;
	height:45px;
}

#rightBorder {
	position:relative;
	float:left;
	width:4px;
	height:552px;
}

#mainContent {
	position:relative;
	float:left;
	width:749px;
	background-color: #FFFFFF;
}
/* end center content */

/* begin footer content */
#footer {
	position:relative;
	float:left;
	width:970px;
	height:80px;
}
/* end footer content */

/* begin left navigation */
#leftNav {
	position:relative;
	float:left;
	width:200px;
	background-color: #5B80D9;
	padding-top:30px;
	padding-left:10px;
}

#leftNavContact {
	position:relative;
	float:left;
	width:200px;
	background-color: #5B80D9;
	padding-top:10px;
}


/* end left navigation */

/* begin text formatting */
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#topText {
	position:relative;
	float:left;
	width:500px;
	padding-top:10px;
	padding-left:10px;
}

#bottomText {
	position:relative;
	float:left;
	width:720px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 30px;
}

#imageContainer {
	position:relative;
	float:left;
	width:200px;
	height:159px;
	padding-top:10px;
	padding-left:20px;
}

.leftNavText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height:20px;
	letter-spacing:1px;
}

.subNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0031F9;
	font-style: italic;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
#newtopText {
	position: relative;
	float: left;
	width: 625px;
	padding-top: 10px;
	padding-left: 10px;
}
