.main
{
	width       : 100%;
	height      : 100%;
	margin      : 0;
	padding     : 0;
	font-family : Verdana, sans-serif;
	color       : #222;
	font-size   : 1.5em;
}

.header1
{
	font-family   : "Trebuchet MS", Verdana, sans-serif;
	font-size     : 95%;
	font-weight   : normal;
	padding       : 0;
	margin        : 0px 0px 5px 0px;
	margin-left		: 8px;
	color         : #000;
}

.para
{
	line-height : 145%;
	margin      : 0px 0px 12px 0px;
	font-size		: 13px;
	margin-left : 10px;	
	padding     : 0;
}

.para2
{
	line-height : 90%;
	margin      : 0px 0px 12px 0px;
	font-size		: 13px;
	margin-left : 10px;	
	padding     : 0;
}

.hRule
{
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.sMap
{
	text-align       : left;
	font-family      : verdana; 
	color            : Gray;
	background-color : white;
	margin-bottom    : 3px;
}

/* ---[ nav styles ]---------------------------------- */
.navigation
{
	width            : 165px;
	background-image : url(../Images/TempBack.gif);
	padding-left     : 10px;
	padding-top      : 15px;
}

.navSection
{
	background-image : url(../Images/NavBack.gif);
}

.navContent
{
	padding-left : 10px;	
}

.navH1
{
	font-family    : "Trebuchet MS", Verdana, sans-serif;
	text-align	   : left;
	font-size      : 80%;
	font-weight    : bold;
	color          : #6c2205;
	padding-bottom : 3px;
	margin         : 0px 0px 0px 0px;
	border-bottom  : 1px solid #6c2205;
	line-height    : 100%;
}

.navUL
{
	padding         : 0;
	margin          : 0;
	list-style-type : none;	
}

.navULLI
{		
	border-bottom  : 1px solid #d4b473;
}

.selectedNavItem
{
	color 				: #369;	
	border-bottom : 1px solid #d4b473;
	font-size				:10px;
}

A.sml
{	
	font-size				:10px;	
	text-decoration	:none;
	padding-bottom  :8px;		
	color						:black	
}

A.sml:link
{
	color						:black
	text-decoration	:none;
}

A.sml:hover
{
	text-decoration	:underline;
}

