body{
	width:98%;
	margin:0;
	padding:0;
	background:#FFF;
	font-family:verdana,arial,helvetica;
	font-size:75%;
	color:#000;}

.menuList
{
	display:block;
}

.menuList li
{
	list-style:none;
}


fixedWidthTable
{
	width:760px;
}

table, tr, td{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:105%;
	/*border:solid 1px #696;*/
}

h1{
	font-family:Copperplate Gothic Bold, Times New Roman, Serif;
	font-size:150%;
	margin-top:0; 
	margin-bottom:1em;}

h2{
	font-family:Copperplate Gothic Bold, Times New Roman, Serif;
	font-size:115%;
	margin:0;}
	
h4{
	font-family:Copperplate Gothic Bold, Times New Roman, Serif;
	font-size:95%;
	margin:0;}
a {
	color:#000;
	/*text-decoration:none;*/}
	
a:hover{
	color:#000;
	text-decoration:underline;}
	
#logo{
	background: url("../images/logo.gif") no-repeat;
	width:760px;
	height:110px;}

#banner{
	background: url("../images/green_banner.gif") repeat-x; 
	width:100%;
	height:34px;
	padding:2px;}

#container
{
	margin:1%;
	width:100%;}
	
#nav{
	width:120px;
	float:left;
	height:100%;}
	
#nav ul{
	list-style:none;
	padding-left:5px;
	margin: 5px 0 10px 5px;}

#nav ul li{
	display:block;}


/*------------ left column --------------*/

#links_box{
	background: #669966 url("../images/important_links.jpg") no-repeat;
	width:232px;
	/*height:131px;*/
	margin:0 0 10 0;
	padding:5 2 5 2px;
	text-align:right;
	border:solid 1px #000;}
	
#links_box ul{
	list-style:none;
	padding:2px;}

#links_box li{
	font-size:90%;
	padding:0;}
	
#links_box a:hover{
	color:#fff;}

#phone_numbers_box{
	background: #669966 url("../images/phone_numbers.jpg") no-repeat;
	width:232px;
	/*height:187px;*/
	margin:0 0 10 0;
	padding:5 2 5 2px;
	text-align:right;
	border:solid 1px #000;}
	
#phone_numbers_box ul{
	list-style:none;
	padding:2px;}

#phone_numbers_box li{
	font-size:90%;
	padding:0;}
	
#phone_numbers_box a:hover{
	color:#fff;}
	
/*------------ middle column --------------*/

#docs{
	background: url("../images/documents_forms.jpg") no-repeat;
	width:232px;
	height:auto;
	margin:0 0 10 0;
	padding:5 2 5 2px;
	text-align:right;
	vertical-align:top;
	border:solid 1px #000;}
	
.caption{
	font-size:72%;
	width:98%;
	margin-bottom:0;}
	
#docs a:hover{
	color:#fff;}

#marketing{
	background: url("../images/marketing_forms.jpg") no-repeat;
	width:232px;
	height:auto;
	margin:0 0 10 0;
	padding:5 2 5 2px;
	text-align:right;
	border:solid 1px #000;}
	
#marketing a:hover{
	color:#fff;}

#tech_spt{
	background: url("../images/tech_support.jpg") no-repeat;
	width:232px;
	height:auto;
	text-align:right;
	margin:0 0 10 0;
	padding:5 2 5 2px;
	border:solid 1px #000;}
	
#tech_spt a:hover{
	color:#fff;}
	
#admin{
	background: url("../images/admin_only.jpg") no-repeat;
	width:232px;
	height:auto;
	margin:0 0 10 0;
	padding:5 2 5 2px;
	text-align:right;
	border:solid 1px #000;}
	
#admin a:hover{
	color:#fff;}

/*------------ right column --------------*/

#new_listings{
	margin:0 2 10 5;
	padding:0 0 2 2;
	border:solid 1px #000;
	background:#FFF200;
	height:auto;}

#uc_board{
	margin:0 2 10 5;
	padding:0 0 2 2;
	border:solid 1px #000;
	background:#FFF200;
	height:auto;}

#message_board{
	margin:0 2 10 0;
	padding:0 0 2 2;
	border:solid 1px #F00;
	background:#FFF200;}

.board_table
{
	width:auto;
	height:auto;
	font-size:70%;
}


.leftBorder
{
	border-left:solid 1px #000;
}

.rightBorder
{
	border-right:	solid 1px #000;
}

.topBorder
{
	border-top: solid 1px #000;	
}

.bottomBorder
{
	border-bottom: solid 1px #000;	
}

.required
{
	vertical-align:super;	
}	
	