@charset "utf-8";
/* CSS Document */

	body,
	html {
		margin:0px;
		padding:0px;
		background-color:#c3c2e2;
	}
	body {
		min-width:1000px;
	}
	#wrap {
		background:#ffffff;
		width:900px;
		border:1px #443266 solid;
	}
	#header {
		background:#443266;
		width:900px;
		height:200px;
		border-bottom:1px #443266 solid;
	}
	#bodywrap {
		background:#ffffff;
		width:800px;
	}

	#bodymain {
		background:#ffffff;
		width:750px;
		float:center;
		padding-top:20px;
	}

	#footer {
		background:url(Images/footer.gif);
		width:900px;
		height:65px;
	}
	

.bodymain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #423064;
}
.bodyheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#443266;
	text-decoration: none;
}

a.one:link {color: #443266;
			text-decoration:none;}
a.one:visited {color: ##443266;
				text-decoration:none;}
a.one:hover {color: #8c489f;
			 text-decoration:none;}
.bodysmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #443266;
}
.resumeheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #443266;
}
.resumesubhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #443266;
}
.resumemain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #443266;
}
