/****************HTML tag styles ***************/

body{
  background: #ffffff;
  margin: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif; 
}

/******* hyperlink and anchor tag styles *******/

A.link:link    {color : #947439; text-decoration : none; font-weight:bold;}
A.link:visited {color : #947439; text-decoration : none; font-weight:bold;}
A.link:active  {color : #947439; text-decoration : none; font-weight:bold;}
A.link:hover   {color : #947439; text-decoration : underline; font-weight:bold;}

/******* LAYOUT DIVISONS *******/

#header{
	position: relative;
	width: 750px;
	height: 149px;
}

#nav{
	position: relative;
	width: 173px;
}

#main{
	position: relative;
	top: 0px;
	left: 0px;
	width: 748px;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#footer{
	position: relative;
	width: 748px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 26px;
	background-color: #947439;
}

#left_table{
	vertical-align: top;
	background-color: #947439;
	border-right: 1px solid #000000;
}

/***********STYLES**********/

#content{
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
}

#content_footer{
	font-size: 9px;
	font-weight: bold;
	margin-top: 6px;
	text-align: center;
}

.title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.authortitle{
	font-size: 10px;
	text-align: center;
	font-style: italic;
}

.subtitle{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.subtitle2{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}


#topalign{
	vertical-align: top;
	border-bottom: 1px solid #000000;
}

#image_border{
border: 1px solid #000000;
}

#image_border_lr{
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

/*************NAV************/

#nav img{
	display: block;
}

/******* ROLLOVER NAVIGATION *********/

.cssnav{
	position: relative;
	white-space: nowrap;
	display: block;	
	margin: 0;
	padding: 0;
}

.cssnav a{
	display: block;
	float: left;
}

.cssnav a:hover img{
	visibility:hidden;
}