
body {
	font-family: "Lucida Grande",  Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	margin:0;
	padding:0;
	background-image: url(../images/main_area.jpg);
	background-color: #303030;
	background-attachment:fixed;
	background-repeat: no-repeat;
	height:100%;
	
}
/* Styling for content 'iframe' & elements */
#iframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 0 15px 10px 15px;
	margin: 0;
	border:0;
	overflow:auto;
}
#iframe h1{
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0 0 5px;
	font-size: 14px;
}
#iframe h2{
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0 0 5px;
	font-size: 14px;
}
#iframe p {
	margin-left:20px;
}
#iframe ul {
	list-style: none;
	margin-left:45px;
	padding: 0;
}
#iframe ul li{
	background:url(../images/img_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.15em;
	padding: 0 0 10px 10px;
}
#iframe a {
	font-size: 14px;
	font-weight: normal;
/*	color: #00A7CB;*/
/*	color: #80A6C1;*/
	color:#FFFFFF;
}
#iframe a:link {
	text-decoration: underline;
}
#iframe a:visited {
	text-decoration: underline;
}	
#iframe a:hover {
	text-decoration: none;
}
/* Table styling for forms */
table.maform { margin: 0 0 0 15px; padding:0; border-collapse: collapse;}
table.maform th { text-align: left; font-size: 95%; font-weight:normal; vertical-align: top; margin: 0; padding: 6px 5px 0px 7px;}
table.maform td { text-align: left; font-size: 95%; vertical-align: top; margin: 0; padding: 3px 5px 7px 5px; }
/* For nested tables */
table.maform table {margin:0; padding:0;}
table.maform table th {text-align:left; font-weight:normal; vertical-align: top;}
table.maform table td { vertical-align: top; padding:inherit;}
/* For submit button */
p.masubmit {text-align:right; margin-right:15px;}
p.maquote {text-align:center;}
.cellcolor { background-color: #454545;} 
.toplabel {padding: 10px 5px 0 7px;}
.bottomcontrol {padding: 0 5px 10px 5px;}

/* Extra styling for links and notes at top & bottom of iframe */
#toplinks{
	text-align:right;
	padding: 0; /* sets spacing below submenu */
	margin: 0;
}

#toplinks a{
	padding: 0 15px 0 0; /* sets spacing in between submenu links */
	/*	color: #00A7CB;*/
	color: #80A6C1;
}
#bottomlinks{
	text-align:center;
	padding: 3px 0 0 0; /* sets spacing around links at bottom */
	margin: 0;
}
#bottomlinks a {
	font-size:12px;
	padding: 0 8px;
	/*	color: #00A7CB;*/
	color: #80A6C1;
}
p.bottomnote
{
font-size: 10px;
font-weight:bold;
color:#993333;
}
