#NavLeft a {
	display : block;
	font-family : geneva, arial, helvetica, sans-serif; 
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	margin : 3px 0px 3px 0px;
	padding : 2px;
	width : 150px;
	height : 25px;
	border : 1px solid #030;
	/* background-color : #dbcea5; */
	background-color : #ccc;
	color : #030;
}

#NavLeft a:hover {
	border : 1px solid #030;
	background-color : #090;
	color : #fff;
}

#NavLeft a.on {
	border : 1px solid #030;
	background-color : #060;
	color : #ddd;
}

#NavLeftSub a {
	display : block;
	font-family : geneva, arial, helvetica, sans-serif; 
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	margin : 1px 0px 1px 30px;
	padding : 2px;
	width : 120px;
	height : 20px;
	border : 1px solid #030;
	/* background-color : #dbcea5; */
	background-color : #ccc;
	color : #030;
}

#NavLeftSub a:hover {
	border : 1px solid #030;
	background-color : #090;
	color : #fff;
}

#NavLeftSub a.on {
	border : 1px solid #030;
	background-color : #060;
	color : #ddd;
}

#NavTop a {
	font : bold 10px;
	font-family : geneva, arial, helvetica, sans-serif; 
	text-decoration : none;
	margin : 0px;
	padding : 2px 2px 2px 2px;
	height : 20px;
	border : 1px solid #030;
	/* background-color : #dbcea5; */
	background-color : #ccc;
	color : #030;
}

#NavTop a:hover {
	border : 1px solid #030;
	background-color : #090;
	color : #fff;
}

#NavTop a.on {
	border : 1px solid #030;
	background-color : #060;
	color : #ddd;
}

.scrollbody {
	width : 640px;
	height : 450px;
	overflow : auto;
	scrollbar-base-color : #ccc;
}

.darkbg {
	background-color : #060;
	color : #ddd;
	font-size : 8pt;
}

.copyright {
	background-color : #060;
	color : #ddd;
	font-size : 8pt;
	padding : 3px;
	margin-top : 5px;
	margin-bottom : 3px;
	border-style : solid;
	border-width : 1px;
	text-align : center;
}

.regTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #060;
	padding : 3px;
	font-weight: bold;
	border:none;
}

.leftMissionStatement {
	padding : 3px;
	vertical-align : bottom;
}

HR {
	border-bottom-width: thin;
	border-style: dashed;
	border-color: #336699;
	width: 100%;
}

H1 {
	font-family : arial;
   font-size : 16px;
   font-weight: bold;
   margin: 4px;
}

H2 {
	font-family : arial;
   font-size : 13px;
   font-weight: bold;
   margin: 3px;
}

H3 {
	font-family : arial;
   font-size : 12px;
   font-weight: bold;
   margin: 2px;
}

IMG {
   border-style : none;
}

IMG.projectRight {
	float : right;
}

IMG.rightcol {
	margin : 0px 0px 5px 0px;
}

IMG.pad {
   margin : 10px;
}

IMG.floatleft {
   float : left;
}

UL {
   list-style-type : disc;
   margin : 2px, 2px, 2px, 15px;
}

LI {
   font-size: 12px;
}

LI.smb {
   font-weight: bold;
}

TH {
   font-family : geneva, arial, helvetica, sans-serif; 
}

TABLE {
   margin : 0px; 
   padding : 0px; 
   border-width : 0px; 
   border-style : none; 
   border-color : inherit; 
}

TABLE.mainbody {
   color : black;
   background : #e8decd;
   font-size: 12px;
}

TR {
   vertical-align : top;
}

TR.white {
   background : inherit;
}

TR.silver {
   background : #d3c7ba;
}

TR.nopad {
   margin : 0px; 
   padding : 0px; 
   border-width : 0px; 
   border-style : none; 
   border-color : inherit; 
}

TD {
   font-family : geneva, arial, helvetica, sans-serif; 
   font-size: 12px;
   border-style : none; 
   padding : 0px 3px;
   vertical-align : top;
}

TD.bold {
   font-weight: bold;
   padding : 0px 3px;
}

TD.pad5 {
   padding : 5px 10px;
}

TD.nopad {
   margin : 0px; 
   padding : 0px; 
   border-width : 0px; 
   border-style : none; 
   border-color : inherit; 
}

BODY {
   font-family : geneva, arial, helvetica, sans-serif; 
   color : black;
   background : black;
   font-size: 12px;
}

SELECT.sml {
	font-family : geneva, arial, helvetica, sans-serif; 
	font-size : 12px;
}

INPUT.sml {
	font-family : geneva, arial, helvetica, sans-serif; 
	font-size : 12px;
}

TEXTAREA.sml {
	font-family : geneva, arial, helvetica, sans-serif; 
	font-size : 12px;
}

A:link { color : #002649;
   font-size: 12px;
   font-weight: inherit;
   font-family : geneva, arial, helvetica, sans-serif; 
}

A:hover { color : #6699cc;
   font-size: 12px;
   font-weight: inherit;
   font-family : geneva, arial, helvetica, sans-serif; 
}

A:visited { color : #002649;
   font-size: 12px;
   font-weight: inherit;
   font-family : geneva, arial, helvetica, sans-serif; 
}

A:link.darkbg {
   color : #ddd;
   font-size: inherit;
   font-weight: inherit;
   font-family : geneva, arial, helvetica, sans-serif; 
}

A:hover.darkbg {
   color : #fff;
   font-size: inherit;
   font-weight: inherit;
   font-family : geneva, arial, helvetica, sans-serif; 
}

A:visited.darkbg {
   color : #ccc;
   font-size: inherit;
   font-weight: inherit;
   font-family : geneva, arial, helvetica, sans-serif; 
}
