@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	background-color:#F5F5F5;
}

#mainContent {
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
	width: 750px;
	background-color: #ffffff;
	background-image: url(images/images/bgimage4.jpg);
	background-repeat: no-repeat;
}
a {
	color: #000000;
}
a:hover {
	color: #CC6600;
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	text-decoration: none;
}

a.currentnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}

a.currentnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a.currentnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a.currentnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}




.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer a {
	color: #000000;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.mainwindow {
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 50px;
	font-size: 11px;
	line-height: 18px;
}

.mainwindow p {
	text-align: justify;
	padding-bottom: 0px;
	margin-bottom:20px;
	padding-top:0px;
	margin-top:0px;
}
.title {
	font-weight:bold;
	font-size: 13px;
}

.education {
	padding-bottom:10px;
}

/* Left Column Callout Layout CSS */

#leftCallout {background:url('bg-callout.jpg') top left repeat-x; width:212px; height:auto; margin:0; padding: 7px 0;text-align:center;}
#leftCallout h3 {font-size: 14px; margin:0 auto; padding: 10px 0;}
#leftCallout p {font-size: 12px; line-height: 14px; padding: 2px 0 15px; margin: 0;}
