/* CSS Document */
body {
	margin: 0px;
	margin-bottom: 15px;
	background: #727291 url('../images/bg.gif') top repeat-x;
}

#container {
	width: 972px;
	border: 2px solid #828281;
	background-color: #ffffff;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 15px;
	z-index: 2;
	text-align: left;
}

#flashcontent2 {
	width: 972px;
	border: none;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	position: static;
}

#header {
	width: 970px;
	height: 71px;
	margin: 0px auto;
}

#headerHome {
	width: 970px;
	height: 211px;
	margin: 0px auto;
}

#flash {
	width: 970px;
	height: 139px;
	overflow: visible;
	margin-top: 3px;
}

#nav {
	background: url(../images/nav_bg.gif) center repeat-x;
	margin: 0px auto;
	overflow: visible;
	margin-left: 2px;
	margin-right: 2px;
}

td.navItem {
	padding: 0px 15px 0px 15px;
	text-align: center;
	vertical-align: middle;
}

td.navItem:hover {
	background: url(../images/nav_bg_2.gif) left repeat-x;
}

td.navItem a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

#mainContent {
	padding: 5px 5px 15px 5px;
}

#footer {
	background-color: #666666;
}

td.footer {
	font-family: Times New Roman, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: white;
	font-variant: small-caps;
}

p {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td.leftCol {
	padding-top: 0px;
	vertical-align: top;
}

td.leftCol a, td.leftCol a:active, td.leftCol a:visited {
	color: #727291;
}

td.mainBody {
	padding-top: 0px;
	vertical-align: top;
}

.subnav h3, .subnav h3 a {
	margin: 0px 0px 5px 0px;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.subnav ul {
	list-style: url(../admin/images/sub.gif) outside;
	margin-top: 0px;
	margin-bottom: 0px;
}

.subnav ul li {

}

.subnav ul li a {
	color: #727291;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.subnav ul li a.current {
	color: #CF9B0A;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.subnav ul li a.current:hover {

}

img.left {
	margin: 0px 8px 8px 0px;
}

img.right {
	margin: 0px 0px 8px 8px;
}
a.blackItalic:link, a.blackItalic:visited, a.blackItalic:hover {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
a.goldBold:link, a.goldBold:visited, a.goldBold:hover {
	font-weight: bold;
	color: rgb(153, 102, 51);
	text-decoration: underline;
}