body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-image: url(_img/overallback.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}#ovPage {
	width: 960px;
	margin:0px auto;
	background-color: #FFFFFF;
}
.bar1 {
	background-image: url(_img/bar_1.jpg);
	height: 7px;
}
.focalFlash {
	margin: 0px;
}
#pageContent {
	background-image: url(_img/back_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#pageInside {
	padding: 18px 24px 8px;
}
#pageFooter {
	background-color: #FFFFFF;
	text-align:center;
	color:#666666;
	padding: 0px 0px 12px;	
}

#pageFooter a{
color:#666666;
font-size:10px;
font-weight:bold;
}
#topBar {
	background-image: url(_img/top_back01.jpg);
	background-repeat: repeat-x;
}
#topBarInside {
	padding: 4px 8px 3px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
#topBarInside a{
	padding: 2px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#topBarInside a:hover {
	padding: 2px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #659ACE;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
.graytext {
	color: #666;
}
h1 {
	color: #293E54;
}
.drNav a:link, .drNav a:visited, .drNav a:active{
	padding: 2px 4px;
	color: #659ACE;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.drNav a:hover {
	text-decoration: underline;
	color: #006;
}

.exLink a:link, .exLink a:visited, .exLink a:active{
	padding: 2px 4px;
	color: #F00;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.exLink a:hover {
	text-decoration: underline;
	color: #006;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */








/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.tinytext {
	font-size: 9px;
}
#subPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #6898CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#subPageTitle div {
padding: 2px 2px 2px 10px;
}
.innerPage {
	padding:18px 18px 18px 10px;
	}
	
	
.newCaptions {
	background-color:#f3f3f3; width:180px; float:left; text-align:center; padding:4px; margin:4px; border:#999 thin solid; 
}