body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	line-height:15px;
	background-color: #ffffff;
	color: #666666;
	background-image: url(../images/master/topbg.gif);
	background-repeat: repeat-x;
}

/*----------------- main layout -----------------*/ 
#container {
	margin: 0px 0px;
	width: 850px;
	text-align: left;
	}
#content {
	width: 405px;
	float: right;
	padding: 0px 0px 10px 0px;
	}

#metroplex {
	float: right;
	display: block;
	}
#footer {
	background-image: url(../images/master/footerbg.gif);
	background-repeat: repeat-x;
	width: 100%;
	}
#footertext {
	font-size: 10px;
	padding: 8px 0px 0px 78px;
	}
#sidepic {
	padding: 11px 0px 0px 0px;
	}
.sidetext {
	width: 203px;
	padding: 0px 0px 10px 10px;
	}
#title {
	padding: 20px 0px 20px 200px;
	}
#menu{
	padding: 40px 0px 0px 200px;
	}
#logos {
	padding: 0px 0px 0px 240px;
	}
.submenu {
	padding: 5px 0px 0px 0px;
	}
/*----------------- typography -----------------*/ 	
a, a:link, a:visited, a:hover, a:focus, a:active { border:none;}
a img,:link img,:visited img { border:none; }
a:link {color: #646464; text-decoration: none;}
A:visited {color: #646464; text-decoration: none;}
A:active {color: #d06f1a; text-decoration: none;}
A:hover {color:#d06f1a; text-decoration: none;}

.subtitle {
	color: #d06f1a;
	text-transform: uppercase;
	font-weight: bold;
	}
.textfield2 {
	background: #000000;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	padding: 2px;
	}
.formtext {
	padding: 8px 0px 0px 7px;
	}

/*----------------- base tags -----------------*/ 
img {
    behavior: url("js/pngbehavior.htc");
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
ul { 
	margin-bottom: 1.0em;
	}
p {
	padding: 0px;
	margin: 10px 0px;
	}
p, td, tr, div {
	font-size: 1.0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.small {
	font-size: 9px;
	}
small {
	font-size: 9px;
	}
.center {
	text-align: center;
	}
	
/*----------------- clear fix -----------------*/  
.clear {
	clear:both;
	margin-bottom: -1px; /* for Gecko-based browsers */
	overflow:hidden;
	padding-bottom: 1px; /* for Gecko-based browsers */
	}
.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	}
.clearfix {display: inline-table;}/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}/* End hide from IE-mac */
