body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: url('/images/background.jpg');
	color: white;
	font-family: sans-serif;
}

form{
	display: inline;
	margin: 0px;
	padding: 0px;	
	}

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

a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: orange;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

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

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

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

h4 {
	font-size: 9pt;
}

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

#banner{
	width: 800px;
	height: 138px; 
	float: left;
}

#bottombanner{
	background: url('/images/bottombanner.jpg');
	width: 800px;
	height: 118px;
	float: left;
}

#contact {
	margin-top: 64px;
	margin-left: 390px;
	font-size: 14px;
}

#contact a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}

#buttonimages{
	background-color: #521332;
	padding-top: 2px;
	padding-bottom: 2px;	
	height: 20px;
	width: 800px;
	float: left;
}

#content{
	background: url('/images/leftbar-bg.jpg') repeat-y black;
	width: 800px;
	height: 100%;
	top: 400px;
	float: left;
}

#leftcolumn{
	color: #FFB016;
	height: 100%;
	width: 176px;
	float: left;
}

#rightcolumn{
	color: white;
	width: 173px;
	float: right;
	text-align: right;
}

#centercolumn {
	height: 100%;
	width: 450px;
	float: left;
}


#rightboxcontent{
	width: 154px;
	background: url('/images/rightcolumn-center.jpg');
	float: right;
	text-align: center;
}

#welcome{
	padding: 3px; 
	border: 1px solid white;
}


.continue {
	cursor: pointer;
	margin: 5px;
	height: 20px;
	display: inline;
	color: white;
	padding: 0px;
	font-size: 9pt;
	background: url('/images/orangegradient.jpg');
	border: 1px solid white;
}	


/******************** CMS **************************/

.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/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: white;
}

.contentblock{
	margin: 10px;
}

.contenttext img{
	margin: 10px;
}

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

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

/****************** SUBLINKS ***********************/

#sublinkbox{
	margin: 10px;
	margin-bottom: 20px;	
	border-bottom: 2px solid #521332;
	padding-bottom: 2px;
}

#sublinkbox a{
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	margin: 5px;
	border-bottom: 2px solid #521332;
	background-color: #521332;
}

#sublinkbox .selected{
	background-color: #521332;
}
	

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

#newsletter a{
	color: brown;
	}

#newsletter h6{
	font-size: 10pt;
	font-weight: bold;
	margin: 5px;
	}
	
#newsletter .nl_button{
	height: 20px;
	cursor: pointer;
	background: url('/images/browngradient.jpg');
	background-color: #4A2700;
	margin-top: 10px;
	border: 1px solid white;
	color: white;
}

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

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

/*****************  MORE CMS **********************/

.datatable{
	margin: 10px;
	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{
	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('pattern1.jpg') repeat-x;
	}

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

