/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	/* background: #fff url(../images/bg2.gif);  Optional */
	background: url(../images/bg6_mod.jpg); /*  (../images/white.jpg); */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #993300; /* was bb6633 */
	}
acronym { cursor: help; border-bottom: 1px dashed #fff; }
a { text-decoration: underline; color: #bb6633;  }  /* border-bottom: 1px dashed #369; */
a:hover { border-bottom: 1px dashed #996600; color: #996600; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 900px; /* was 920 HW */
	background: #fff /*url(../images/dot_line.gif) repeat-y 25%*/;
	border: 1px solid #fff;  /* was #ddd HW */
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #49515C url(../images/banner.jpg) no-repeat 60%;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;	
	height: 75px; /* added by HW */
	}	
#header h1 { 	
	margin: 0;
	color: #aa3366; 
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #557766; 
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #fff; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0 0 0 115px;
	height: 2.2em;
	/* margin-right: 12px; */
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	/* text-align: right;  added by HW */
	}		
#nav li a { 
	text-decoration: none; 
	color: #aa3366;
	background-color: #fff; 
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 16px;
	font-size: 120%;
	float: left; /* change this to reverse order */
	font-weight: bold;
	} 
#nav li a:hover { background-color: #fff; } 
#nav li a.on { background-color: #fff; color: #aa3366; font-size: 120%;} 

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 170px; /* was 175 */
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;
	margin-left: 5px;
	}
/*#sidebar div { background: #fff url(../images/para_bg.jpg) repeat-x; }*/	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#content h3 { 
	font-size: 1.1em; 
	color: #aa3366; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content h4 { 
	font-size: 1.1em; 
	color: #994411; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#sidebar h3 { 
	font-size: 1.0em; 
	color: #aa3366; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div { 
	padding: 10px 20px 10px 30px;  /* was 16 0 10 0 HW */
	border-top: 1px solid #DCD396; 
  	/* padding: 10px; */
	text-align: left; /* HW */
	margin-left:10px; /* HW */
	}	
#sidebar div { 			/* sep'd from content by HW */
	padding: 10px 0 10px 0;  /* was 16 0 10 0 HW */
	color: #aa3366; 
	border-top: 1px solid #DCD396; 
  	padding: 10px;
	background: #fff8dd; /* HW */
	}	
.nlform {
	background: #ffffff;
	border: 1px solid #DCD396; 
	font-family: "Verdana", "Arial";
	font-size: 8pt;
	}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: right;
	width: 690px; /* was 660px HW */
	position: relative;
	margin-right: 15px; /* was 20 */
	line-height: 20px; 
	/*text-align: justify; */
	word-spacing: 2px;	
	font-size: 110%; /* added by HW */
	margin-left: 10px;
	}	
#content div { background: #fff ; }	/* removed url(../images/para_bg.jpg) repeat-x */
.contactform {
	background: #ffffff;
	border: 1px solid #dcd396;
	font-family: "Verdana", "Arial";
	font-size: 8pt;
	}
.imgleft, .imgright, .imgcenter {
	padding: 3px;
	border: 1px solid #dcd396;
	}
.imgleft {
	float: left;
	margin: 0px 15px 0px 0px;
	}
.imgright {
	float: right;
	margin: 0px 0 0px 15px;
	}
.imgcenter {
	display: block;
	margin: 5px auto;
	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #fff /* #49515C  url(../images/header_right.jpg) no-repeat 100% 0; */
	background-position: right bottom;
	border-bottom: 5px solid #fff;
	border-top: 1px solid #DCD396; /* was 10 px */
	text-align: center;	
	color: #aa3366; 
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	height: 20px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
