@charset "utf-8";
/* CSS Document */

body {
	background-color: #fbfff1;
	margin: 0px;
	padding: 0px;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #344210;
	line-height: 18px;
	}

a:hover {
	color:#000000;
	text-decoration:none;
	}

a {
	color:#a81e58;
	text-decoration:none;
	}

#container {
	margin: 0 auto;
	width: 822px;
	}
	
#header {
	background-image: url(../images/headerGreen.jpg);
	background-repeat: no-repeat;
	height: 123px;
	margin: 0px 0px 0px 0px;
	padding: 22px 23px 0px 36px;
	width: 743px;
}

#header h1 {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 324px;
	height: 116px;
	float: left;
	}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 324px;
	padding: 116px 0px 0px 0px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	}
	

#header p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #344210;
	margin: 0px 0px 7px 0px;
	line-height: 11px;
	}
	
.clearLeft {
	width: 0px;
	height: 0px;
	clear: left;
	}
	
#content {
	width: 732px;
	background-image:url(../images/backgroundGreen.gif);
	margin: 0px;
	padding: 20px 45px;
	}
	
#content h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #344210;
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
#content h3 {
	background-color: #d6deb7;
	border: 1px solid #455608;
	color: #344210;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	width: 97%;
	}
	
#content h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #344210;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
	
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #344210;
	line-height: 18px;
	}
	
#footer {
	background-image:url(../images/footerGreen.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 822px;
	margin: 0px;
	padding: 22px 0px 12px 0px;
	text-align: center;
	}
	
.small {
	font-size: 10px;
	}
	
.smallCenter {
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	}
	
/*--- INTERVIEW PAGES ---*/

.articleRight {
	float: right;
	padding: 0px 0px 0px 15px;
	width: 215px;
	}
	
.articleRight p {
	text-align: center;
}

.articleLeft {
	float: left;
	padding: 0px 15px 0px 0px;
	width: 215px; 
	}
	
.articleLeft p {
	text-align: center;
}


/*--- END OF INTERVIEW PAGES ---*/

