body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:default;
	color:#000000;
	background-color:#CDEFF5;
	background-image: url(images/backg2.jpg);
	background-repeat: no-repeat;
}

a:link {  color: #3B5367;}
a:visited {  color: #5D7589;}
a:active {  color: #193145;}
a:hover {  color: #082034; }

.nowrap { white-space: nowrap; } 

.heading{
	font-size: 60px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 10px 20px 50px;
	color: #FFFFFF;
	letter-spacing: 10px;
	font-weight: bold;
}

.navList { 
 clear: both; 
 border-bottom: 1px solid #999999;
 margin: 0; 
 padding-bottom: 19px; 
 padding-left: 0px; 
 }
.navList ul, .navList li {
 white-space: nowrap; 
 display: inline; 
 list-style-type: none; 
 margin: 0px 0px 10px 0px; 
 padding: 0; 
 }
.navList .navSelected, .navList .navActive a:link,  .navList .navActive a:visited, 
.navList .navInactive { 
 background: #0099FF; 
 border: 1px solid #999; 
 color: #FFFFFF;
 float: left; 
 margin-right: 8px;
 padding: 2px 10px 3px 10px; 
 text-decoration: none; 
 font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 }
 
.navList .navSelected { 
 background: #33CCFF; 
 border-bottom: 1px solid #FFBA27; 
 color: #FFFFFF; 
 }
 
.navList .navActive a:hover { 
 text-decoration: underline; 
 color: #CC3300;
 }
 
.navList .navInactive { 
 background: #ccc; color: #999;
 }
 
.navContainer { white-space: nowrap;}


#nav {
	width: 15em;
	float: left;
	clear: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
 }

#nav div {
  padding-top: 1px;
}

.sideBarTitle {
	font-weight: bold;
	margin: 0 0 7px 10px;
	color: #CC3300;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

#nav ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#nav li {
  margin: 0;
  padding: 0.1ex 0;  
}

#nav a, .selected {
  color: #838383;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
  font-weight:bold;
}

.selected {
  color: black;
  background-color: #E6E6E6;
  padding-left: 32px;
}

#nav a:hover {
  color: #0099FF;
  text-decoration: none;
  font-weight:bold;
}

#content {
	color: #000033;
	background-color: #CDEFF5;
	text-align: justify;
	line-height: 18px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-left: 15em;

}

#content a {
  color: #0066CC;
  background-color: transparent;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content h1 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding-top: 0px;
	padding-bottom: 5px;
}

.searchbar{
background-color: #CDEFF5;
border-color: #999999;
border-style: solid;
border-width:0px 0px 0px 0px;
padding: 5px 5px 0px 5px;
text-align:right;
white-space: nowrap;
}

#footer {
	background-color: #66CCFF;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-align: right;
	padding: 5px 10px;
	height: 10px;
}
#footer a {
	color: #0066CC;
}

.gobutton {
	font-weight:bold;
	padding:2px;
	background-color:#33CCFF;
	border:0;
	color:#FFFFFF;
	cursor: hand;
}

.inputtext {
border-width:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px;

border-color:#999999;
border-style:solid;
background-color:#F9F9F9;
}
