* {
	font-family:verdana, sans-serif;
	font-size:10pt;
	color:#1A0037;
	margin:0px;
	padding:0px;
	
}

body {
	background-color:#1A0037;
	background:url('../images/bg.gif');
	marign:0px;
	padding:0px;
}


a img {border:none;}

h1 {
	color:#1A0037;
	font-size:180%;
}

h2 {
	color:#6C5981;
	font-size:140%;
	margin-bottom:10px;
}

p {
	margin-bottom:10px;
}


#bodyDiv {
	width:960px;
	background-color:#fff;
	background-image:url('../images/hands.jpg');
	background-repeat:no-repeat;
	background-position: right bottom;
	margin:0px auto;
	height:700px;
}


#headerDiv {
	height:96px;

}

#headerLogo {

}

#topNav {
	width:100%;
	height:30px;
	background-color:#6C5981;
	background-image:url('../images/topNavGradient.gif');
	background-repeat:no-repeat;
	background-position:right;
}

#topNav a {
	position:relative;
	top:5px;
	height:31px;
	padding:5px 7px 8px;
	margin:0px;
	font-size:14px;
	background-color:#6C5981;
	color:#fff;
	text-decoration:none;
	font-weight:bold;	
}

#topNav a:hover, #topNav a.active {
	background-color:#fff;
	color:#6C5981;
	border:1px solid #6C5981;
	padding:4px 6px 7px;
}

#bodyContent {
	 margin:20px
}

#portrait {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	height:400px;
}

#footerRule {
	position:relative;
	top:20px;
	clear:left;
	margin-top:20px;
	width:655px;
	height:14px;
	overflow:hidden;
	background:url('../images/footerRule.gif');
	background-repeat:repeat-none;
}
