* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4px;
	background-color: #00001D;
}
p {
	font-size: 12px;
	line-height: 1.4;
	padding-top: 4px;
	padding-bottom: 4px;
}
a {
	color: #333399;
}
h1, h2, h3 {
	line-height: 1.3;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
	color: #444444;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
ul, ol {
	font-size: 11px;
	line-height: 1.4;
	color: #444444;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}
ul li {
	background-image: url(images/nav/diamond.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ol li {
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.image, div.imageLeft, div.imageRight, div.imageDblRight {
	float: left;
	background-color: #E5E5E5;
	margin: 0px 0px 8px 0px;
	padding: 2px;
	display: block;
	border: 1px solid #959595;
}
div.imageLeft {
	clear: left;
	margin-right: 10px;
}
div.imageRight {
	float: right;
	clear: right;
	margin-left: 10px;
	position: relative;
}
div.imageDblRight {
	float: right;
}
div.clearFloat {
	clear: both;
}
p.caption {
	font-size: 10px;
	font-style: italic;
	line-height: 1.2;
	padding: 2px 10px 2px 10px;
	text-align: right;
	color: #666666;
}
.menuImg {
	display: block;
}
.menuWrapper {
	position: absolute;
	visibility: hidden;
	width: 172px;
	display: block;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-bottom: 1px;
}
.menuItem, .menuItemOn   {
	cursor:pointer;
	font-size:11px;
	padding-left:10px;
	color:#333333;
	text-decoration:none;
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	width:160px;
	height:18px;
	display:block;
	line-height:1.6;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
}
.menuItemOn  {
	background-color:#FFCC00;
	text-decoration:underline;
}
#menuBar {
	margin-left: 0px;
}
#borderContainer {
	width: 700px;
	border: 1px solid #FF0000;
}
#pageBase {
	margin: 2px;
	background-color: #CCCCCC;
}
#content {
	background-image: url(images/nav/world_bkgrd.gif);
	background-repeat: no-repeat;
	background-position: 0px 150px;
	padding: 0px 9px 10px 20px;
}
#sidePanel {
	background-color: #333333;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 130px;
}
#sidePanel p {
	font-size: 10px;
	line-height: 1.3;
	padding-top: 4px;
	padding-bottom: 4px;
}
#sidePanel a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidePanel a:hover {
	text-decoration: underline;
}
#footer {
	color: #999999;
	width: 700px;
}
#footer p {
	font-size: 10px;
	line-height: 1.3;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#toDoList {
	background-color: #FFFFFF;
	background-image: url(images/nav/to-do.jpg);
	background-repeat: no-repeat;
	padding: 30px 16px 16px;
	border: 3px solid #FF0000;
	width: 50%;
}
.smallText {
	font-size: 10px;
}
.titleImg {
	margin-top: 10px;
	margin-bottom: 6px;
}
.responseform table tr td {
	border-top: 1px solid #999999;
}
.responseform table tr td p {
	font-size: 11px;
	margin: 0px;
	padding: 1px 6px 1px 0px;
	color: #444444;
}
.formElement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
}
.ruleAbove {
	border-top: 1px solid #999999;
	padding-top: 12px;
}

