body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-image: url(src/page_rpt.gif);
	background-repeat: repeat-y;
}
a {
	color: #333399;
}
#container {
	position: relative;
	width: 760px;
}
#flashcontent {
	position: relative;
	width: 760px;
	height: 169px;
}
#content {
	position: relative;
	width: 575px;
	padding: 25px 10px;
	float: right;
	background-image: url(src/page_top.gif);
	background-repeat: no-repeat;
	line-height: 140%;
}
#content img {
	margin: 5px;
}
#content ul {
	list-style-image: url(src/bullet.gif);
}
#faded_logo{
	background-image: url(src/CMCA-logo-faded.gif);
	background-repeat: no-repeat;
	background-position: center 55px;	
}
h1, h2, h3, h4, h5, h6, h7, p, .sub_head, {
	margin: 0 0 12px 0;
}
h1, h2, h5, .sub_head, T1 {
	text-align: center;
}
h1, h3, .sub_head {
	text-transform: uppercase;
	color: #333399;
	font-size: 140%;
}
h2, h4, p.col_heading {
	color: #cc0033;
	font-size: 120%;
	font-weight: bold;
}
h4, {
	text-align: left;
}
h5  {
	text-transform:uppercase;
	color:#CC0000;
	text-align:center;
	font-size:small;
	font-weight:bold;
}
h6	{
	margin-left:10px;
	color:#666666;
	font-size:x-small;
	font-weight: bold;
}
h7	{
	font-size:14;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
#col_left, #col_right {
	position: relative;
	width: 275px;
}
p.col_heading {
	width: 125px;
}
p.col_body {
	width: 425px;
}
#col_left, p.col_heading {
	float: left;
	margin-right: 25px;
}
#col_right, p.col_body {
	float: right;
}
#col_left h2, #col_right h2 {
	text-align: left;
}
#col_left p, #col_right p {
	margin: 0 0 12px 0;
}
#three_col_a, #three_col_b, #three_col_c {
	position: relative;
	width: 166px;
	float: left;
}
#three_col_a, #three_col_b {
	margin-right: 25px;
}
#personnel_pic {
	position: relative;
	float: left;
	width: 92px;
}
#personnel_pic img {
	border: 1px solid #666666;
}
#personnel_details {
	position: relative;
	float: right;
	width: 158px;
}
form input.text, form textarea, form select {
	background-color: #FFFFFF;
}

/* NAVIGATION STYLES */

#nav {
	position: relative;
	margin: 0;
	padding: 25px 0;
	float: left;
	width: 165px;
	background-color: #CCCCFF;
}
#nav li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#nav li.heading {
	font-weight: bold;
	padding: 2px 10px;
	color: #cc0033;
}
#nav li ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#nav li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li a {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	width: 145px;
	display: block;
	padding: 2px 10px;
	margin: 0;
}
#nav li.home a {
	color: #cc0033;
}
#nav li ul li a {
	font-weight: normal;
	color: #333399;
	text-decoration: none;
	width: 130px;
	display: block;
	padding: 2px 10px 2px 25px;
	margin: 0;
}
#nav li a:hover, #nav li ul li a:hover, .selected {
	background-color: #FFFFFF;
}

/* FOOTER STYLES */

#footer {
	position: relative;
	height: 80px;
	margin: 0 0 0 -10px;
	padding: 50px;
	background-position: top;
}
#footer_text {
	position: absolute;
	bottom: 0;
	width: 450px;
	margin: 0 0 0 10px;
	text-align: center;
}
#footer_text p {
	margin: 0;
}
#footer_text p a {
	font-size: 120%;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}