
<!--
body  {
		font-family: Arial, Georgia, Garamond, Times;
		}

h1 {
	color: #9F1010;
	font-size: 14px;
}
h3 {
	color: #9F1010;
	font-size: 11px;
}
p {
	color: black;
	font-size: 11px;
}
table {
	color: black;
	font-size: 11px;
}

td {
	color: black;
	font-size: 11px;
}

#homepage {
	padding:10px;
	line-height:15px;
	}
	
	#homepage img {
		float:left;
		margin:5px 3px 5px 3px;
		}
		
	#homepage h1 {
		font-size:25px;
		color:#000000;
		font-weight:normal;
		line-height:25px;
		}

a:link {
	color: #9F1010;
	font-size: 11px;
	text-decoration:underline
}
a:active {
	color: #9F1010;
	font-size: 11px;
	text-decoration:underline
}
a:visited {
	color: #9F1010;
	font-size: 11px;
	text-decoration:underline
}
a:hover {
	color: #9F1010;
	font-size: 11px;
	text-decoration:none
}
a.nav:link {
	color: #2C2D58;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline
}
a.nav:active {
	color: #2C2D58;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline
}
a.nav:visited {
	color: #2C2D58;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline
}
a.nav:hover {
	color: #9F1010;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none
}
a.navb:link {
	color: #9F1010;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none
}
a.navb:active {
	color: #9F1010;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none
}
a.navb:visited {
	color: #9F1010;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none
}
a.navb:hover {
	color: #9F1010;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline
}
a.secnav:link {
	color: #2C2D58;
	font-size: 10px;
	text-decoration:underline
}
a.secnav:active {
	color: #2C2D58;
	font-size: 10px;
	text-decoration:underline
}
a.secnav:visited {
	color: #2C2D58;
	font-size: 10px;
	text-decoration:underline
}
a.secnav:hover {
	color: #9F1010;
	font-size: 10px;
	text-decoration:none
}
/* =================================================== */
/* Shopping Cart Tags */
/* =================================================== */
.deptList {
	float: left;
	text-align: center;
	/*border: 1px solid #00FF00;*/
	margin: 0px 5px 10px 0px;
	/*height: expression(this.height < 200 ? 200: true);*/
	/*border: 1px solid #00FF00;*/
	height: 150px;
	width: 150px;
}
.deptList img {
	max-width: 150px;
 width: expression(this.width > 150 ? 150: true);
	margin: 0 auto;
}
h4 {
	color: #9F1010;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #9F1010;
	margin-bottom: 10px;
}
-->
/*Nav*/
.sidenav dl {
	font-size: 14px;
	padding-top:5px;
}
.sidenav dl, dd {
	margin: 0;
}
.sidenav dt {
	font-size: 12px;
	padding: 4px 0px 4px 5px;
	margin: 0px;
	font-weight:bold;
	border-bottom: #CCCCCC 1px solid;
}
.sidenav dt a {
	color:#2c2d58;
	display: block;
	text-decoration:none;
	line-height:16px;
}
.sidenav dd a {
	color: #9F1010;
	text-decoration:none;
}
.sidenav ul {
	text-decoration:none;
	list-style-type:disc;
	padding-left: 20px;
	margin: 0px;
}
.sidenav ul li {
	padding-left:2px;
	text-decoration:none;
	list-style-type: disc;
	line-height:13px;
}
/* End Nav*/

/* Tabs */
#tabswrapper {
	width:450px;
	margin:15px 0 0 10px;
	}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #c9c9c9;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #c9c9c9;
}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 16px;
	padding: 0 20px;
	outline: none;
	font-weight:bold;
}
ul.tabs li a:hover {
	background: #b5b5b5;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #d92025;
	border-bottom: 1px solid #F4F2E8; /*--Makes the active tab look like it's connected with its content--*/
}

/*Tab Content*/
.tab_container {
	border: 1px solid #c9c9c9;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #f5f4f4;
}
.tab_content {
	padding: 20px;
}

/*End Tab Content*/			

