@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 80%;
	background: transparent url(../img/glossymetal.jpg) repeat scroll left top;
	text-align: center;	/* IE-Win hack */
}

.serif {
	font-family: "Georgia", "Times New Roman", serif;
}

h1,h2,h3 {
	margin-top:0px;
}

#mainbg {
	background: #ffffff url(../img/glossymetal.jpg) repeat scroll left top;
	padding-bottom: 100px;
}

#nestedbg {
	text-align: center;	/* IE-Win hack */
	background-image: url(../img/fadestrip2.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#bannerctn {
	margin: 0 auto;
	width: 970px;
	height: 40px;
	color: white;
	text-align: center;	/* IE-Win hack */
}

#main-topborder {
	margin: 0 auto;
	width: 970px;
	height: 116px;
	background: transparent url(../img/top-bh.png) top left no-repeat;	
}

#main-header {
	margin: 0 auto;
	width: 970px;
	text-align: center;	/* IE-Win hack */
	background: transparent url(../img/aaa_mid.png) top left repeat-y;
}

.actionbar {
	clear: both; 
	width: 915px;
	height: 20px;
	margin: 0 auto;
	padding: 4px 0 3px 5px;
	background-color: #000;
	border-bottom: 1px solid #aaccff;
	text-align:left;
}



#main-container {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 970px;
	background: transparent url(../img/aaa_mid.png) top left repeat-y;
}

#main-content {
	float: left;
	width: 900px;
	padding-left: 40px;
}

#main-leftcontent {
	float: left;
	width: 875px;
	min-height: 400px;
	text-align:left;
	border: 0px solid #aaccff;
	vertical-align:top;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}

#main-rightcontent {
	float: right;
	width: 210px;
	margin: 5px 10px 5px 0;
	border: 0px solid #aaccff;
	vertical-align:top;
}

#main-footer {
	margin: 0 auto;
	width: 970px;
	background-image: url(../img/aaa_mid.png);
	background-repeat: repeat-y;

}

#main-botborder {
	margin: 0 auto;
	width: 970px;
	height: 41px;
	background-image: url(../img/aaa_bot.png);
	background-repeat: no-repeat;
	
}

#main-belowglass {
	margin: 0 auto;
	width: 970px;
	
}

/* --------------------------------------------------------------- */
/* TABLE FORMATTING */
/* DATATABLE */
.datatable {
	border: 1px solid #006;
	border-collapse: collapse;
}
.datatable td, .datatable th {
	border: 1px solid #006;
	padding: 2px;
}
.datatable caption {
	text-align:left;
	font-weigh:bold;
	font-size: 120%;
	color:#FFFFFF;
	padding: 0.4em 0 0.3em 0.2em;
	background-color:#006;
}
.datatable tr.altrow {
	background-color:#EEEEEE;
}
.datatable tr.printed {
	background-color:#E0F9E0;
}
.datatable tr.notprinted {
	background-color:#FFE5E5;
}
.datatable td.head {
	vertical-align:top;
}
.datatable td.info {
	font-weight:bold;
}

/* END TABLES */
/* ------------------------------------------------------------ */




/* ------------------------------------------------------------------------ */
/* Easy Float Clearing */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.clear {clear:both;}


/* ------------------------------------------------------------------------ */
/* Custom Text Styles */
/* LINKS */
/* TOPNAV A Class */
a.topnav:link {
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
	text-decoration: none;
}
a.topnav:hover {
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
	text-decoration: underline;
}
a.topnav:visited {
	font-weight: normal;
	font-variant: normal;
	color:#06F;
	text-decoration: none;
}
/* END topnav A Class */

/* btmnav A Class */
a.btmnav:link {
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
	text-decoration: none;
}
a.btmnv:hover {
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
	text-decoration: underline;
}
a.btmnav:visited {
	font-weight: normal;
	font-variant: normal;
	color:#00F;
	text-decoration: none;
}
/* END btmnav A Class */
/* ------------------------------------------------------------------------ */
