body {
	margin: 0px;
	background: black;
	color: black;
	font-family: sans-serif;
	font-size: 9pt;
}

#pageholder{
	position: relative;
	width: 800px;
	height: 100%;
	background: url('images/background-white.jpg');
	margin-left: auto;
	margin-right: auto;
	
}

#page{
	position: relative;
	width: 770px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

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

a:hover {
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

h1 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18pt;
	color: gray;
}

h2 {
	margin-left: 0px;
	font-size: 16pt;
	color: white;
	font-style: italic;	
}

h3 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 16px;
	font-style: italic;
	color: grey;
}

h4 {
	font-size: 9pt;
}

ul {
	margin-left: 10px;
}

li2 {
	font-size: 13px;
	margin-left: 10px;
	list-style-type: square;
	color: grey;
}

li {
	font-size: 13px;
	margin-left: 10px;
	list-style-type: square;
	color: grey;
}

h6{
	font-size: 10pt;
	padding: 0px;
	margin: 3px;
	}

#banner{
	width: 770px;
	height: 113px; 
	float: left;
}


#contact {
	margin-top: 64px;
	margin-left: 390px;
	font-size: 14px;
}

#contact a {
	color: #003160;
	font-weight: bold;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}

.button{
	cursor: pointer;
	margin: 5px;
	margin-left: 2px;
	margin-right: 2px;	
	height: 20px;
	display: inline;
	color: white;
	padding: 0px;
	font-size: 8pt;
	background: url('images/bluegradient.jpg');
	background-color: 019FF9;
	border: 1px solid white;
}

/* LEFT BAR *************************************************************/

#left{
	float: right;
	width: 548px;
}

.left_column{
	float: right;
	width: 548px;
	background: url('images/largebox-back1.jpg') repeat-y;
}

.left_column_block{
	width: 498px;
	margin-left: 25px;
	margin-right: 25px;
}

.left_column_block img{
	margin: 5px;
	padding: 0px;
}

.left_column_block2{
	width: 485px;
	margin: 25px;
	padding: 5px;
	background: #CECECE;
	color: black;
	border: 1px solid gray;
}

.left_column_block2 img{
	border: none;
	margin: 5px;
	padding: 0px;
}


/* RIGHT BAR ************************************************************/


#right{
	float: left;
	width: 222px;
	margin: 0px;
	
}

.right_column{
	float: left;
	width: 222px;
	background: url('images/smallbox-mid.jpg');
	margin: 0px;
}

.right_column_block{
	width: 182px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}


/* BOTTOM ************************************************************/


#bottombanner{
	float: left;
	color: white;
	background: url('images/policy-rep.jpg') no-repeat;
	text-align: center;
	width: 770px;
	height: 24px;
	padding-top: 5px;
	font-size: 9pt;
}

#thirddd{
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	color: white;
}

#thirddd a{
	color: white;
}


/* CMS Content Box Stuff.......................... */


.cmsedit{
	cursor: pointer;
	margin: 5px;
	margin-left: 2px;
	margin-right: 2px;	
	height: 20px;
	display: inline;
	color: white;
	padding: 0px;
	font-size: 8pt;
	background: url('/cms/images/bluegradient.jpg');
	background-color: 019FF9;
	border: 1px solid white;
}

#cmsbar{
	border-bottom: 3px solid gray;
	margin-left: 5px;
}

#linkbar{
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.current{
	font-weight: bold;
}

/*****************  MORE CMS **********************/

.datatable{
	margin-top: 5px;
	margin-bottom: 0px;
	color: black;
	font-size: 10pt;
	border-collapse: collapse;
	border-left: 1px solid gray;
	border-right: 1px solid gray;	
	}

.datatable a{
	color: blue;
	}

.datatable .r1{
	background-color: #FFFFCC;
	}

.datatable img{
	cursor: pointer;
	}

.datatable td{
	text-align: left;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;	
	padding-left: 1px;
	padding-left: 5px;
	padding-right: 5px;	
	}

.datatable tr{
	background-color: white;
	}

.datatable th{
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;	
	padding-left: 10px;
	padding-right: 10px;	
	background: url('cms/images/pattern1.jpg') repeat-x;
	}
	

/***************** GALLERY **********************/

.gallery_img{
	margin: 0px;
	display: inline;
	border: 1px solid black;
	cursor: pointer;
}

.gallery_img:hover{
	border: 1px solid white;
	}

.gallery_img_box{
	width: 98%;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid black;
	background: #C3C3C3;
}

.gallery_viewer{
	width: 98%;	
	border: 1px solid black;
	background: #C3C3C3;
	text-align: center;
	}

.viewer_bar{
	text-align: right;
	width: 100%;
	color: white;
	border-bottom: 1px solid black;
	background: #848484;
	}

.img_title{
	font-weight: bold;
	font-size: 12pt;
	margin: 3px;
}

select{
	margin-bottom: 5px;
	}
	