body {
	background-color: #FFFFFF;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
    }

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #003366;
	font-weight: bold;
	}

a:visited {
	color: #003366;
	font-weight: bold;
	}

a:active {
	color: #003366;
	font-weight: bold;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}
	
.container {
	padding: 10 10 30 10;
	}

#footer {
	padding: 1px 0px 2px 0px;
	text-align: center;
	border-top: solid 1px #CCCCCC;
	color: #999999;
	font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	}

#footer a {
	text-decoration: none;
	font-weight: normal;
	}

#footer a:link {
	color: #999999;
	}

#footer a:visited {
	color: #999999;
	}

#footer a:active {
	color: #999999;
	}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
	}

.border	{
	padding: 4px;
	border:1px solid #999999;
	}

p 	{
	color: #333333;
	font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 10px;
	vertical-align: top;
	}

	TD {
		color: #333333;
	font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 10px;
	vertical-align: top;
	}
	
h1, h2, h3 {
font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
font-weight: bold;
padding-bottom: 4px;
border-bottom: dotted 1px #ccc;
margin-bottom: 10px;
text-align: left;
text-transform: uppercase;
color: #036;
clear:right;
}

h1 	{
font-size: 13px;
letter-spacing: .1em;
}

h2	{
font-size: 11px;
letter-spacing: .1em;
}

h3 , h4	{
color: #666;
font-size: 12px;
text-transform: none;
}

h4	{
text-transform: none;
border-bottom:none;
clear:none;
}

#mainContent {
margin:9px;
}

#banner {
background-image: url(images/bg.jpg);
background-repeat: repeat-x
}

#container {
margin-right: auto;
margin-left: auto;
width: 100%;
}

#left {
float: left;
width: 130px;
overflow: hidden;
text-align: left;
}

#center {
float: left;
padding: 15px 15px 30px 15px;
width: 60%;
overflow: hidden;
text-align: left;
}

#right {
float: right;
padding: 15px 15px 30px 15px;
overflow: hidden;
text-align: left;
border-left: dotted 1px #ccc;
}

#footer {
padding: 1px 0px 2px 0px;
text-align: center;
border-top: solid 1px #ccc;
color: #999;
font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
background-color: #fff;
clear:both;
}

#footer a {
text-decoration: none;
font-weight: normal;
}

#footer a:link , #footer a:visited {
color: #999;
}

#footer a:hover , #footer a:active {
color: #333;
text-decoration: underline;
}

.border	{
padding: 4px;
border: 1px solid #999;
}

.data {
background-color: #eee;
}

.data2 {
background-color: #ddd;
}

dt {
font-weight:bold;
}

ul { 
line-height: 1.5em;
}

ul ul {
margin-bottom: 0px;
}

li {
color: #333;
line-height: 1.2em;
margin-bottom:12px;
}

.compressed li { 
line-height: 100%;
margin-bottom:2px;
}

.sidebar {
border-left: 1px dotted #369;
}

.tab1, .tab2, .content2, .content1 { background: #eee; border: 1px solid #006; text-align:left;}
.tab1 { background: #ccc; font-weight: bold; }
.tab2 { font-weight: bold; }
.content1 { border-top-width: 0px; }
.content2 { background: #fff; border:none;  }

.tiny { 
	font: 10px verdana, Lucida, geneva, Helvetica, sans-serif;
	}


.smoke{
        color:#666;
}

.action { 
	font-size: 140%;
        border-bottom:2px solid #006;
        font-weight: bold;
        color: #006;
	}

.rank { 
	font-size: 120%;
        border-bottom:1px solid #009;
        font-weight: bold;
        color: #009;
	}

ul#sect1, ul#sect2, ul#sect3, ul#sect4, ul#sect5, ul#sect6, ul#sect7 {
display: none;
}

#nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
float : left;
}
	
#nav li { /* all list items */
position : relative;
float : left;
line-height : 1.25em;
margin-bottom:0;
}
	
#nav li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 130px;
margin-top : -11px;
}

#nav ul li a { /* second-level list items */
display: block;
}
	
#nav li ul ul { /* third-and-above-level lists */
left: -999em;
}
	
#nav li a {
display : block;
color : black;
font-weight : bold;
text-decoration : none;
background-color : white;
border-top: 1px #89A7C4 solid;
border-left: 1px #6386aa solid;
border-bottom: 1px #152b40 solid;
border-right: 1px #214263 solid;
}

#nav li.sub a {
border-top: 1px #ccc solid;
border-left: 1px #ccc solid;
border-bottom: 1px #6386aa solid;
border-right: 1px #6386aa solid;
}

	
#nav li a:hover {
color : white;
background-color : black;
border-top: 1px #152b40 solid;
border-left: 1px #214263 solid;
border-bottom: 1px #89A7C4 solid;
border-right: 1px #6386aa solid;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

