@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 666666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #ffff;
}
h1 {
	font-size: 24px;
	color: #666666;
	margin: 0;
}
h2 {
	font-size: 20px;
	color: #666666;
	margin: 0 10px 0 10px;
}
h3 {
	font-size: 16px;
	color: #666666;
}
h4 {
	font-size: 16px;
	color: #666666;
	margin: 0;
}
h5 {
	font-size: 14px;
	color: #666666;
	margin: 0;
}
h6 {
	font-size: 12px;
	color: #666666;
	margin: 0;
}

.osi #container {
	width: 852px;
	margin: 0 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. */
	z-index: 0;
} 
.osi #container #slideshow {
	margin-bottom: 9px;
	position:relative;
	z-index: 0;
}

.osi #header {
	background-image: url(../images/headerbg.jpg);
	height: 204px;
	position:relative;
	z-index: 1;
} 
.osi #headerflash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 1000px;
	height: 464px;
}
.osi #container #sidebar1 .secnav {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	text-align: right;
}
.osi #container #sidebar1 .secnav li {
	float: right;
	margin: 4px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #666666;
}
.osi #container #sidebar1 .mug {
padding: 2px;
	border: 1px solid #666666;
	width: 200px;

}
.osi #container #sidebar1 .mug img {
	margin:1px;
	padding: 0;
	border: 2px solid #990000;
}
.osi #container #sidebar1 .secnav li a img {
	border-color: #990000;
}
.osi #container #footer .secnav {
	list-style-type: none;
	margin: 4px 0;
	padding: 0;
	text-align: center;
}
.osi #container #footer .secnav li.last {
	margin: 4px 0 4px 2px;
}
.osi #container #footer .secnav li {
			float: left;
	margin: 4px 11px 4px 0;
	padding: 2px;
	border: 1px solid #666666;
}
.osi #container #footer .secnav a {
	display: block;
}
.osi #sidebar1 {
	width: 240px;
	color: #666666;
	margin-bottom: 20px;
}
.osi #container .underline h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 0;
	margin: 0;
}
.osi #container .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin: 0;
	padding: 0 0 2px 0;
}

.osi #mainContent {
	color: #666666;
	width: 520px;
	text-align: left;
} 
.osi #container .greyborder {
	padding: 2px;
	border: 1px solid #666666;
	background-color: #090909;
}
.osi #container .greyborder .redborder {
	border: 1px solid #990000;
}


.osi #footer {
	text-align: center;

} 
.osi .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;
}
.osi .fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.osi .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;
}
