@import url("reset.css");
@import url("form.css");
@import url("nav.css");

html, body {
	margin:0 auto 0 auto;
	padding:0;
	height:100%;
	background-color:#fef8ea;
	font-size:12px;
	font-family:Arial,Verdana,sans-serif; 
}


#bg-page {
	margin:0 auto 0 auto;
	padding:0;
	width:950px;
	min-height:100%;
	background-image:url(../_images/bg-page.jpg);
	background-repeat:repeat-y;
}

#page-container {
	margin:0 auto 0 auto;
	padding:0;
	width: 930px;
	min-height:100%;
	/*background-color:#fff;
	background-image:url(../_images/bg-content.jpg);
	background-repeat:repeat-y;*/
}


#col-left {width:300px; padding-left:3px; float:left; min-height:100%;}
#col-right {width:620px; float:right; background-color:#ffffff; min-height:100%;}

.clear {clear: both;}
.clear2 {clear: both; border-bottom:1px dashed #C6C2B1; margin-bottom:3px;}

#box-large {width:500px;}
#box-sm {}
#silver-box-outer {
	margin-bottom:4px;
	border-top:1px solid #e8e8e8;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

#silver-box-inner {
	margin:2px;
	padding-bottom:4px;
	background-image:url(../_images/bg-box-bottom.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
}

#silver-box-hd {
	background-image:url(../_images/bg-box-top.jpg);
	background-position:top;
	background-repeat: repeat;
	border-bottom:1px solid #ccc;
	text-align:center;
	font-size:14px;
}

H1 {  font-size:38px; font-weight:bold;}
H2 {  font-size:28px; font-weight:bold;}

#section-hd {text-align:center; font-size:14px; margin-bottom:2px;}
#section-content {margin:5px 0 5px 0;}

.red-font {color:#EB2E30;}
.font-silver {color:#ccc; font-weight:bold;}
.font-white {color:#fff; font-weight:bold;}
.font-black {color:#000;font-weight:bold;}
.font-black-sec {color:#000;font-weight:bold; text-decoration:underline;}
.font-red {color:#990000; font-weight:bold;}
.font-maroon {color: #660000; font-weight:bold;}
.news-hd{color:#666666; font-size:10px; font-weight:bold;}

#video {margin-bottom:5px; text-align:center;}

.normal {color:#ccc; height:1px; padding:0px; margin:0px;}
.clear {clear: both;}


#form-registration {
	text-align:center;
	background:#660000;
	background-image:url(../_images/two/bg-form-red.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	margin-bottom:5px; 
	padding-bottom:4px;
}


a:link, a:visited {
  font-size        : 12px;
  color            : #86662a;
  text-decoration  : underline;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #000;
   text-decoration  : none;
}

a.section-link:link, a.section-link:visited {
  font-size        : 14px;
  font-weight:bold;
  color            : #cc0000;
  text-decoration  : underline;
}

a.section-link:hover {
	font-weight:bold;
  color            : #000;
  text-decoration  : none;
}

a.top-nav:link, a.top-nav:visited {
  font-size        : 11px;
  font-weight:bold;
  color            : #fff;
  text-decoration  : none;
  margin-left:10px;
}

a.top-nav:hover {
	font-weight:bold;
  	color      : #ccc;
  	text-decoration: underline;
    margin-left:10px;
}

a.top-nav-sm:link, a.top-nav-sm:visited {
  font-size        : 10px;
  color            : #fff;
  text-decoration  : none;
}

a.top-nav-sm:hover {
  color            : #ccc;
  text-decoration  : underline;
}

a.red-link-sm:link, a.red-link-sm:visited {
  font-size        : 10px;
  color            : #990000;
  text-decoration  : underline;
}

a.red-link-sm:hover {
  color            : #666;
 text-decoration  : none;
}

a.nav-left:link, a.nav-left:visited {
  font-size        : 12px;
  font-weight	   :bold;
  color            : #000;
  text-decoration  : none;
}

a.nav-left:hover {
	font-weight		 :bold;
  	color            : #ccc;
  	text-decoration  : underline;
}


a.nav-left-current:link, a.nav-left-current:visited {
  font-size        : 12px;
  font-weight	   :bold;
  color            : #660000;
  text-decoration  : none;
}

a.nav-left-current:hover {
	font-weight		 :bold;
  	color            : #ccc;
  	text-decoration  : underline;
}


a.news-link:link, a.news-link:visited {
  font-size        : 10px;
  color            : #9d0f0d;
  text-decoration  : underline;
}

a.news-link:hover {
  color            : #666;
  text-decoration  : none;
}


a.form-text:link, a.form-text:visited {
  font-size        : 9px;
  color            : #fff;
  text-decoration  : underline;
}

a.form-text:hover {
  color            : #ccc;
  text-decoration  : none;
}
