﻿body 
{
	font-family: Arial;
	background: #e5e5e5;
	text-align: center; /* For IE */
	/*margin-bottom:720px; */
}

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

#container
{
	position: relative;
	width: 720px !important;
	width /**/: 720px;
	background: #fff ;
	margin: 0 auto;
	padding: 0px;
	text-align: left; /* For IE, see above */
}

br{
    clear:left;
}

a {
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
font-weight:bold;
}

a:active {
	text-decoration: underline;
	color: #FFFFFF;
font-weight:bold;
}

.buttons{
    color:white;
    background-color:black;
    border: 1px solid black;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
}

.spans{
    background-color:#AE1109;
    border: 1px solid #AE1109;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
}





.menu ul{
width: 720px;
}

/*Top level menu link items style*/
.menu ul li a{
background-color: black;
color: white;
font: bold 11pt Arial;
}

/*Sub level menu*/
.menu ul li ul{
visibility: hidden;
}

.dbMenu li{
	float:left;
	width:110px;
	border-bottom: 10px;

}
.dbMenu li ul{
	position:absolute;
	top:1.3em;
	left:0px;
	width:110px;
}
.dbMenu li ul li{
	float:none;
}

#menu{
	position:relative;
	z-index:1;
	top:0;
	left:0;
	padding:2px;
	margin:0px;
	list-style:none;
}

li ul{
	position:relative;
	display:none;
	padding:2px;
	margin:0px;
	list-style:none;
}

li{
	position:relative;
	background-color:#000000;
	border:1px solid black;
	padding:2px;
	margin:0px;
	color:#ffffff;
}

.click ul{
	display:block;
}




#navlist
{
border-bottom: 1px solid #000000;
margin: 0;
padding-left: 10px;
padding-bottom: 2px;
text-align: center;
font: bold 11pt Arial, sans-serif;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #000000;
border: 1px solid #000000;
color: #ffffff;
float: left;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover { color: #000000; background-color: #ffffff; }

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #000000;
border-bottom: 1px solid #000000;
color: #ffffff;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1, 
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a, 
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
}
