A:Link    { color: #000000; TEXT-DECORATION: NONE; }
A:Visited { color: #000000; TEXT-DECORATION: NONE; }
A:Hover   { color: #000000; TEXT-DECORATION: UNDERLINE OVERLINE; }

body.homepage {
	background-color: #000066;
	text-align: center;
	margin: 5px;
} 

#header {
	width: 965px;
	height: 60px;
	padding: 5px 15px 5px 5px;
}

#layout-outside {
	font-family: Arial, Helvetica, sans-serif;
	width: 975px;
	background-color: White;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height: auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}

#content-default {
	width: 100%;
	background-color: #E6E6E6;
}

.font-logo-big {
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	font-weight: bold;
	color: #000066;
	line-height: 36px;
}

.font-logo-small {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bolder;
	color: #006600;
	line-height: 15px;
} 

#footer {
	height: 30px;
	background-color: #E6E6E6;
	width: 100%;
	font-size: 12px;
	text-align: center;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	padding-top: 1px;
	clear: both;
	border: 1px solid White;
} 

.nav-default {
	background-color: #000066;
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	text-align: center;

	padding: 3px;
}

.nav-over {
	background-color: #006400;
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	text-align: center;
	padding: 3px;
}

.nav-default-sub {
	border: solid black 1px;
	color: Black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 90px;
	text-align: center;

	padding: 3px;
}

.nav-over-sub {
	border: solid black 1px;
	background-color: #FFFFFF;
	color: red;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 90px;
	text-align: center;
	padding: 3px;
}
