body {
	margin: 0px;
	background: url('images/background-white2.gif') white repeat;
	color: black;
	font-family: sans-serif;
	font-size: 10pt;
}

#pageholder{
	position: relative;
	width: 800px;
	height: 100%;
	background: url('images/background-white.gif');
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-decoration: none;
	margin: 0px;
}

h1 {
	margin-left: 20px;
	font-size: 18pt;
	color: black;
}

h2 {
	margin-left: 0px;
	font-size: 16pt;
	color: black;
	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;
}

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: 478px;
	margin-left: 25px;
	margin-right: 25px;
}

.left_column_block em{
	padding: 0px;
	margin: 0px;
}

.left_column_block img{
	border: none;
	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 li{
	font-size: 13px;
	margin-left: 10px;
	list-style-type: square;
	color: grey;
}

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

.right_column_block{
	width: 192px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
}


/* 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('/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;
}


/****************** NEWSLETTER ***********************/


#newsletter a{
	color: brown;
	}

#newsletter h6{
	font-size: 10pt;
	font-weight: bold;
	margin: 5px;
	}
	
#newsletter .nl_button{
	cursor: pointer;
	background: url('images/bluegradient.jpg') repeat-x #0B3571;
	margin-top: 10px;
	border: 2px solid white;
	padding: 2px;
	color: white;
}

#newsletter .nl_button:hover{
	background-color: #0B3571;
}

#newsletter .nl_text:focus{
	background-color: #FFFFCC;
}

#newsletter .nl_text{
	border: 1px solid gray;
	margin: 1px;
	padding: 1px;
	width: 85%;
	}

#newsletterbox{
	background: url('/images/newsletter-mid.jpg') repeat-y;
	float: right;
	text-align: center;
	margin-top: 2px;
	width: 154px;
	color: black;
	font-size: 10pt;
}


/* 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;
	font-size: .75em;
}

#thirddd a{
	text-decoration: underline;
}
