/* CSS Document */
body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  color:#000;
  background-color: #0B2C63;
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
  background: url("images/contentBg.gif");
  background-repeat: repeat-y;	
}

#header {
  margin: 0px;
  padding: 0px;
  height: 100px;
  background-color:#0B2C63;
  background: url("images/aluminum.jpg");
  background-repeat: 0;
  color:#C6DDEB;
}

#left {
  position: absolute;
  left: 0px;
  padding-left:0px;
  top: 100px;
  width: 228px;
  background-color: #C6DDEB;
  color:#000;
  min-height: 550px;
  height:550px;
  background: url("images/contentBg.gif");
  background-repeat: repeat-y;
}

#center {
  top: 0px;
  margin-left: 230px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-right: 0px;
  background-color: #FFF;
  min-height: 500px;
  color:#000;
}

td {
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
}

.headline {
	color: #0B2C63;
	font-size:16px;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #0B2C63;
	background-color: #C6DDEB;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #60A5E8;
}

.titleline {
	font-size:36px;
	font-style: italic;
	color:#C6DDEB;
	font-weight: bold;
}

.subtitleline {
	font-size:18px;
	color:#C6DDEB;
}

.smallprint {
	font-size: 12px;
	color: #000080;
}

td.titlebar {
	background-color:#60A5E8;
	color:#0B2C63;
	font-family: Arial, Verdana, sans-serif;
}


.navigation {
	font-size:12px;
	font-style: normal;
	font-weight: bold;
}

.navigation:link, .navigation:visited {
	color:#0B2C63;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 204px;
	text-decoration: none;
	background-color: #C6DDEB;
}

.navigation:hover {
	color: #C6DDEB;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 204px;
	text-decoration: none;
	background:#117BB5; 
}

.navigation-sel {
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	color: #090909;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 204px;
	text-decoration: none;
	background-color: #C6DDEB;
}

.navigation:link, .navigation:visited {
	color:#0B2C63;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 204px;
	text-decoration: none;
	background-color: #C6DDEB;
}

.navigation:hover {
	color: #C6DDEB;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 204px;
	text-decoration: none;
	background:#117BB5; 
}

.footer {
	font-family: Verdana, sans-serif;
	color: #117BB5;
	font-size:14px;
	font-weight: normal;
}

.footer-hlt {
	font-family: Verdana, sans-serif;
	color: #0B2C63;
	font-size:14px;
	font-weight: normal;
}

.quote-headline { 
	font-family: verdana, sans-serif;
	font-style: italic;
	font-size: 16pt;
	text-decoration: underline;
}

.quote-text {
	font-family: verdana, sans-serif;
	font-style: italic;
	font-size: 12pt;
}
