body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background: url('images/body.jpg') repeat-x black;
	font-size: 12px;
}

#pageholder{
	width: 810px;
	height: 100%;
	background: url('images/pagebackground.jpg') repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#page{
	background: #140071;
	width: 770px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

img {
	margin: 0px;
	padding: 0px;
}

a {
	margin: 0px;
	font-size: 12px;
	color: #87C6F2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 16pt;
	color: #FFE400;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #a2a2a2;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
}

li {
	font-size: 12px;
	margin-left: 25px;
}

ul {
	margin-left: 15px;
}

#banner{
	background: #000000;
	width: 770px;
	height: 244px; 
	float: left;
}
#login{
	background: url('images/login.jpg') no-repeat;
	height: 223px;
	width: 207px;
	float: right;
}

#right{
	width: 151px;
	height: 300px;
	float: left;
	background: url('images/right-background.gif') repeat-y;
}

.boxtop{
	background: url('images/box-top.gif') no-repeat;
	width: 463px;
	height: 29px;
	float: left;
		
}

.boxmid{
	background: url('images/box-mid.jpg') repeat-y;
	width: 463px;
	float: left;
}

.boxmidcontent{
	width: 420px;
	margin: 10px;
	color: white;
	float: left;
}

.boxmidcontent a{
	margin: 0px;
	font-size: 12px;
	color: #87C6F2;
	text-decoration: none;
}

.boxmidcontent a:hover{
	text-decoration: underline;
}

.boxmidcontent img{
	margin: 5px;
}

.boxbottom{
	width: 463px;
	float: left;
}

.rightcontent{
	margin-left: 8px;
	margin-right: 140px;
}

.rightcontent img{
	margin: 5px;

}


#bottombanner{
	width: 770px;
}

.button{
	cursor: pointer;
	margin: 5px;
	margin-left: 2px;
	margin-right: 2px;	
	height: 20px;
	display: inline;
	color: white;
	padding: 0px;
	font-weight: 9pt;
	background: url('images/bluegradient.jpg');
	border: 1px solid white;
}


/*****************************************************************/

#layout_table{
	width: 770px;
	padding: 0px;
	border-collapse: collapse;
	}

#right_bar{
	background: black;
	border-top: 10px solid #140071;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	}

/****************** NEWSLETTER ***********************/


#newsletter a{
	color: #87C6F2;
	}

#newsletter h6{
	font-size: 10pt;
	font-weight: bold;
	margin: 5px;
	}
	
#newsletter .nl_button{
	padding: 2px;
	margin-top: 10px;
	font-size: 9pt;
	color: white;
	background: url('/cms/images/bluegradient.jpg') repeat-x;
	cursor: pointer;
}

#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: 130px;
	}

#newsletterbox{
	float: right;
	text-align: center;
	margin-top: 2px;
	width: 130px;
	color: black;
	font-size: 10pt;
}

/*****************contact page***********/

#contactbox {
	color: white;
}

/****************** CAM LOGIN BOX ***********************/

.login_button{
	padding: 2px;
	margin-top: 10px;
	font-size: 9pt;
	color: white;
	background: url('/cms/images/bluegradient.jpg') repeat-x;
	cursor: pointer;
	}

.login_text{
	background: white;
	font-size: 10pt;
	border: 1px solid #1c2566;
	margin-bottom: 2px;
	padding: 1px;
	width: 130px;
	}

.login_text:focus{
	background: #FFFFCC;
}


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

.cmsedit {
	padding: 1px;
	font-size: 8pt;
	color: white;
	background: url('/cms/images/bluegradient.jpg') repeat-x;
	cursor: pointer;
}
