/* basic elements */

body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	background: #CBC7B8;
	text-align: center;
}

#page {
	width: 806px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;	
}

/* Page Header and Logo */
#header {
	width: 806;
	height: 87;
	background: url(../images/bg_header.gif) no-repeat;	
}
#headerLogo {
	position: absolute;
	float: left;
	text-align: left;
	margin-left: 13;
	width: 700;
	height: 84;	
}

#headerLinks {
	padding-top: 5;
	position: relative;
	text-align: right;
	margin-right: 15;
}
#headerLinks a { 
	color: #003399;
	text-decoration: none;
}
#headerLinks a:hover { color: #6699CC; }

#headerLogo h1,hr { 
	display: none; 
}
#topMenuBar {
	position: relative;
	width: 806;
	height: 26;
	background: url(../images/black_bar.gif) no-repeat top left;
}

/* End Page Header and Logo */
/* Top Menu Area */
.headerMenu {
	position: relative;
	text-align: right;
	margin-right: 14;
	margin-top: 3;
	float: right;
}
.headerMenu a {
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;	
}
.headerMenu a:hover {
	color: #fff;
	text-decoration: none;
}
.dotsVert {
	background: url(../images/dots_vert.gif) no-repeat;
	color: #333366;
}
/* End Top Menu Area */
/* Main Page Stuff */
#pageContent {
	position: relative;
	width: 806;
	height: 500;
	margin-top: -6;
	background: url(../images/page_bg.gif) repeat top left;
}
#mainMenu {
	position: relative;
	height: 98%;
	top: -6;
	left: 1;
	width: 167px;	
	float: left;
}
#mainMenu1 { 
	list-style: none; 
	width: 160;
	background: #7b7461;	
	padding: 0;
	margin-top: 1;
	margin-bottom: -3;
	margin-left: 0;
	
}
#mainMenu2 { 
	list-style: none; 
	width: 160;
	background: #878e95;	
	padding: 0;
	margin-top: 1;
	margin-bottom: -3;
	margin-left: 0;
	
}
#mainMenu3 { 
	list-style: none; 
	width: 160;
	background: #bbaa8e;	
	padding: 0;
	margin-top: 1;
	margin-bottom: -3;
	margin-left: 0;
	
}
#mainMenu li { 
	display: block;	
	height: 24px;
	text-align: left;
	padding-top: 2;
	padding-left: 15;
	background: url(../images/dots_horiz.gif) repeat-x;	
}
#mainMenu ul li a { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
#mainMenu ul li a:hover {
	color: #ffffcc;
	text-decoration: none;
} 
#mainContent {
	position: relative;
	text-align: left;
	margin-left: 180px;
	width: 620;
}
/* End Main Page Stuff */

textarea, input, select { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.linklist {
	list-style-image: url("../images/arrow_green.gif");	
    line-height: 1.25em;
    text-indent: 0px;
    list-style-type: square;
    margin-top: 0px;    
    margin-left: 25px;
    padding: 0px;
}

.linklist a {
	color: #0066cc;
	text-decoration: none;
}

.linklist a:hover {
	color: #999;
	text-decoration: underline;
}

.margin {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.formText { 
	text-transform: uppercase;
	color: #666;
	font-family: 'Verdana', 'Arial', 'Helvetica'; 
	font-size: 10px; 
	font-weight: bold; 	
	letter-spacing: 1px;
	padding-left: 10;	
}

h1 {
	font-family: 'Verdana', 'Arial', 'Helvetica'; 
	font-weight: normal; 
	font-size: 18px; 
	color: #000000;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	margin-top: 5px;
	margin-bottom: 5px;	
}

h3 {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 5px;
	margin-bottom: 8px;	
}

.orange {
	color: #FF9900;
	font-weight: bold;
}

ul { 
	list-style-image: url("../images/bullet1.gif");
}

hr {
  	border: 0;
  	width: 100%;
  	color: #DDDECD;
	background-color: #DDDECD;
	height: 1px;
}

.text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;	
}

td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;	
}

/*  Link Styles */

.linksubmenu {
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
	color: #ffffff;
}	

.linksubmenu:hover {
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: underline;
	color: #ffffff;
}	

.footerLink {
	color: #003399;
	text-decoration: none;
}

.footerLink:hover {	
	color: #876349; 
	text-decoration: none;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #6699CC;
	text-decoration: underline;
}
.grayField {
	width: 100%;
	background: #eee;
	border: 1px solid #c0c0c0;
	padding: 2;
}
.hr2 {
  height: 15px;
  width: 100%;
  background: #fff url(../images/dot2.gif) repeat-x scroll center;
}