body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0C2C5C;
	margin: 20px;
	padding: 0;
	background-color: #E5DCDB;
}
#masthead {
	color: #999999;
	margin: 0;
	border: solid 1px #000;
	background-color:#000000;
	padding: 0;
}
#masthead .content {
	padding:5px;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 750px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 20px;
	font-size: 0.75em;
	line-height: 1.5em;
	overflow: inherit;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	height: 450px;
	overflow: auto;
}
#footer .content {
	padding: 7px 24px;
}
#footer {
	color: #781D10;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	clear: both;
	background-color: #000000;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0C2C5C;
}
#right a:visited {
	color: #0C2C5C;
}
#right a:hover {
	color: #E24E39;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #0C2C5C;
	padding: 0 0 0 6px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #E24E39;
	text-decoration: none;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link, #footer a:visited{
	color: #781D10;
}
#footer a:hover {color: #FFFFFF;}

.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
/*--------------------------------------------
	HEADINGS
----------------------------------------------*/
	h1, h2, h3, h4, h5, h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E24E39;
	margin-top: 3px;
	margin-bottom: 2px;		/* letter-spacing: 1px; */
		}
	h1 {
		font-size: 18px;
		font-weight: bold;
		}
	h2, h3 {
		font-size: 12px;
		font-weight: bold;
		color: #0C2C5C;
		}
	h3 {
		margin-bottom: 3px;
		color: #0C2C5C;
		}
	
	div.text_header {
		font-size: 13px;
		font-weight: bold;
		padding: 0 0 10px 0;
	}
	
	div.text_sub_header {
		font-size: 13px;
		font-weight: bold;
	}
	
	div.text_body {
		font-size: 12px;
		font-weight: normal;
		padding: 0 0 10px 0;
	}

	div.section_title {
		color: #0077C1;
		width: 100%;
		display: block;
		border-bottom: 1px solid #0077C1;
		}

fieldset {
	background-color: #CCCCCC;
}
legend {
	background-color: #FFFFFF;
	font-weight: bold;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
	color: #0C2C5C;
}
.required {
	background-image: url(img/required.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
img {
	border: none;
}
.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.iconlist li a {
	color: #0C2C5C;
}
.iconlist li a:link { 
	color: #0C2C5C;
	}
.iconlist li a:visited { 
	color: #0C2C5C;
	}
.iconlist li a:hover { 
	color: #E24E39;
	}
.iconlist li a:active { 
	color: #333333;
	}
.iconlist li.pdf {
	background-image: url(img/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 0 20px;
	margin: .4em 0;
	font-weight: normal;
}
.iconlist li.monitor {
	background-image: url(images/monitor_24.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0 0 35px;
	margin: .5em 0;
	font-weight: bold;
}
.iconlist li.crms {
	background-image: url(images/CRMS_24.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0 0 35px;
	margin: .5em 0;
	font-weight: bold;
}
.iconlist li.config {
	background-image: url(images/config_24.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0 0 35px;
	margin: .5em 0;
	font-weight: bold;
}
