body { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 3px;
	padding: 0;
	background-color: #FDFDFD;
}

/*	Main Interface Elements
	*******************************/
#titleBar {
	background: #6ECAB8 url(/images/title_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #308472;
	padding: 2px;
	font-size: 11px;
	color: #2B655A;
	letter-spacing: .4em;
	z-index:0;
}
#footer {
	background: #6ECAB8 url(/images/title_bg.jpg);
	vertical-align: bottom;
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
	border: 1px solid #308472;
	padding: 2px;
	font-size: 11px;
	color: #2B655A;
	letter-spacing: .4em;
	margin-top: 3px;
	z-index:0;
	text-align: center;
}
#logo {
	width: 622px;
	height: 101px; 
}
.breakBar {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	height: 5px; 
}
#navMenu {
	float: left;
	background-color: #6EB8CA;
	border: 1px solid #357382;
	padding: 2px;
	font-size: 14px;
	width: 120px;
	height: 800px;
	color: #23474f;
	text-align: center;
	margin-bottom: 3px;
	z-index:0;
}
#rightMenu {
	float: right;
	bottom: auto;
	background: #6ECAB8 url(/images/right_menu_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #6EB8CA;
	border: 1px solid #357382;
	padding: 2px;
	font-size: 14px;
	width: 120px;
	height: 800px;
	color: #23474f;
	text-align: center;
	margin-bottom: 3px;
	z-index:0;
}
.menuTitle {
	background-color: #93CCDA;
	border: 1px solid #357382;
	letter-spacing: .1em;
	text-transform: uppercase;
}
#navMenu ul {
	list-style: none; 
	margin: 0; 
	padding: 0 0 4px 0;
}

#navMenu li {
	padding: 1px 0 1px 0;
	text-align: right;	
}
#navMenu li:hover {
	background-image: url(/images/menu_fade.gif);
	background-repeat: repeat-y;
}
#navMenu a {
	color: #23474f;
	text-decoration: none;
}

#navMenu a:visited {
	color: #101f23;
}

#navMenu a:hover {
	color: #101f23;
	text-decoration: underline overline;
}
.navLink:hover {
	background-image: url(/images/menu_fade.gif);
	background-repeat: repeat-y;
}
#content {
	margin-left: 130px;
	margin-right: 130px;
	background-color: #DDDDDD;
	border: 1px solid #777777;
	bottom: auto;
	padding: 2px;
	font-size: 11px;
	color: #000000;
	z-index:0;
}
.contentTitle {
	background-color: #CCCCCC;
	border: 1px solid #555555;
	color: #333333;
	font-size: 14px;
	margin: 4px;
	padding: 4px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.contentBody {
	background-color: #EFEFEF;
	border: 1px solid #555555;
	color: #333333;
	font-size: 14px;
	margin: 4px;
	padding: 4px;
}
.sampleBody {
	background-color: #EFEFEF;
	border: 1px solid #555555;
	color: #333333;
	font-size: 14px;
	margin: 4px;
	padding: 4px;
	text-align: center;
}
#content a {
	color: #000000;
	text-decoration: underline;
}

#content a:visited {
	color: #101f23;
}

#content a:hover {
	color: #101f23;
	text-decoration: underline overline;
}
#content ul {
	list-style-image: url(/images/bullet2.gif);
}
#worldMap {
	position: relative;
	background: url(/images/earth/generating.jpg);
	margin: 0 auto;
	width: 600px;
	height: 300px;
	border: 1px solid #000000;
}
.contentBody table {
	border: 0px;
	text-align: center;
	width: 100%;
}
.thumb {
	border: 1px solid #000000;
}
#picView {
	position: relative;
	margin: 0 auto;
	border: 1px solid #000000;
}
