body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #256687;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
    border: none;
	 padding: 0px;
	 margin:0px;
} 

table, table td, table tr {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

a:focus {
	outline: none;
}

.middle {
	text-align: center;
}

#header {
	background-color: #A8BFD7;
	height: 80px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(/common/images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#nav {
	width: 12em;
	margin: 0px;
	border-style: none none none none;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
	height: 100%;
	background-color: #006699;
}
	
#nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 2.0em;
	text-decoration: none;
}

html>body #nav li a {
	height: 1.5em;
}
	
#nav li a  {
	color: #256687;
	display: block;
	background:  url(/common/images/menu.gif);
	padding: 8px 0 0 10px;
}
	
#nav li a:hover, #nav li a.selected {
	color: #fff;
	background:  url(/common/images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
}


#nav .standrdLogo {
	position: absolute;
	margin-left: 45px;
	margin-bottom: 40px;
	bottom: 10px;
}



#nav li.subpage a {
	color: #256687;
	display: block;
	background:  url(/common/images/menu.gif);
	padding: 8px 0 0 10px;
	font-size: 0.7em;
}
	
#nav li.subpage a:hover, #nav li.subpage a.selected {
	color: #fff;
	background:  url(/common/images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	font-size: 0.7em;
}


#mainContentTable {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#mainContent {
	padding: 30px;
	border-style: solid none none solid;
	border-color: #006699;
	border-size: 1px;
	border-width: 1px;
	width: 100%;
	font-size: 0.8em;
}


#footer {
	font-size: .8em;
	text-align: center;
	background-color: #006699;
	height: 30px;
	color: white;
	vertical-align: middle;
}

#footer img {
	vertical-align: middle;
	padding-right: 5px;
}

#footer a {
	color: White;
	text-decoration: none;
}

#footer .contact {
	padding-left: 50px;
}

/*construction*/

.construction {
	margin-left: auto; margin-right: auto; text-align: left;
	width: 350px;
	margin-top: 60px;
}

.construction img {
	vertical-align: middle;
	margin-right: 20px;
}

.construction table {
	font-size: 1em;
}