@charset "utf-8";
/* CSS Document */

/* THE FOLLOWING IS CSS FOR LIGHTBOX 2.  DO NOT CHANGE!! */

#lightbox{
	z-index: 2;
	position: absolute;
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url("images/lightbox/overlay.png"); }

* html #overlay{
	z-index: 1;
	position: absolute;
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/lightbox/overlay.png", sizingMethod="scale");
	}

/* END LIGHTBOX CODE */

body {
	background: #f9e5b9 url('images/bg/bg.png');
	margin: 0px;
	padding: 0px;
}

/* Link Functions */

a {
	text-decoration: none;
	color: #220000;
}

a:active {
	text-decoration: none;
	color: #220000;
}

a:visited {
	text-decoration: none;
	color: #220000;
}

a:hover {
	text-decoration: underline;
	color: #FF7777;
}

img {
	padding: 0;
	margin: 0;
}


/* Font Groups */
#small { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #990000;
}

#reg { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #990000;
}

#regmedium { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #990000;
}

#regwhite { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 25px;
	color: #990000;
}

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }

/* Layout Divisions */

#content-wrapper {
	width: auto;
}

	#leftcol {
	  float: left;
	  height: auto;
	  min-height: 500px;
	}
	
	#content {
	  float: right;
	  height: auto;
	  min-height: 500px;
	} 

#darkheading {
	background-image: url(images/bg/column_head.gif);
	background-position:center;
	background-repeat:repeat-x;
	line-height: 30px;
	background-color: #660000;
	color: #FFFFFF;
}

#redborder {
	width: 700px; 
	border: double #990000 6px;
	background-image: url(images/bg/bg_2.png);
}

#rednav {
	width: 180px; 
	border: double #990000 6px;
	background-image: url(images/bg/bg_2.png);
}

#copyright {
	width: 100%;
	padding: 22px 0 0 0;
	margin: 0 0 11px;
	height: auto;
	min-height: 50px;
	text-align: center;
	vertical-align:middle;
	font-size:11px;
	color: #990000;
	background-image:url('images/bg/page_bottom.gif');
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
}

table.tabs {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

td.button {
	background-position:center;
	background-repeat:no-repeat;
}

#hr {
	border:double medium #660000;
}

/* Text Divisions */

#lowpadding {
	padding: 20px;
}

#nopadding {
	text-align:center;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

#shortline {
	padding: 0px;
	margin: 0px;
	line-height: 3px;
}

/* Body Table */
#bodytable {
	background-image:url(images/bg/page_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 930px;
	margin: 0 auto;
	padding: 0px;
}

