body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 00px;
}

h1 {
	font-size: 36px;
	color: #693714;
}
h2 {
	font-size: 24px;
	color: #786777;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CE0000;
}
a {
	text-decoration: none;
}
a:link, a:visited{
	color: #4B5D8B;
}
a:hover, a:visited:hover {
	color: #000000;
	text-decoration: underline;
}
p {
	padding-top: 0px;
	padding-bottom: 16px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
li {
	list-style-position: outside;
	padding-bottom: 4px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
}
.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}

.left {
	text-align: left;
	text-indent: 0px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.paragraph {
	text-align: left;
}

.justify {
	text-align: justify;
}
.italic {
	font-style: italic;
}

.highlight {
	font-style: italic;
	font-weight: bold;	
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.error {
	color: #E92D25;
}
.errorborder {
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFFFFF;
}
.success {
	color: #0066CC;
}

.successborder {
	background-color: #DDDDDD;
	border: 1px solid #0066CC;
	color: #0066CC;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.border {
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 0px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE7E4;
	border-right-color: #EBE7E4;
	border-bottom-color: #EBE7E4;
	border-left-color: #EBE7E4;
}
.border2 {
	border: 1px solid #000000;
}
.borderred {
	border: 1px solid #EC3E01;
}


.header {
	color: #FFFFFF;
	background-color: #000000;
}
.subheader {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #BBBBBB;
	padding: 4px;
	font-size: 16px;
}
.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.admin {
	background-color: #AAAAAA;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.admin  a, .admin  a:link, .admin a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
.admin a:hover, .admin a:visited:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.adminbar {
	background-color: #DDDDDD;
	color: #333333;
}

.admin1 {
	color: #640000;
}
.admin2 {
	color: #006400;
}
.admin3 {
	color: #640064;
}

.main {
	color: #000000;
	font-size: 14px;
}
.main  a, .main a:link, .main a:visited {
	text-decoration: underline;
	color: #4B5D8B;
}
.main a:hover, .main a:visited:hover {
	color: #4B5D8B;
	text-decoration: none;
}
.darkback  {
	background-color: #786777;
}
.darklink {
	color: #EBE7E4;
}
.darklink  a, .darklink  a:link, .darklink a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
.lightback  {
	background-color: #F4E9CD;
}


.lightlink {
	color: #000000;
}
.lightlink a, .lightlink a:link, .lightlink a:visited {
	color: #012CDA;
	text-decoration: none;
}
.lightlink a:hover, .lightlink a:visited:hover {
	color: #275FF2;
	text-decoration: none;
}
.blackback  {
	background-color: #000000;
}
.blacklink {
	color: #FFFFFF;
}
.blacklink a, .blacklink a:link, .blacklink a:visited {
	text-decoration: none;
	color: #275FF2;
}
.blacklink a:hover, .blacklink a:visited:hover {
	color: #012CDA;
	text-decoration: none;
}
.blacklink  img {
	border-color: #384414;
}
.blacklink  a:hover  img {
	border-color: #97B948;
}
.orange a, .orange a:link, .orange a:visited {
	text-decoration: none;
	color: #EC3E01;
}
.orange a:hover, .orange a:visited:hover {
	color: #D5CB52;
	text-decoration: none;
}
.green a, .green a:link, .green a:visited {
	text-decoration: none;
	color: #52672C;
}
.green a:hover, .green a:visited:hover {
	color: #97B948;
	text-decoration: none;
}
.nav, .nav_on {
	font-size: 14px;
	width: 110px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	height: 26px;
	line-height: 26px;
}
.nav_on, .nav_on a, .nav_on a:link, .nav_on a:visited {
	color: #21270B;
	text-decoration: none;
	background-image: url(elements/nav_on.gif);
	display: block;
}
.nav_on a:hover, .nav_on a:visited:hover {
	color: #21270B;
	text-decoration: none;
	background-image: url(elements/nav_on.gif);
}
.nav, .nav a, .nav a:link, .nav a:visited{
	color: #97B948;
	text-decoration: none;
	background-image: url(elements/nav.jpg);
	display: block;
}
.nav a:hover, .nav a:visited:hover {
	color: #D5CB52;
	text-decoration: none;
	background-image: url(elements/nav_hover.jpg);
}
.mediaback {
	background-image: url(elements/grad_media.jpg);
	background-repeat: repeat-x;
}

.medianav, .medianav_on{
	color: #FFFFFF;
	text-align: right;
	font-size: 13px;
}

.medianav a, .medianav a:link, .medianav a:visited{
	color: #D5CB52;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	text-decoration: none;
	padding-right: 16px;
}
.medianav a:hover, .medianav a:visited:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.medianav_on a, .medianav_on a:link, .medianav_on a:visited {
	color: #21270B;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	display: block;
	background-color: #D5CB52;
	text-decoration: none;
}
.medianav_on a:hover, .medianav_on a:visited:hover{
	color: #21270B;
	text-decoration: none;
	background-color: #D5CB52;

}

.title {
	font-size: 44px;
}
.big {
	font-size: 22px;
}
.big2 {
	font-size: 18px;
	padding-bottom: 4px;
}
.big3 {
	font-size: 17px;
}

.tagline {
	font-size: 13px;
}
.light1 {
	color: #EC3E01;
}
.light2 {
	color: #D5CB52;
}
.light3 {
	color: #97B948;
}
.dark1 {
	color: #012CDA;
}

.dark2 {
	color: #928F62;
}
.dark3 {
	color: #52672C;
}

.notice {
	font-size: 15px;
}
.normal {
	font-size: 14px;
}
.list {
	text-indent: -16px;
	padding-left: 32px;
	padding-right: 16px;
	font-size: 13px;
	padding-bottom: 4px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small2 {
	font-size: 11px;
}

.tiny {
	font-size: 9px;
}

.colpad {
	padding-bottom: 8px;
}
.colpad2 {
	padding-bottom: 16px;
}
.pad {
	padding: 8px;
}
.pad2 {
	padding: 6px;
}
.padblock {
	padding-right: 8px;
	padding-left: 8px;
}
blockquote, .block {
	padding-right: 16px;
	padding-left: 16px;
	margin: 0px;
}

.barborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #928F62;
	border-left-color: #928F62;
}
.bar1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(elements/line_orange.gif);
	padding: 8px;
}
.bar2 {
	background-image: url(elements/grad2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #DD3F00;
}
.bar3 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #998979;
	background-image: url(elements/grad3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
strong {
	font-size: 16px;
	font-weight: bold;
}
.formnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.float {
	background-repeat: no-repeat;
	background-position: center 114px;
}
