body {
	font-family: "Trebuchet MS", Verdana, Geneva, san-serif;
	font-size: 16px;
	color: #000000;
	background-image: url(../jpg/bodyBg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
table {
	border-collapse: collapse;
}
p {
	margin-top: 0;
}
#container {
	width: 980px;
	margin: 10px auto;
	padding: 0;
	border: 5px groove #373535;
}
#header {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}
#leftEdge {
	width: 32px;
	float: left;
	background-image: url(../jpg/leftEdge.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0;
	border: 0;	
}
#rightEdge {
	width: 36px;
	float: left;
	background-image: url(../jpg/rightEdge.jpg);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0 0 0 944px;
	border: 0;
}
#mainContent {
	width: 912px;
	float: right;
	margin: 0 36px 0 0;
	padding: 0;
	background-image: url(../jpg/pageFill.jpg);
	background-position: top;
	background-repeat: repeat;
	overflow: hidden; /* This keeps stupid margin from separating header/container/footer */
}
#navColumn {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	background-color: #415F9D;
}
#pageColumn {
	width: 770px;
	margin: 0 5px 0 205px;
	padding: 0;
}
#footer {
	width: 980px;
	height: 100px;
	margin: 0 auto
	text-align: center;
	background-image: url(../jpg/footerBg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#copyright {
	margin-top: 5px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, san-serif;
	color: #373535;
	text-align: center;
}
/***** CLASSES ***********************************************************************************************/
.vidFrame {
	width: 98%;
	border: 5px groove #515151;
	margin: 3px 0;
}
.full {
	width: 100%;
}
.fill {
	width: 90%;
}
.half {
	width: 45%;
}
.vidBg {
	background-color: #000000;
	margin: 5px 0;
	padding: 0;
}
.blurb {
	height: 279px;
	margin: 20px 0 0 10px;
	padding: 0 10px 0 0;
	font-size: 16px;
	color: #373535;
	text-align: justify;
	overflow: auto;
}
.pickerFrame {
	border: 5px groove #BCB7A3;
}
.blkGradBg {
	background-image: url(../jpg/blkGradBg.jpg);
	background-position:left;
	background-repeat:repeat-x;
	border: 3px dashed #FFFFFF;
	margin: 0;
}

/****************************************************************************************************/
.comic {
	font-family: "Comic Sans MS", cursive;
}
.narrow {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.plain {
	font-family: Arial, Helvetica, sans-serif;
}
.dataResults {
	font-family: "Courier New", Courier, mono;
}
/****************************************************************************************************/	
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.rightie {
	float: right;
}
.leftie {
	float: left;
}
.floatRight {
	float: right;
	margin-left: .8em;
}
.floatLeft {
	float: left;
	margin-right: .8em;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.centerMarge {
	margin: 0 auto;
}
.centerTable {
	margin: 0 auto;
}
.pageImage {
	margin: 5px;
}
/* Use this to remove borders for all images that are links */
a img {
	border-width: 0;
}
/*===================================================================*/
.italic {
	font-style:italic;
}
.bold {
	font-weight: bold;
}
/*===================================================================*/
.xxlarge {
	font-size: 22px;
}
.xlarge {
	font-size: 20px;
}
.large {
	font-size: 18px;
}
.medium {
	font-size: 16px;
}
.small {
	font-size: 14px;
}
.xsmall {
	font-size: 12px;
}
.xxsmall {
	font-size: 10px;
}
/*===================================================================*/
.tan {	
	color: #E5E1C8;
}
.yellow {
	color: #FDD803;
}
.purple {
	color: #524F7A;
}
.black {
	color: #000000;
}
.softBlk {
	color: #373535;
}
.orange {
	color: #B8670E;
}
.burntOrg {
	color: #A1570D;
}
.blue {
	color: #2E74D4;
}
.dkBlue {
	color: #173869;
}
.ltBlue {
	color: #1A5591;
}
.green {
	color: #0E6919;
}
.white {
	color: #FFFFFF;
}
.gray {
	color: #C7C7C7;
}
.error {
	color: #FF0000;
}
.maroon {
	color: #7D2621;
}
.gold {
	color: #C8B56F;
}
/*===================================================================*/
.formBox {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	background-color: #FFFFFF;
	border: 1px solid #874803;
	margin: 0;
	padding: 1px 5px 1px 5px;
}	
.errorBox {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 2px solid #000000;
	margin: 0;
	padding: 1px 5px 1px 5px;
}
.contactBox {
	width: 440px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #DEC582;
}
.margoT {
	margin-top: 5px;
}
.margoB {
	margin-bottom: 5px;
}
.margoL {
	margin-left: 7px;
}
.margoR {
	margin-right: 7px;
}
.btnMg {
	margin: 0 1px 0 0;
}
.forceDown {
	margin-bottom: -15px;
}
.btnDown {
	margin-bottom: -10px;
}
.nudgeDown {
	margin-bottom: -7px;
}
.bumpDown {
	margin-bottom: -5px;
}
.middle {
	vertical-align: middle;
}
/*********** FOOTER LINKS ********************************************************************/
a.footLink:link {
	font-size: 20px;
	text-decoration: none;	
	color: #874803;
}
a.footLink:visited {
	font-size: 20px;
	text-decoration: none;
	color: #874803;
}
a.footLink:hover {
	font-size: 20px;
	text-decoration: underline;
	color: #874803;
}
a.footLink:active {
	font-size: 20px;
	text-decoration: none;
	color: #874803;
}

/*********** MAIN LINKS ********************************************************************/
a.mainLink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.mainLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.mainLink:hover {
	text-decoration: none;
	color: #00FF00;
}
a.mainLink:active {
	text-decoration: none;
	color: #FFFFFF;
}

