@charset "utf-8";

body,td,th {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
}

body {
	background-color: #FFFFFF;
}
/*
.* {
	border:1px solid #00FF00;
}
*/

#main {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/* position relative here will make all ablsolutely position elements within the page relative to the "center" content, not to the window size  */
	position:relative;
	background-color:#FFFFFF;
}
#padding {
	width: 840px;
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color:#FFFFFF;
}
#contents {
	width: 840px;
	position: relative;
	background-color:#FFF;
}
.contentContainer {
	border-top: 0px solid #FFF;
	border-bottom:  0px solid #FFF;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #FFF;
	width: 836px;
}
.fontColorWhite {
	color: #FFFFFF;
}

#footer {
	text-align: center;
	color:#666;
	margin-top:12px;
}

.bold {
	font-weight: bold;
}
.italics {
  font-style:italic;
}
img {
	border:none;
	border-collapse:collapse;
}
a:link {
	color: #222222;
	text-decoration:none;
}
a:visited {
	color: #222222;
	text-decoration:none;
}
a:hover {
	color: #222222;
	text-decoration:underline;
}
a:active {
	color: #222222;
	text-decoration:underline;
}
.rollover {
}
.vert1 {
	height:1px;
}
.vert2 {
	height:2px;
}
.vert4 {
	height:4px;
}
.vert8 {
	height:8px;
}
.vert16 {
	height:16px;
}
.vert24 {
	height:24px;
}
.vert32 {
	height:32px;
}
.indentSlight {
	margin-left: 8px;
}
.indentMedium {
	margin-left: 20px;
}
.below2 {
	margin-bottom: 2px;
}
.below4 {
	margin-bottom: 4px;
}
.below6 {
	margin-bottom: 6px;
}
.below8 {
	margin-bottom: 8px;
}
.below10 {
	margin-bottom: 10px;
}
.below12 {
	margin-bottom: 12px;
}
.below16 {
	margin-bottom: 16px;
}
.below20 {
	margin-bottom: 20px;
}
.below24 {
	margin-bottom: 24px;
}
.blue {
	color: #0D406B;
}


.grayBar {
	background-color: #CCC;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main #padding #contents .contentContainer .subPageContentArea {
	padding: 20px;
}
.subHead {
	font-size: 16px;
	margin-bottom: 10px;
}
.sidebarText {
	padding: 20px;
	font-size: 14px;
	font-style: italic;
	border: 1px solid #CCC;
	background-color: #F3F3F3;
}

.homeSubTop {
	width:252px;
	height:15px;
	background-image:url(../Images/Home/sub-section-top.jpg);
	background-repeat:no-repeat;
}

.homeSubMid {
	width:222px;
	height:540px;
	border-top: 0px solid #FFF;
	border-bottom:  0px solid #FFF;
	border-left: 2px solid #C8C8C8;
	border-right: 2px solid #C8C8C8;
	background-color: #F5F5F5;
	padding:0 13px 4px 13px;
}

.homeSubBottom {
	width:252px;
	height:15px;
	background-image:url(../Images/Home/sub-section-bottom.jpg);
	background-repeat:no-repeat;
}

.homePromoTop {
	width:806px;
	height:15px;
	background-image:url(../Images/Home/promo-section-top.jpg);
	background-repeat:no-repeat;
}

.homePromoMid {
	width:776px;
	/*height:460px;*/
	border-top: 0px solid #FFF;
	border-bottom:  0px solid #FFF;
	border-left: 2px solid #C8C8C8;
	border-right: 2px solid #C8C8C8;
	background-color: #FFFFFF;
	padding:0 13px 4px 13px;
}

.homePromoBottom {
	width:806px;
	height:15px;
	background-image:url(../Images/Home/promo-section-bottom.jpg);
	background-repeat:no-repeat;
}

.homeSubHeadText {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.homeText {
	text-align:left;
	font-size:12px;
	line-height:15px;
}
ul {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	list-style-type: square;
}
