body {
	background-color: #E1E1F0;
	margin: 0;
	text-align:center;
	font-family: Garamond;
}
.style7 {font-size: medium}
.style3 {
	font-size: x-small;
	font-family: Arial;
}
.style9 {
	font-size: small; 
	font-weight: bold; 
	font-family: Arial; 
}
.style11 {
	font-family: Arial;
}
.style12 {
	font-size: small;
	font-family: Arial;
}
.style13 {font-size: x-large}
a: {
}
/*img {
	display: block;
	margin: 0;
}*/
.clear { 
	clear: both;
	display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#mastercontain {
	width: 100%;
	height: auto;
	margin: 0;
}
#Masthead {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #00204E;
	border-top-color: #BCBCDE;
	border-top-style: ridge;
	border-top-width: thin;
	width: 100%;
	padding: 0 0 3px 0px;
	margin: 0;
	vertical-align: bottom;
	text-align: center;
}

#logo {
	background-color: #2F5491;
	border-top-color: #BCBCDE;
	border-top-style: ridge;
	border-top-width: thin;
	width: 100%;
	height: 62px;
	margin: 0;
}
#quicknav {
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	width: 100%;
	height: 35px;
	margin-right: 20px;
	overflow: visible;
	margin-bottom: 0px;
}
#menuarea {
	background-color: #e8d4a3;
	width: 100%;
	border-top-color: BCBCDE;
	border-top-style: ridge;
	border-top-width: thin;
	z-index: 275;
	margin: 0;
	height: auto;
}
#vmenupic {
	width: 800px;
	margin: 0;
	text-align: center;
	z-index: 0;
}
#vmenu {
	float: left;
	width: 150px;
	height: 297px;
	background-color: #2F5491;
	border-right: 0;
}
#picheader {
	float: left;
	display: block;
}
#content3colwrapper {
	width: 800px;
	margin: 0;
	border-bottom: solid 000000 1px;
	border-left: solid 000000 1px;
	border-right: solid 000000 1px;
	display: block;
}
#leftcolumn {
	width: 130px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
#contentcolumn {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 150px;
	margin-right: 200px;
	display: block;
}
#rightcolumn {
	width: 180px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	display: block;
}
#contentcolumn_lg {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 150px;
	margin-right: 0px;
	display: block;
}
#mainfooter {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0;
	display: block;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	color: #666666;
}
#column2 {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/column2img.jpg);
	background-repeat: repeat-y;
	background-position: right;
	display: block;
}
#column1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/column1img.jpg);
	background-position: left;
	background-repeat: repeat-y;
	display: block;
}
.imageright {
     margin-left:5px;
     margin-right:5px;
     float:right;
}
.imageleft {
     margin-left:5px;
     margin-right:5px;
     float:left;
} 
/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    font-weight: bold;
    cursor: default;
}
/*Popup Textbox*/
.dhtmlwindow{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: white;
}
.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #00204E;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}
* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
	border-top: 1px solid brown;
	background-color: white;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
}
.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	background-color: white;
	height: 13px; /*height of resize image*/
}
.drag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
