/* CSS Document */

body {
	text-align: left;
	margin: 10px 0px 10px 0px;
	background: #ebe9e6;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	color: #00024b;
	line-height: 1.4em;
}
a:link {color: #ee008c; text-decoration: none;}
a:visited {color: #ee008c; text-decoration: none;}
a:hover {color: #ee008c; text-decoration: underline;}
a:active {color: #ee008c; text-decoration: none;}

.footer a:link {color: #00024b; text-decoration: underline;}
.footer a:visited {color: #00024b; text-decoration: underline;}
.footer a:hover {color: #00024b; text-decoration: none;}
.footer a:active {color: #00024b; text-decoration: underline;}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}

img { border: 0; }

.end {
	clear: both;
}

.marginTop30px {margin: 30px 0 0 0;}
.space20px {padding: 0 20px;}
.marginBottom10px {margin: 0 0 10px 0;}

.genPicLeft {float: left; margin: 4px 20px 20px 0px;}
.genPicRight {float: right; margin: 4px 0px 20px 20px;}


h1 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 16px 0;
	padding: 0;
}


#wrapper {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 959px;
	background: #FFFFFF url(../images/content-tile-bg.gif) top left repeat-y;
}

#pageHeaderHolder {
	float: left;
	width: 959px;
	height: 82px;
}

#contentHolder {
	float: left;
	clear: both;
	width: 887px;
	padding: 36px 36px 0px 36px;
}

#pageFooterHolder {
	float: left;
	clear: both;
	width: 959px;
	height: 30px;
}


/*GENERAL CONTENT*/

#leftColHolder {
	float: left;
	clear: both;
	width: 620px;
	margin: 0 30px 0 0;
}

#rightColHolder {
	float: left;
	width: 220px;
	font-size: 0.8em;
	padding: 4px 0 0 0;
}

.footer {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 887px;
	font-size: 0.8em;
	/*text-align: center;*/
}






