/* -- General Settings --------------------------- */
html, body, form, fieldset, td {
	font-family: verdana, arial, helvetica, sans-serif;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #DEE3E7;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

html {
	font-size: 100%;
}

body { 
	font-size: 11px;
	margin: 20px 0;
	background: #ffffff;
	color: #333;
}

ul{
list-style-type: square;
}



/* -- Main Layout ----------- */


#logoContainer {
	margin: 0 auto;
	width: 750px;
	height: 118px;
	position: relative;
	top: -22px;
	z-index: 1;
}

#copyrightContainer {
	margin: 0 auto;
	width: 522px;
	height: 400px;
	position: relative;
	top: -22px;
	z-index: 1;
}


/* Main <table> creating the basic page layout. */

/* -- Misc. Look And Feel --------------------------------------------------------- */



/* -- change link colors below for each main section --*/

a, a:link, a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #CC0033;
}
