/* CSS Document */

body {
	background-color:#071040;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	line-height:1.3em;
	margin-top:10px;
	padding:0px;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.table {
	width:875px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/* Headers */

h1 {font-size:140%;}
h2 {font-size:130%;}
h3 {font-size:120%;}
h4 {font-size:110%;}

/* Font Color */

.red {
color:#FF0000;
}

.blue {
color:#0000FF;
}

.maroon {
	color:#CC0000;
}

.yellow {
color:#FFFF00;
}

/* Font Styles */


/* Graphics */

#image1 {
	width:304px;
	float:right;
	margin:5px;
}

#footer {
	width:875px;
	height:75px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footerBG.gif);
	background-repeat:no-repeat;
	font-size:150%;
	color:#FFFF00;
}

#female1 {
	width:152px;
	float:right;
	margin:5px;
}

#female2 {
	width:152px;
	float:left;
	margin:5px;
}

#male1 {
	width:227px;
	float:right;
	margin:5px;
}

#male2 {
	width:177px;
	float:left;
	margin:5px;
}

/* Div's */

#pageHeader {
	width:100%;
	height:300px;
	clear:both;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #000000;
}

#bodyContent {
	width:865px;
	margin:10px 5px 10px 5px;
}

#women {
	width:49%;
	height:600px;
	float:left;
	margin-top:10px;
}

#men {
	width:49%;
	height:650px;
	float:right;
	margin-top:10px;
	padding-left:5px;
	border-left:1px solid #000000;
}

#bottom {
	width:100%;
	clear:both;
	padding-top:10px;
	border-top:1px solid #000000;
}

#logo123 {
	width:875px;
	height:75px;
	margin-left:auto;
	margin-right:auto;
	color:#999999;
	font-size:80%;
}
	#logo123 a {
		color:#999999;
		text-decoration:none;
	}
	
	#logo123 a:hover {
		color:#FFFF00;
		text-decoration:underline;
	}
