body {
	font: small Verdana, Arial, sans-serif;
	color: cccccc;
	text-decoration: none;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 2px; 	/*IE5*/
	width: 900px;
}

body, html {height: 100%;}

a img {
	border: none;
	vertical-align: top;}
	
	/*** HEADINGS ***********************************************************/
/* h1 only used once; for document title on cover page */
h1 {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight: bold;
}
h2 {font: bold medium Verdana, Arial, sans-serif;}
h3 {font: bold small Verdana, Arial, sans-serif;}

/* END HEADINGS ***/


/*** TEXT-DECORATION **************************************************/
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
/*** END TEXT-DECORATION ***/


/*** TEXT-STYLES *****************************************************/
.style1 {
	text-align:right;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.style2 {
	text-align:left;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
}

.style3 {
	text-align:center;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.style4 {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.style5 {
	font-size: 1.4em;
	font-style: italic;
	color: #FFFFFF;
	display:block;
	padding-bottom: 10px;
}


/*** END TEXT-STYLES ******/

.center {text-align: center;}

.indent{
	padding-left: 20px;
}
.indent2 {
	padding-left: 70px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.leftContent img {
	padding-top: 10px;
}
a:hover {
	text-decoration: none;
	color: #91b5fd;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}

.title {
	background-image:url(../images/Header2.jpg);
	text-align:right;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: baseline;
	background-repeat: no-repeat;
}

.navigation {
	font-size: 12px;
	text-align: center;
}

.clear {clear:both;}

.leftContent {
	float: left;
	width: 400px;
	margin-left:0px;
	text-align: left;
}
	
.rightContent {
	float: left;
	width: 500px;
	margin-left:0px;
	text-align: left;
}
	
