body{font-family:verdana;font-size:10pt;color: #5E5046;margin-top:0px;margin-left:0px}
H1
{
	font-size:16pt;
	font-weight:bold;
	color:#5E5046;
}

p
{
	font-family:verdana;
	font-size:10pt;
	color: #5E5046;
}

A
{
	text-decoration:underline;
	font-weight:bold;
	color:#5E5046;
}
A:visited
{
	text-decoration:underline;
	
}
A:hover
{
	text-decoration:underline;
}
A:active
{
	text-decoration:underline;	

}


/* Divs */
div#logo{LEFT: 27px; POSITION: absolute; TOP: 20px; position:absolute;}

div#leftmenu {LEFT: 35px; POSITION: absolute; TOP: 34px; BACKGROUND-IMAGE: url('/images/nav/sidenavbg.png'); BACKGROUND-REPEAT: no-repeat; width:201px;height:399px;}
div#leftmenu .leftmenutitle{position: relative; top:8px; left:40px; width:150px; height:30px; font-family:Verdana; font-size:12pt; font-weight:bold;color:#5E5046}
div#leftmenu .leftmenucopy{position: relative; top:20px; left:20px; width:150px; font-family:Verdana; font-size:10pt; font-weight:normal}

div#copytext{LEFT: 255px; POSITION: absolute; TOP: 35px; width:440px; vertical-align:top;}
div#rightimage{LEFT: 575px; POSITION: absolute; float:right}
div#footer{position:absolute;top:0px; padding-bottom:0px; z-index:-1;}
div#breadcrumb{position:absolute;top:180px;left:255px;width:440px;z-index:1;font-size:7pt;}


.copy
{
	font-family:verdana;
	font-size:10pt;
	color: #000000;
}

.copy a
{
	text-decoration:none;
	font-weight:bold;
	color:#3B06E7;
}
.copy a:visited
{
	text-decoration:none;
	
}
.copy a:hover
{
	text-decoration:underline;
	font-weight:bold;
	color:#3B06E7;
}
.copy a:active
{
	text-decoration:none;	
	font-weight:bold;
	color:#3B06E7;
}

.pageTitle
{
	font-size:38pt;
	font-family:verdana;
	color: #000000;
	font-weight:bold;
}
.subTitle
{
	font-family:Century Gothic;
	font-size:14pt;
	color: #000000;
	font-weight:bold;
	
} 
.breadcrumb
{
	font-family:verdana;
	font-size:10pt;
	color: #000000;
}
.leftnavtitle
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color: #000000;
}
.footer
{
	font-family:verdana;
	font-size:8pt;
	color: #3B5790;
}
.footer a
{
	font-family:verdana;
	font-size:8pt;
	color: #3B5790;
}
.footer a:visited
{
	text-decoration:none;
	
}
.footer a:active
{
	text-decoration:none;	
}
.footer a:hover
{
	text-decoration:underline;
	color:#E3D19A;
}
.nav
{
	font-family:verdana;
	font-size:10pt;
	color: #000000;
}

.nav a
{
	text-decoration:none;
	color:#000000;
}
.nav a:visited
{
	text-decoration:none;
	
}
.nav a:hover
{
	text-decoration:underline;
	color:#000000;
}
.nav a:active
{
	text-decoration:none;	
	color:#000000;
}

/********************** Drop downs **********************/

#dropmenudiv{
	position:absolute;
	margin-top:5px;
	margin-left:15px;
	border:0px;
	border-bottom-width: 0;
	font:bold 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #FBBA85;
	color:#000000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 35px;
	border-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-family:Tahoma;
	font-weight: normal;
	color:#5E5046;
	background-color:#FDD1AB;
	background-image:url(/images/nav/bullet.png);
	background-repeat:no-repeat;
	background-position:15px 7px;
}

#dropmenudiv a:hover{
	font-weight:bold;
}

