@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
}

a {
	color: #942225;
	text-decoration: underline;
}
.img_brdr {
	border: none;
}


a:visited {
	color: #902225;
	text-decoration: underline;
}
#contact {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #942225;
	background-color: #FFF;
	padding: 5px;
	width: 120px;
	border: thin dashed #942225;
	text-align: left;
	overflow: auto;
	margin: 25px auto;
	display: block;
}

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

.twoColFixLtHdr #container {
	width: 782px;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/column.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
} 

.twoColFixLtHdr #header {
	background: #000000;
	height: 110px;
	margin-left: -8px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
}

#sidebar1 #sidenav {
	font-weight: normal;
	color: #942225;
	list-style-type: none;
	width: 150px;
	margin-top: 20px;
	border-bottom: solid #000 1px;
}

#sidebar1 #sidenav ul {
	list-style-type: none;
	line-height: 1.5em;
}

.twoColFixLtHdr #mainContent {
	margin: 20px 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	font-size: 12px;
} 
.italic {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bebebe;
	font-size: 12px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #942225;
	border-right-color: #942225;
	border-bottom-color: #942225;
	border-left-color: #942225;
} 
#mainContent #signup {
	float: right;
	width: 160px;
	margin: 0 15px 10px 0;
}



.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: solid #000 1px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: solid #000 1px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 24px;
	color: #942225;
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #942225;
}

h3 {
	font-size: 16px;
	color: #942225;
}


div.button {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	border-top: solid #000 1px;
}


a.roll  {
	width:150px;
	height:25px;
	display:block;
	padding-top:2px;
	text-align:left;
	padding-left: 20px;
} /*had to reduce the height and width for the border to display*/

.li_bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#sidenav div.button a.roll:link {
	color: #942225;
	text-decoration:none;
}

#sidenav div.button a.roll:visited {
	color: #000;
	text-decoration:none;
}

#sidenav div.button a.roll:hover {
	color:#000;
	text-decoration:underline;
	background-image: url(images/button_over.jpg);
	background-repeat: no-repeat;
}


#sidenav div.button a.roll:active {
	color:#CCC;
}


.twoColFixLtHdr #splash1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	width: 780px;
	border: thin solid #666;
}
#mainContent #textblock {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: solid #000 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.caps {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
}
#link_block {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #BEBEBE;
	padding: 5px;
	float: right;
	border: thin dashed #942225;
	list-style-type: none;
	margin-bottom: 10px;
	text-decoration: none;
	margin-left: 10px;
}
.image_block {
	padding: 5px;
	width: 500px;
	height: 295px;
}

#link_block ul li a {
	text-decoration: none;
}
#mainContent #link_block ul li a:hover {
	color: #666;
	text-decoration: underline;
}
#mainContent #link_block ul li a:visited {
	color: #333;
	text-decoration: none;
}

#mainContent #link_block ul {
	list-style-type: none;
	text-decoration: none;
}

