@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	/*background: url(images/bg/tile.jpg) #eeedeb repeat-x;*/
	background: #efedec;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #616265; /* cool gray 10C */
}
#container {
	position: relative;
	width: 900px;
	height: 650px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
}
#navlogo {
	position:absolute;
	top: 585px;
	width: 900px;
	z-index: 2;
}
#nav {
	float: left;
	letter-spacing: 2px;
	font-size: 12px;
}
#photo {
	z-index: 1;
}
div.navItem a,
div.navItem span.select,
div.navItemOv a,
div.navItemOv span.select {
	padding:  0 75px 0 0;
}
div.subNavItems a,
div.subNavItems span.select {
	padding:  0 5px 0 0;
}
div.navItem, div.navItemOv {
	padding-left: 5px;
	width: 145px;
	float: left;
}
#nav div.navItem div.subNavItems, 
#nav div.navItemOv div.subNavItems {
	padding-top: 10px;
	letter-spacing: 2px;
	font-size: 10px;
}
#logo {
	float:right;
}
a:focus{
  -moz-outline: none;
}
a:link, a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:active, a:hover {
	text-decoration:none;
	color: #616265;
}
 a.grayLink:link, a.grayLink:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
a.grayLink:active, a.grayLink:hover {
	color:#616265;
	font-weight:normal;
	text-decoration:none;
}
div.navItem a:link, div.navItem a:visited {
	font-weight:normal;
	text-decoration:none;
	color: #616265; /* cool gray 10C */
}
div.navItem a:active, div.navItem a:hover,
#nav span.select,
div.navItemOv a:link, div.navItemOv a:visited, 
div.navItemOv a:active, div.navItemOv a:hover {
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}
.small{
	font-size:11px;
	line-height: 14px;
}
.small2{
	font-size:10px;
	line-height: 13px;
}
.fine{
	font-size:9px;
	line-height: 13px;
}
td.txtCol {
	padding: 0 10px 0 0;
	font-size: 13px;
	line-height: 16px;
}
h1 {
	color:#aab300;
	letter-spacing: 2px;
	font-size: 11px;
	line-height: 14px;
	font-weight:bold;
	margin: 0px;
	padding: 0 0 5px 0;
}
h2 {
	color:#515255;
	font-size: 10px;
	font-weight:normal;
	margin: 0px;
	padding: 0 0 3px 0;
}
h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 1px 0 10px 1em;
	text-indent: -.95em;
}
.noTopPad { 
	padding-top:0; 
	margin-top:0; 
}