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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in along with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a:link, a:visited, a:hover {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	background-color: #990099;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: square;
}

ul ul ul {
	list-style-type: disc;
}

/***********************************************/
/* ----- MASTHEADS ----- */
/***********************************************/				

#masthead {
	width: 100%;
	height: 80px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10.75em;
} 

#header {
	padding-top: 8px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24em;
}

.mainTitlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bolder;
	border-color: #666666 #CCCCCC #999999 #CCCCCC;
	border-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

/* Do not use padding on the sidebar */
/***********************************************/
/* ----- SIDEBAR ----- */
/***********************************************/

#sidebar {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	padding: 0px;
	height: 900px;
}

#sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}

/***********************************************/
/* ----- MAIN CONTENT ----- */
/***********************************************/

#mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 11em;
	zoom: 1;
	padding-top: 0px;
	padding-bottom: 15px;
}

/***********************************************/
/* ----- FEATURE ----- */
/***********************************************/



/***********************************************/
/* ----- FOOTER ----- */
/***********************************************/

#footer p {
	margin: 0; 
	padding: 10px 0;
}

#footer {
	clear: both;
	padding: 0 10px;
	font-size: 75%;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
}

/***********************************************/
/* ----- #navBar MENU.js  ----- */
/***********************************************/

#awmAnchor-menu {
	position: absolute;
	left:4px;
	top:8px;
	width:150px;
	z-index:1000;
	visibility: visible;
}

/***********************************************/
/* ----- MISCELLANEOUS CLASSES FOR REUSE ----- */
/***********************************************/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
