body, html {
	color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

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

input, select, textarea {
   border:1px solid #767676;
}

radiobutton {
	border: none;
}

#bannerInner {
	background-color: #1B5583;
	background-image: url(../images/banner_background.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 766px;
}

#contentContainer {
	background-color: #185516;
	background-image: url(../images/greenstripes.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}

#innerContent {
	background-color: #1B5583;
	background-image: url(../images/bg_01.jpg);
	background-repeat: no-repeat;
	height: 477px;
	width: 766px;
}

#innerResults {
	background-color: #1B5583;
	background-image: url(../images/bg_02.jpg);
	background-repeat: no-repeat;
	height: 477px;
	width: 766px;
}

#mainContainer {
	height: 610px;
	width: 766px;
}

.blackBorders {
	border-left: 2px solid #003366;
	border-right: 2px solid #003366;
	border-bottom: 2px solid #003366;
}

.boxes {
   background-color:#FFFFFF;
   border:1px solid #767676;
   color:#000000;
   font-family:Tahoma;
   font-size:11px;
}

.innerTable {
	height: 347px;
	width: 766px;
}

.leftTable {
	height: 347px;
	width: 295px;
}

.mainContent {
	background-color: #1B5583;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	height: 477px;
	width: 766px;
}

.noBackground {
	background-color: none;
}

.rightInfo {
	height: 200px;
}

.rightInner {
	height: 347px;
	width: 471px;
}

.rightTable {
	height: 347px;
	width: 471px;
}

.sansBlue {
	color:#003366;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:13px;
}

.sansDarkBlue{
	color: #003366;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:13px;
}

.sansWhite {
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:13px;
}

.sansWhiteBig {
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:13px;
}

.tableTop {
	width: 383px;
}

.upperTitlesBlue {
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}