@charset "utf-8";
body {
	background-image: url(jevin_grad_bkgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	margin-bottom: 10px;
	border: 2px solid #FFF;
	margin-top: 5px;
}
#NavBar {
	background-color: #658634;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	height: 35px;
	width: 0px;
}
#NavBar a {
	text-decoration: none;
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#LogoRt {
	text-align: right;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	vertical-align: top;
	font-size: 24px;
	color: #000;
	background-color: #FFFFFF;
}
#LogoRt div {
	background-color: #FFFFFF;
}

#LogoLeft {
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	vertical-align: top;
	padding: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
}
#LogoLeft a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#MainContent {
	background-color: #ADB79E;
	text-align: left;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#MainContent  h2 {
	font-size: 18px;
}
#MainContent p {
	font-size: 14px;
}

#Sidebar {
	background-color: #363;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 2px;
	line-height: normal;
	padding-top: 20px;
}

#FooterBar {
	background-color: #658636;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
table {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	height: 600px;
	width: 750px;
	background-color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover, a:active {
	text-decoration: none;
	color: #9F9;
}
