BODY {
   font-family: verdana, arial, sans-serif;
   font-size: small;
}

/**	LINKS	*/
a {
	font-weight: bold;
	color: #3399cc;
	text-decoration: none;
}

a:hover {
	color: #3399cc;
	text-decoration: underline;
}

a img {
   border: solid 3px #3399cc;
}
/**	END: LINKS	*/


/**
 * BEGIN: CSS ID tags for Navigtion Bar
 **/
#header {
	height: 80px;
	/** min-width is actually 750px = pad-left + pad-right + min-width **/
	padding-left: 0px;
	padding-right: 0px;
	min-width: 800px;
}

#navcontainer {
	text-align: left;
   padding: 0;
	min-width: 800px;
	font-size: medium;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	display: block;
	float: left;
	text-align: center;
}

#navcontainer a {
	background: #000066;
	color: #eeeeee;
	width: 100px;
	padding: 2px 0px 2px 0px;
	border-top: solid 2px #000066;
	border-bottom: solid 2px #000066;
	display: block;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

#navcontainer a:hover {
	background: #99ccff;
	color: #333333;
}

#active a {
	background: #99ccff;
	color: #333333;
}
/** END: CSS ID tags for Navigtion Bar	*/
