body {
	background:url(/images/PageBG.jpg) center #F3F3F3 repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
	padding:0px;
	margin:0px;
}

a { color: #1967C4; font-weight:bold; }
a:visited { color:#1967C4; }
a:hover { color: #696A6C; }
a:active { color:#1967C4; }

h1, h2, h3 {
	text-transform:none;
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	padding:30px 0 0 0;
	margin:0;
	font-size: 24px;
	color: #292929;
}

h3 {
	padding:15px 0 10px 0;
	margin:0;
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 175%;
}

p {
	padding:0px 10px;
	margin:10px 0 0 0;
}

.RedText {
	color:#FF0000;
}

/* ----------container to center the layout-------------- */

#container {
	background:url(/images/GutterSlice.jpg) right repeat-y;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

/* ----------banner for logo-------------- */
#header {
	background:url(/images/HeaderBGSlice.jpg) repeat-x;
	height:87px;
	padding:0px;
	margin:0px;
}

#header a { color: #FFF; font-weight:bold; }
#header a:visited { color:#FFF; }
#header a:hover { color:#FFF; text-decoration:none; }
#header a:active { color:#FFF; }

/* -----------------right menu--------------------- */

#right_gutter {
	padding: 0px;
	margin-left: 650px;
	margin-right: 0px;
}

#right_gutter_holder {
	padding:50px 15px 15px 15px;
}

div#right_gutter { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#right_gutter p, ul, ol {
	margin-bottom:0px;
	text-align:left;
	line-height: 125%;
}

/* --------------main content------------- */

#main_content {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
}

#main_content_holder {
	padding:0 25px 25px 25px;
}

.FeaturePic {
	padding:10px 25px 0 25px;
}

.Highlight_1 {
	background-color:#FFFF99;
}

.Highlight_2 {
	background-color:#FFB0D0;
}

.Highlight_3 {
	background-color:#7AEF67;
}

/* -----------footer--------------------------- */

#footer {
	background:#FBFBFB;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer p {
	text-align: center;
}
