
html {

	/* MAKE BODY BG IMAGE AT BOTTOM - NEEDED FF and OPERA */
	min-height: 100%;
	height: auto;
}
body {
	margin: 0;
	padding: 0;
	/* background-color: #dfdfdf; */
	background-color: white;
	
	/* FONT ATTRIBUTES */
	FONT-STYLE: normal;
	font-size: 80%;
	COLOR: #666666;
	font-family: Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
img {
	margin:0;
	padding:0;
	vertical-align: bottom; 
}

/* HEADER CONTAINER AND ELEMENTS */
#header {
	position:relative;
	background-color: white;	
	margin:0;
	padding:0;
	border-bottom: 12px solid #cccccc;
}

/* NAVIGATION CONTAINER AND ELEMENTS */
#nav {
	position:relative;
	background-color: white;	
	margin:0;
	padding:0;
	border-bottom: 1px solid #cccccc;
}
#nav a, a:link, a:visited {
	font-weight: normal;
	font-size: 90%;
	color: #777777;
	text-decoration: none;
}
#nav a:hover {
	font-weight: normal;
	font-size: 90%;
	color: #d79328;
	text-decoration: none;
}


#nav .MainNavItem, .MainNavItem:link, .MainNavItem:visited {
	font-weight: normal;
	font-size: 90%;
	color: #777777;
	text-decoration: none;
}
#nav .MainNavItem:hover {
	font-weight: normal;
	font-size: 90%;
	color: #d79328;
	text-decoration: none;
}
#nav .MainNavItemSelected {
	font-weight: normal;
	font-size: 90%;
	color: #d79328;
	text-decoration: none;
}

/* CONTENT CONTAINER AND ELEMENTS */
#content {
   position:relative;
	/* background-color:#dfdfdf; */
	height:auto;
	text-align:left;
	margin-left:50px;
	margin-right:50px;
	padding:0;	
}
#content .page_title {
	FONT-WEIGHT: bold;
	COLOR: #555555;
	FONT-SIZE:1.15em;
}
#content a, a:link, a:visited {
	color: #6f6baa;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #6f6baa;
	text-decoration: none;
}
#content table {
	/* FONT ATTRIBUTES */
	COLOR: #777777;
	font-size: 100%;
}
#content th {
	/* FONT ATTRIBUTES */
	font-weight: bold;
	COLOR: #6f6baa;
}

/* FOOTER CONTAINER AND ELEMENTS */
#footer {
	position:relative;
	background-color:white;
	margin:0;
	padding:0;
	border-bottom:5px solid #cccccc;
}
#footer table {
	/* FONT ATTRIBUTES */
	COLOR: #888888;
	font-size: 90%;
}




/* OTHER TABLE ELEMENTS */
.TableHeaderRow {
    BACKGROUND-COLOR: #dadada;
}
.TableRow {
    BACKGROUND-COLOR: #FFFFFF;
}
.TableRowAlt {
    BACKGROUND-COLOR: #efefef /* #dfdfdf; */
}
.TableRowSel {
    BACKGROUND-COLOR: #dad4b2;
}



