/* CSS Document *//*********************page structure**********************/body {	margin: 0;	font-family: Helvetica, Arial, sans-serif;}#header {	background-image: url(images/mast_06_bg.gif);	background-repeat:repeat;	height: 100px;	}#content {	font-size: small;	width: 720px;	color: #666633;	line-height: 135%;}#cc-callout {	margin-top:220px;}#footer {	background-color: #ff9933;	height: 50px;	color:#ffffff;	clear: both;}a:link {	color: #666633;	text-decoration: underline;}a:hover {	color: #666633;	text-decoration: underline;}a:visited {	color: #666633;	text-decoration: underline;}/*****************header area*****************/#mast {	position:absolute;	left:100px;	top:0px;}/***********************primary navigation area***********************/#nav {	position:absolute;	left:-25px;	top:63px;	width:675px;	height:20px;	z-index:1;}*html #nav { /*trick IE*/	top:60px; 	t\op:80px;}#nav ul{	margin:0;	padding:0;}	#nav li{	display: inline;	list-style-type: none;	font-size: 12px;	font-weight: bold;		}	#nav a {	padding-top: 0px;	padding-right: 20px;	padding-left: 10px;	padding-bottom: 0px;}#nav a:link, #nav a:visited {	color: #ffffff;	text-decoration: none;}#nav a:hover {	color: #666633;	text-decoration: none;}/* sub navigation */#sub_nav ul{	margin:10;	padding:0;}	#sub_nav li{	display: block;	list-style-type: none;	font-size: 12px;	padding: 7px;	background-color: #cccc99;;		}#sub_nav a:link, #nav a:visited {	color: #666633;	text-decoration: none;}#sub_nav a:hover {	color: #666633;	text-decoration: none;}/*****************content area*****************/h3 {	font-size: 16px;	color: #666633;	}#main_content {	width: 500px;	text-align: justify;	float: right;	}#sub_nav {	width:180px;	float: left;	}#main_home {	width: 250px;	float: left;	padding: 15px;}#home_alert {	padding: 10px;	background-color: #cccc99;	width: 420px;	float: right;}/*****************footer area*****************/.footer {	font-size: 12px;	width: 700px;	text-align: center;	padding-top: 10px;		}.footer a:link {	color: #ffffff;	text-decoration: underline;}.footer a:hover {	color: #ffffff;	text-decoration: underline;}.footer a:visited {	color: #ffffff;	text-decoration: none;}/*****************forms*****************/form {  font-size: 1em;  width: 35em;}/* fieldset styling */fieldset {  margin: 1em 0; /*  space out the fieldsets a little*/  padding: 1em;  border : 1px solid #ccc;}/* legend styling */legend {  font-weight: bold;}/* style for  labels */label {  display: block;}/* style for required labels */label .required {  font-size: .90em;  color:#760000;}input[type="text"], textarea {	width: 300px;	border: #999900 1px solid;	background: #ffffff;}input.radio, input.submit {	width: 50;}/* style form elements on focus */input:focus, textarea:focus {  background: #ffffff;  border: #999900 1px solid;}input.radio {  float: left;  margin-right: 1em;}textarea {  width: 350px;  height: 100px;}/* Hack to make sure the floated radio buttons   sit next to the labels correctly in IE/Mac*//* This is the style I want IE/Mac to see */input.radio + label {  text-indent: 2em;}/* Using the commented backslash filter, I'm resetting   the above rule for everything other than IE5/Mac \*/input.radio + label {  text-indent: 0;}/* End the hack */-->