body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #A9CFEC;
	font: 75% "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
}
	
div#siteWrapper {
	width: 770px;
	margin: 0 auto;
	padding-top: 3px;
	text-align: left;
	background: #fff url(main_bg.png) repeat-y;
}

div#siteHeader {
	margin: 0 15px 3px 15px;
	padding: 7px 0;
}

div#siteHeader h1 {
	text-align: center;
	width: 445px;
	margin: 0 auto;
    padding: 32px 0 0 0;
    overflow: hidden;
    background-image: url(ndac_text.png);
    background-repeat: no-repeat;   
    height: 0px !important;
    height /**/:32px;
}

div.box {
	border: 1px solid #ccc;
	background-color: #eee;
}

div#footer {
	clear: both;
	margin: 3px 15px 0 15px;
	font-size: .8em;
        width: 738px;
}

div#footer div#transpixInternet {
	float: left;
	width: 45%;
	padding-left: 3px;
}
div#footer div#transpixInternet a {
	color: #000;
	text-decoration: none;
}

div#footer div#transpixInternet a:hover {
	text-decoration: underline;
}

div#footer div#copyright {
	float: right;
	width: 45%;
	padding-right: 3px;
	text-align: right;
}

div#siteWrapperBottom {
	clear: both;
	background: #A9CFEC url(bottom_bg.png) no-repeat;
	height: 12px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h2, h3 {
	margin: 0;
	padding: 0 0 0 3px;
	font-size: 1.1em;
	background-color: #ccc;
}

h3 {
	font-size: 1em;
}

p {
	font-size: 1em;
	margin: 0 0 5px 0;
	padding: 0;
}

table, th, td {
	font-size: 100%;
}

div.visualPadding {
	padding: 5px 5px 0 5px;
}

a:link, a:visited {
	color: #002978;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#navBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#navBar a {
	display: block;
	padding: 1px 0 1px 5px;
	margin: 0;
	width: 175px;
	border-bottom: 1px solid #ccc;
}

div#navBar ul ul a {
        padding-left: 20px;
        width: 160px;
}

div#navBar a:link, div#navBar a:visited {
	text-decoration: none;
}

div#navBar a:hover {
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
}
