/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#cc6600;
	font-size:18px;
	line-height:24px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#cc6600;
	font-size:16px;
	line-height:22px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#cc6600;
	font-size:14px;
	line-height:20px;
	margin:0px;
	padding:10px 0;
}
h3 span.h3Sub {
	font-weight:normal;
}
p {
	font-size:11px;
	line-height:14px;
	color:#666666;
	margin:9px 0px;
	padding:0;
}
/* ----------------------
      link styles 
------------------------- */
a {
	color:#cc6600;
	text-decoration:underline;
}
a:link, a:visited {
	color:#cc6600;
	text-decoration:underline;
}
a:hover {
	color:#666666;
}
a.white, a.white:link, a.white:visited {
	color:#fff;
	text-decoration:none;
	font:13px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
a.white:hover {
	color:#cccc99;
}
#topLinks {
	color:#fff;
}

/* Main Navigation text anchors */
a.mainNavItem, a.mainNavItem:link, a.mainNavItem:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a.mainNavItem:hover {
	color:#cccc99;
}
/* Left Navigation text anchors */
a.leftNavLink, a.leftNavLink:link, a.leftNavLink:visited {
	color:#333333;
	text-decoration:none;
	font-size:11px;
}
a.leftNavLink:hover {
	color:#cc6600;
}
a.noDecoration, a.noDecoration:link, a.noDecoration:visited {
	text-decoration:none;
	color:#cc6600;
	font-weight:bold;
}
a.noDecoration:hover {
	color:#333333;
}
a.footlink, a.footlink:link, a.footlink:visited {
	color:#cccc99;
	text-decoration:underline;
}
a.footlink:hover {
	color:#cc6600;
}
/* Main Navigation Text style */
#mainNavUl {
	font-size:11px;
	color:#fff;
}
 /* Various text styles */
.bold {
	font-weight:bold;
}
.boldItalic {
	font-weight:bold;
	font-style:italic;
}
.italic {
	font-style:italic;
}
.uppercase {
	text-transform:uppercase;
}
.eleven {
	font-size:11px;
}	
.twelve {
	font-size:12px;
}
.thirteen {
	font-size:13px;
}
.fourteen {
	font-size:14px;
}
/* FOOTER */
p#footerTop, p#footerBottom {
	text-align:center;
	font-size:10px;
}
p#footerTop {
	color:#999999;
}
p#footerBottom {
	color:#cccc99;
}
div#footer {
	color:#cccc99;
	font-size:10px;
	line-height:13px;
}