/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-image: url(images/mainBG.jpg);
	background-color: #244f79;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contentarea {
    margin-top: 0px;
	margin-left: 6px;
	margin-right: 6px;
	border: 2px solid #6c6c6c;
	padding:10px;
	background-image:url(images/contentBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
#titlebox {
    margin-top: 0px;
	margin-left: 6px;
	margin-right: 6px;
	padding:0px;
	text-align:right;
	}	
.quicktitle {
    width:100%;
	background-color: #244f79;
	color:white;
	font-size:12px;
	font-weight:bold;
	padding:4px;
	}
	
a:link {
	color: #27547e;
}
a:visited {
	color: #244f79;
}
a:hover {
	color: #c6ac6c;
}
a:active {
	color: #27547e;
}
h1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #1E2C45;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #770000;
	font-weight: bold;
}

.greenbold {
    color: #257f65;
	font-size: 12px;
	font-weight:bold;
	}
.blackbold {	font-size: 12px;
	font-weight: bold;
}
.smalltext {
	font-size: 10px;
}
.infobox1-title {
    background-image:url(images/250infoBG.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#27547e;
	color:white;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:6px;
	width: inherit;
	}
.infobox1-title-rt {
    background-image:url(images/250infoBG.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#27547e;
	color:white;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:6px;
	width: inherit;
	}
	
.infobox1-content {
    background-image:url(images/infoboxBG.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:white;
    border:2px solid #27547e;
	color: #222222;
	font-size:11px;
	padding:4px;
	width: inherit;
	}	
	

.footer {
    color:#888888;
	font-size:10px;
	font-weight:bold;
	}
.footer a {
    color: #003366;
	text-decoration:none;
	}
.footer a:hover {
    text-decoration:underline;
	}

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #f7f7f7;
  background-image:url(images/BGshade.gif);
  background-position:top;
  background-repeat: repeat-x;
  border: 1px solid #27547e;
  padding:1px;
  margin-bottom:5px;
}
.button {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #999999;
  border-top: 2px outset #DDDDDD;
  border-left: 2px outset #DDDDDD;
  border-right: 2px outset #222222;
  border-bottom: 2px outset #222222;
  padding: 3px;
  cursor: pointer;
}	
.button:hover {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #244f79;
  border-top: 2px outset #DDDDDD;
  border-left: 2px outset #DDDDDD;
  border-right: 2px outset #222222;
  border-bottom: 2px outset #222222;
  padding: 3px;
  cursor: pointer;
}	
