/* Global Styles */

body {
	margin:0px;
	background-color: #993333;
	color: #000066;
	text-align: center;
	}
	
#ALTmainTable  {
	border: 5px inset #000066;
	background-color: #FFFFFF;

}

#ALTmainTable  td {
	border: 4px solid #990000;
}


#mainTable {
	border: thin solid #000066;
	background-color: #FFFFFF;
}

/*
#leftside {
	width: 100px;
}

#middle {
	width:500;
}

#rightside {
	width: 75px;
}
*/

#funlinks {
	text-align: center;
}

#navigation td {border:thin solid #000066;
	}
	
#navigation a {
	text-decoration: none;
	letter-spacing:0.1em;
	display:block;
	padding:2px;
	border: medium outset #CC0000;
	background-color: #CC0000;
	}
	
#navigation a:hover {
	background-color: #000099;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.1em;
	}
	
#Footer  td{
	border-top-width: thin;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC0000;
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.1em;
}
.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.borderleft_right {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
}



/* Class Styles */

.top {
	vertical-align: top;
}

.textpadding {
	padding-left: 20px;
	padding-right: 20px;
	}
	
.padding {padding-bottom:10px; padding-top: 5px;}
	
	
.pageName{
	color: #CC3300;
	letter-spacing:0.1em;
	font-size: medium;
	font-weight: bold;
	}
	
.subHeader {
	font:bold 24px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #990000;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#000000;
	}
	
.itlc {
	font-style: italic;
}	

.bluebkgnd {
	background-color: #000099;
}

.redbkgnd {
	background-color: #990000;
}

.alignRight {
	text-align: right;
}

.cntr {
	text-align: center;
}

.itemheader {

	font:bold 16px georgia;
	color: #CC3300;
	letter-spacing:.1em;
}

.words_behind {
	z-index: 1;
	display: none;
}

.noTextDecoration {
	text-decoration: none;
}

.small_itlc {
	font-size: medium;
	font-style: italic;
	color: #006666;
}

