body {
	width: 100%;
	padding: 0;
	margin: 0;
	color: black;
	background-color:  #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 180%;
	margin-bottom:50px;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 90%;
}
ul li {
	margin:5px;
	margin-bottom:10px;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #0000FF;
	background-color: inherit;
}
/* *************** */
/* Generic Classes */
/* *************** */

.small {
	font-size: small;
}
.center, .centered {
	text-align: center;
	margin: auto;
}
.spacedList li {
	margin-bottom: 0.66em;
}
.clear, .spacer {
	clear: both;
}
h1.pageTitle, #leftCol h2 {
	text-decoration: underline;
}
/* *************** */
/* Page Layout     */
/* *************** */

#pageWrapper {
	width: 100%;
	margin: auto;
	padding: 20px 0px;
}
#skipNavLink {
	float: left;
	color: #332c2c;
	background-color: inherit;
	font-size: 10%;
}
#topLinks {
	font-size: 80%;
	float: right;
	padding: 10px 20px;
}
#topLinks a:link, #topLinks a:visited {
	color: #0000FF;
	background-color: inherit;
	text-decoration: none;
}
#topLinks a:hover {
	color: #500000;
}
#page {
	border: 1px solid #111;
}
#header {
	height: 165px;
	color: #000099;
	background-color: #799FCA;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #799FCA;
}
#topLogo {
	margin-top: 18px;
}
#contentContainer {
	border-left-width: 210px;
	border-left-style: solid;
	border-left-color: #799FCA;
	word-spacing: normal;
}
#leftColWrapper {
	margin-left: -210px;
	position: relative;
	float: left;
	color: #111;
	background-color: inherit;
	width: 210px;
}
#leftColWrapper a:link, #leftColWrapper a:visited {
	color: #000066;
	background-color: inherit;
	text-decoration: none;
	font-size: 95%
}
#leftColWrapper a:hover {
	text-decoration: underline;
	background-color: #d9d9d9;
}
#leftColWrapper ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
#rightColWrapper {
	color: inherit;
	background-color: white;
	border-left: 1px solid #94908d;
}
#leftCol, #rightCol {
	padding: 5px 15px;
	padding-bottom:40px;
}
.style2 {
	font-size: 150%;
	font-weight: bold;
	font-family: "Arial", Times, serif;
	border-bottom:1px solid #000000;
}
.style3 {
	font-size: 180%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style4 {
	font-size: 120%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style5 {
	font-family: "Times New Roman", Times, serif
}
.style6 {
	font-family: "Times New Roman"
}
.style7 {
	font-size: 70%
}
.style8 {
	font-size: 10%
}
.style9 {
	font-size: 70%;
	color: #000000;
}
.style16 {
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#menu {
	padding-top:40px;
	padding-bottom:40px;
}
#menu a {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}
.table p {
	padding:5px;
	margin:0px;
}
.table #pr_img {
	text-align:center;
	padding-bottom:70px;
}
.table #pr_title {
	font-weight:bold;
	padding-bottom:20px;
}
.table #pr_void {
	width:20px;
}
.vcentered td {
	vertical-align:middle;
}
div.cont {
	width:100%;
	text-align:center;
}
div.img {
	width:49%;
	margin:2px;
	border:0;
	height:auto;
	float:left;
	text-align:center;
}

div.cont img{
	width:90%;
	max-height:400px;
}

div.cont #full{
	width:auto;
	max-height:400px;
}

div.desc {
	font-size:16px;
	text-align:center;
	font-weight:normal;
	margin:10px;
	width:100%;
	margin-bottom:50px;
}
