﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}
	
a.white:link, a.white:visited, a.white:active {text-decoration:underline; color:white}
a.white:hover {text-decoration:underline; color:#e9e9e9;}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 61px 0px 23px 0px;
	background: #120f13 url('../siteart/background.jpg') repeat-x top;
	overflow-x: hidden;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#maintable {
	border: 5px solid white;
	width: 770px;
	background: white;
}	

#standard {
	border:0;
	width: 100%;
}

#standard td {
	vertical-align: top;
}

#logo-cell {
	width: 100%;
	border-left: 5px solid white;
	background: #1461b0 url('../siteart/logo.jpg') no-repeat top right;
	color:white;
	padding:130px 0px 0px 20px;
	line-height: 18px;
}

#content-cell {
	padding: 22px;
	line-height: 18px;
}

.headline {
	color: #0b4075;
	font-size: 22px;
}

#inv ul {
	margin:0px 0px 20px 0px;
	padding:0;
}

#inv li {
	padding-bottom:4px;
}

#footer {
	padding: 30px 0px 8px 0px;
}

#footer a {
	color: #959595;
	font-size: 11px;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
	color: white;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
width:100%;
line-height:normal;
text-align:center;
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(../siteart/tab-left.jpg) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 11px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(../siteart/tab-right.jpg) no-repeat right top;
padding: 19px 24px 13px 13px;
font-weight:bold;
color:#f4f4f4;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: white;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}


<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->
