/* GLOBAL ELEMENTS */

body{
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(img/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#206296;
	}
	
ul{
	list-style-image:url(img/bullet.jpg);
	}
	
li{
	margin-bottom:8px;
	}

h4{
	font-size:14px;
	}

td{
	vertical-align:top;
	border:1px solid #000000;
	}


/* ID LAYOUT ELEMENTS */

#container{
	margin-left:auto;
	margin-right:auto;
	width:795px;
	background-image:url(img/container_bg2.jpg);
	background-repeat:repeat-y;
	}
	
#banner{
	width:795px;
	height:111px;
	}
	
#nav{
	width:207px;
	float:left;
	}
	
#navtext{
	width:200px;
	padding-left:6px;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	}
	
#navtext a:link{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
#navtext a:hover{
	color:#55636C;
	text-decoration:none;
	font-weight:bold;
	}
	
#navtext a:visited{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
#navtext a:active{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
		
#photo{
	width:588px;
	height:152px;
	float:left;
	}
	
#content{
	width:588px;
	float:left;
	}

#content a:link{
	color:#6A7D4A;
	text-decoration:none;
	font-weight:bold;
	}

#content a:hover{
	color:#4D593A;
	text-decoration:none;
	font-weight:bold;
	}

#content a:visited{
	color:#6A7D4A;
	text-decoration:none;
	font-weight:bold;
	}

#content a:active{
	color:#6A7D4A;
	text-decoration:none;
	font-weight:bold;
	}

#contenttext{
	width:560px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
#bottom{
	margin-left:auto;
	margin-right:auto;
	width:795px;
	}


/* CONTENT CLASSES */

.sublist{
	list-style-image:url(img/bullet2.jpg);
	}

.contract{
	border:1px solid #000000;
	font-size:10px;
	}


.tableheader{
	background-color:#A5B3Bc;
	}


.contact{
	vertical-align:top;
	border:0px;
	}
	
	
/* NAV BOX CLASSES */

.mainDiv{
  	width:180px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	}
	
.topItem{
  	width:180px;
  	height:16px;
  	background-color:#D5EAB2;
  	text-decoration: none;
  	color:#61774C; 
  	font-weight:bold;
	font-style:italic;
	font-size:14px;
 	}

.subMenu{
  	background:#D9D9D9;
  	border:1px solid #D5EAB2;
  	}

