.padded {
	padding: 2px 4px 2px 4px;
}

	
.blueBorder {
	border: 1px solid #000066;
}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	
}

.whiteTxt {
color:#FFFFFF; 
}


.message {
	color:#CC3300;
	font-weight:bold;
}

td {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
}

.small {
	font-size: 11px;
	letter-spacing: normal;
}

A:link, A:visited, A:active { 
color: #003366; 
font-weight: bold; 
font-style: normal; 
text-decoration: underline ;
}

A:hover{ 
color: #003366; 
font-weight: bold; 
font-style: normal; 
text-decoration: none;
}



A.nav:link, A.nav:visited, A.nav:active  { 
color: #003366; 
font-weight: bold; 
font-style: normal; 
text-decoration: underline ;
text-shadow: Gray;
letter-spacing: 0px;
}

A.nav:hover{ 
color: #003366;
font-weight: bold; 
font-style: normal; 
text-decoration: none ;
text-shadow: Gray;
 letter-spacing: 0px;
}





A.LeftNav:link, A.LeftNav:visited, A.LeftNav:active{ 
color: #003366; 
font-style: normal; 
font-weight: bold; 
text-decoration: underline ;
text-shadow: Gray;
 letter-spacing: 0px;
 line-height: 150%;
}


A.LeftNav:hover{ 
color: #003366;
font-weight: bold; 
font-style: normal; 
text-decoration: none ;
text-shadow: Gray;
 letter-spacing: 0px;
 line-height: 150%;
}


input {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

li {
	line-height: 120%;
	padding-bottom: 5px;
}


.topNavBG {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.box {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}

.boxLight {
	border-style: solid;
	border-color: #EEF4FB;
	border-width: 1px;
}

.boxDark {
	border-style: solid;
	border-color: #AECBEB;
	border-width: 1px;
}

/*----------------------------------------------------------------------*/
.menuContainer {
/*	background-color: #F3F3F3; #33FF99;*/
	overflow: visible;
	border-right: 1px solid #000099;
	border-left: 1px solid #000099;
	border-bottom: 1px solid #000099;
/*	background: #F3F3F3 url(../images/6c/menuBG.jpg) bottom right no-repeat;*/
}

.menuContainer ul {
	margin: 0px;
	padding: 0px;
}

.menuContainer ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000099;
	height: auto; /*15px;*/
	overflow: visible;
	width: 100%;
/*	line-height: 100%;*/
}

.menuContainer ul li a {
	display: block;
	background-color: #A2D2FF;
	height: 100%;
	font-weight: bold;
	text-decoration: none;
/*	margin: 0px;*/
	color: #003366;
	padding: 2px;
	line-height: 110%;
}

.menuContainer ul li a:link {
}

.menuContainer ul li A:visited {
	text-decoration: none;
}
.menuContainer ul li A:hover {
	background-color: #EEF4FB;
}

.menuContainer ul li A:active {
}

