/* MICROSITE GENERAL STYLES */
body {
	margin:0;padding:0;
	background-color:#cdcdcd;
	background-image:url('../../images/shade-back.jpg');
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#1e4164;
}
a {
	color:#5a86b3;
	text-decoration:underline;
}
a:hover {
	color:#C60;
	text-decoration:none;
}
p {
	padding:0;
	margin:8px 0 15px 0;	
}
h1 {
	font-size:26px;
	color:#1e4164;
	padding:0;
	margin:15px 0 8px 0;
}
h2 {
	font-size:20px;
	color:#5a86b3;
	border-bottom:1px solid #aac6f3;
	padding:0 0 4px 0;
	margin:15px 0 8px 0;
}
h3 {
	font-size:15px;
	background-color:#5a86b3;
	color:#fff;	
	padding:0 0 1px 3px;
	margin:15px 0 0 0;
}
ul {
	margin:15px 0 20px 0;	
}



/* PAGE LAYOUT STYLES */
#big_container {
	width:984px;
	margin:0 auto;
	position:relative;
}
#header_top {
	width:984px;
	height:78px;
	float:left;
}
#header_bottom {
	width:984px;
	height:81px;
	background-image:url('../../images/header_bar_back.jpg');
	background-repeat:no-repeat;
	float:left;
}
#page_back {
	width:984px;
	background-image:url('../../images/page_back_repeat.jpg');
	background-repeat:repeat-y;	
	clear:both;
}
#coltop_left {
	width:42px;
	float:left;
}
#page_container {
	width:900px;
	float:left;
}
#coltop_right {
	width:42px;
	float:left;	
}
#page_bottom {
	width:984px;
	height:81px;
	background-image:url('../../images/page_bottom.jpg');
	background-repeat:no-repeat;	
	clear:both;
}

/* CONTENT CELL FORMATTING */
#tophead_format {
	margin:18px 42px 0 42px;
	font-weight:normal;
	font-size:38px;	
}
#bottomhead_format {
	margin:1px 42px 0 42px;	
}
#page_format {
	margin:25px;
}


/* RIGHT COLUMN FORMATTING */
#right_column {
	display:block;
	z-index:99;	
	float:right;
	width:200px;
	background-color:#fff;
	padding:0 0 10px 25px;
	font-size:14px;
}
div.col_container {
	border-left:1px solid #aaa;
	margin-bottom:15px;
}
div.col_container h2 {
	margin:0;
	padding:0 0 9px 4px;
	border:0;
	background-color:#aaa;	
	color:#fff;
	font-size:16px;
}
div.col_content {
	padding:5px 0 8px 12px;	
	color:#888;
}


