body {
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #003366;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #003366;
	text-decoration: none;
}

h1 {
	text-align:center;
	font-size:28px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.bold {
	font-weight:bold;
}
/* page layout elements */
/* heading */
#headblock {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1px;
	top: 0;
	width: 900px;
	height: 181px;
	background-image:url(header.png);
	z-index:500;
}

/* menu fits inside headblock */
#menubar {
	top: 151px;
	width: 900px;
	height: 30px;
	position: absolute;
	background-color:#99CCFF;
	font-size:14px;
	z-index:1000;
}

/* body layout */
#bodyblock {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	min-height:530px;
	padding: 5px 0 0 0;
	z-index:1;
}

#contcol {
	position:relative;
	top:-4px;
	left:0px;
/*	float:left;*/
	width:610px;
	min-height:530px;
	height:100%;
	background-color: #f5f5f5;
	display:block;
	z-index:95;
	padding: 1px 20px 1px 20px;
}

#contcolf {
	position:relative;
	top:-4px;
	left:0px;
/*	float:left;*/
	width:900px;
	height:100%;
	background-color: #f5f5f5;
	display:block;
	z-index:95;
	padding: 1px 0 1px 0;
}

#piccolumn {
	position: absolute;
	top:0px;
	left:650px;
	float:right;
	width: 250px;
	height:100%;
	background-color: #3366FF;
	display:block;
	z-index:100;
}

/* footer layout */
#footblock {
	position: relative;
	top:-15px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:34px;
	background-color: #00668F;
	line-height:34px;
	color:#CCCCCC;
	padding: 0 0 1px 0;
	z-index:500;
}

#footblock a {
	padding: 0 8px;
	color:#CCCCCC;
}
