body {
	margin: 0px;
	background: url('/images/background.jpg') gray;
	color: black;
	font-family: georgia;
	font-size: 11pt;
}

#page{
	position: relative;
	width: 770px;
	height: 100%;
	background: url('images/smallbox-mid.jpg') repeat-y #FFBB63;	
	margin-left: auto;
	margin-right: auto;
}

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

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

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 2px;
	font-size: 20px;
	color: black;
}

h2 {
	margin: 4px;
	font-size: 14px;
	color: #003160;	
}

h3 {
	font-size: 16px;
	text-align: center;
}

h4 {
	font-size: 9pt;
}

li {
	font-size: 13px;
	margin-left: 25px;
}

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;
}


/* LEFT BAR *************************************************************/

#left{
	float: right;
	width: 548px;
}

.left_column{
	float: left;
	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{
	border: none;
	margin: 5px;
	padding: 0px;
}

.left_column_block2{
	width: 485px;
	margin: 25px;
	padding: 5px;
	background: #FF8900;
	color: white;
	border: 1px solid white;
}
.left_column_block2 img{
	border: none;
	margin: 5px;
	padding: 0px;
}

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

#right{
	float: left;
	width: 222px;
}

.right_column{
	float: left;
	width: 222px;
	background: url('images/smallbox-mid.jpg');
}

.right_column_block{
	width: 172px;
	margin-left: 25px;
	margin-right: 25px;
}
/* BOTTOM ************************************************************/

#bottombanner{
	float: left;
	display: block;
	color: white;
	background: url('images/policy-rep.jpg');
	text-align: center;
	width: 770px;
	height: 42px;
	font-size: 9pt;
}

#bottombanner a{
	color: white;
	text-decoration: none;
}

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

.cmsedit{
	cursor: pointer;
	margin: 5px;
	margin-left: 2px;
	margin-right: 2px;	
	height: 20px;
	display: inline;
	color: gray;
	padding: 0px;
	font-size: 8pt;
	background: url('/images/browngradient.jpg');
	background-color: #4A2700;
	border: 1px solid white;
}

#cmsbar{
	border-bottom: 3px solid gray;
	margin-left: 5px;
}

.contenttext{
	font-size: 10pt;
	margin-top: 10px;
	color: #474747;
}

.contentblock{
	margin: 10px;
}

.contenttext img{
	border: 1px solid gray;
	margin: 10px;
}

.contenttext a{
	color: #066DBC;
	text-decoration: none;
}

.contenttext a:hover{
	color: grey;
	text-decoration: underline;
}

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

