/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EEDECD;
	color: #000065;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#frame {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	width: 764px;
}
#header {
	background-color: #000065;
	color: #FFFFFF;
	height: 90px;
	width: inherit;
}
#menu {
	color: #000065;
	font-size: 16px;
	height: 27px;
	width: inherit;
	padding: 7px 0 0 0;
	border-bottom: 1px solid #000000;
}
#splash {
	background-color: #CCCCCC;
	height: 183px;
	width: inherit;
}
#main {
	font-size: 14px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 16px;
	height: auto;
	width: 594px;
	float: left;
}
#cad {
	height: 127px;
	width: 170px;
	float: left;
}
#logos {
	height: 75px;
	width: inherit;
	clear: both;
}
#footer {
	font-size: 10px;
	margin-top: 10px;
	height: auto;
	width: auto;
}
.nav {
	color: #000065;
	font-weight: bolder;
}
.navCurrent {
	color: #999999;
	font-weight: bolder;
}
a.nav:link, a.nav:visited, a.navCurrent:link, a.navCurrent:visited {
	text-decoration: none;
}
a.nav:hover, a.navCurrent:link, a.navCurrent:visited {
	color: #999999;
}
p {
	padding: 0 8px 0 8px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0 8px 0 8px;
	font-style: italic;
}
table.contact {
	background-color:#CCCCCC;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
}