/*////////////////////////////////////////////////////
 CCCCCC		 SSSSSS 	  SSSSSS 
CC    CC	SS    SS	 SS    SS
CC			 SS	          SS
CC            SSS          SSS
CC			    SS	         SS
CC	  CC	SS    SS	 SS    SS
 CCCCCC 	 SSSSSS	      SSSSSS
////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////

Main html tags redifined below... (html, p, h1, etc...

////////////////////////////////////////////////////*/
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/*/////////////////////////////////////////////////////

Overall Layout and Content here...

////////////////////////////////////////////////////*/
.wrapper {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	border:none;
}

.mainPage {
	background:none;
	margin:0;
	padding:0;
	width:100%
}



/*/////////////////////////////////////////////////////

Left Side Styles include side navigation below.......
note: to make the <a> tags go the full width in FF
       you have to display them as blocks...

////////////////////////////////////////////////////*/
.sideBar {
	display: none;
}
ul#sideNav {
	display: none;
	
}
ul#sideNav li {
	display: none;
}
a.navLeft {
	display: none;
}
a.navLeft:hover {
	display: none;
}h2 {
	display: none;
}
.imageBox {
	display: none;
	}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;

}
.inputTitle {
	display: none;
}
.inputField {
	display: none;
}
.pageTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003333;
	padding-left: 5px;
}
.pageTitleLower {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003333;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 100px;

}
.norm12 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003333;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}
hr {
	color: #BDB76B;
	background-position: center;
	width: 75%;
}
.norm10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003333;
	text-decoration: none;

}
.norm10:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.text12 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;

}

.td50 {
	text-align: center;
	width: 75px;
}
.td200 {
	width: 175px;
	text-align: left;
	margin-left: 10px;
	padding-left: 10px;




}
.spacer {
	width: 1px;
}
.norm12Table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;

}
.imageCenter {
	display: none;
}
.center14 {
	display: none;
}
.norm12Tan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BDB76B;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}
