body{
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	margin:0px;
	margin:0px;
	width:100%;
	height:100%;
	text-align: center;
	}

a img
{
	border: none;
}

/* LAYOUT STYLES */		
#Navigation {  
	float:left; 
	height:63px;
	padding-top:40px;
	}
	
#Navigation .border {
	float:left;	
	height:55px;
	}
#Navigation .link {
	float:left;
	height:22px;
	padding-top:17px;
	padding-bottom:16px;
	padding-left:19px;
	padding-right:19px;
	background-image:url(images/topnav2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}

#Container {
	width:927px;
	text-align: left;
	margin: 0 auto;
	}	
	
#Content {	
	float:left; 
	width:927px; 
	background-image:url(images/pagebg.jpg); 
	background-repeat:repeat-y; 
	}
	
#Content #Main {
	float:left; 
	background-image:url(images/bg_gradient2.jpg); 
	background-repeat:no-repeat;	
	background-position:24px 10px;
	width:100%;	
	}
	
#Content #News {
	float:left;
	padding-left:25px;
	padding-top:5px;	
	text-align:left;
	width:927px;
	}

#Content #Body {

	float:left;
	padding-left:40px;
	padding-right:60px;
	padding-top:30px;
	padding-bottom:20px;
	text-align:left;
	width:584px;
	}
	
#Content .SideBody {
	float:left;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:20px;
	text-align:left;
	width:180px;
	}
	
#Content #Body .text
{
	padding: 15px 0 0 0;
	line-height: 22px;
}
	
.Box {
	background-color:#fff;
	width:180px;
	border:#CCCCCC 1px solid;
	padding:10px;
	}
	
#NewsTicker {
	background-image:url(images/tickerbar.jpg);
	background-repeat:repeat-x;
	width:877px;
	height:24px;
	padding-top: 8px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	}
	
#NewsTicker a
{
	color: #FFF;
	text-decoration: none;
}
	
/* TEXT STYLES */	
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#208fb4;
	}
.sub-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

.white {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
	}		
		
.boxTitle{
	color:#208fb4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	}
	
A:link{ cursor:hand; }

ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:square;
	list-style:url(images/bullet.jpg);
	}

.contact-form {
	margin-top: 15px;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 560px; 
}

form.normal
{
  margin: 0;
  padding: 0;
  width: 100%;
}

form.normal input, form.normal select
{
	font-size: small;
	width: normal;
}

form *
{
	font-size: small;
}

form fieldset {
  border-color: #FFF;
  border: none;
  margin: 0;
}

form label { 
	padding: 0; 
	text-align: right; 
	font-size: small;
	margin-left: 10px;
}

form fieldset legend
{
	color: #208fb4;
	font-size: small;
	font-weight: bold;
	margin-bottom: 5px;
}

form fieldset h2
{
	color: #2042af;
	font-size: small;
	font-weight: bold;
	margin-bottom: 5px;
}

form fieldset div
{
	margin-bottom: 10px;
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 370px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
   padding: 3px;
	font-size: medium;
}

form input#cc
{
	width: 15px;
}

form #comments
{
	font-size: normal;
	font-family: verdana, arial, sans-serif;
	height: 300px;
	width: 550px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form input#antispam
{
	width: 55px;
}

form input#submit
{
	width: 150px;
}

form.normal input#submit
{
	float: none;
	width: 150px;
}
form .normal
{
	width: auto;
}

p#error
{
	color: #444;
	font-size: small;
	background: #EEE;
	border-bottom: 2px solid #DDD;
	border-right: 2px solid #DDD;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 1px 5px;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
