/*	COLOR REFERENCE TABLE 

	#E0E4C9			BACKGROUND
	#999			TRIM LINES
	#999			FONT


*/

/* DEFAULT FONT */
table, td, p, div, li, span, td, h1, h2, h3, h4, h5, h6 {
	font-size:				12px;
	font-family:			Verdana, Helvetica, Arial, sans-serif;
	color:					#666;	
}

h1, h2, h3, h4, h5, h6 {
	padding:				0px;
	margin:					0px;
}

img {
	border:					none;
}

a:Link, a:Visited, a:Active {
	color:					#8E0829;
	text-decoration:		underline;
}

a:Hover {
	text-decoration:		none;
}
/* MAIN NAV */

#nav {			
	margin:					0px;
	border-left:			1px solid #ccc;
	border-right:			1px solid #ccc;
	list-style:				none;
	margin-bottom:			5px;
}

#nav li {
	border-top:				1px solid #ccc;	
}

#nav li.last {
	border-bottom:			1px solid #ccc;	
}

#nav li a {
	display:				block;
	width:					100%;
	font-size:				16px;
	padding:				5px 5px 5px 5px;
	text-indent:			5px;
	font-weight:			bold;
	font-variant:			small-caps;	
	color:					#8E0829;
}

#nav li a:Link, #nav li a:Visited,  #nav li a:Active {
	background-color:		#efefef;
	text-decoration:		none;	
}

#nav li a:Hover {
	background-color:		#fff;
	text-decoration:		underline;	
}

#Footer {
	text-align:				center;
}

#Footer a:Link, #Footer a:Visited, #Footer a:Active {
	color:					#8E0829;
	font-weight:			bold;
	text-decoration:		none;			
} 

#Footer a:Hover {
	text-decoration:		underline;
}

/* HEADLINE */
h1 {
	font-size:				21px;	
}

/* MAJOR HEADLINES */
h2 {
	font-size:				17px;	
}

/* MINOR STORY HEADLINE */
h3 {
	font-size:				15px;
}

/* LEAD IN */
h4 {
	font-size:				14px;	
	font-weight:			normal;
}

/* DATE, AUTHOR, ETC */
h5 {
	font-size:				12px;
}

/* NOTES */
h6 {
	font-size:				9px;
}

p {	
	margin-bottom:			10px;
}

body {
	height:					100%;
	margin:					0px;
	padding:				0px;
	background-color:		#E0E4C9;
	text-align:				center;
}

table.Page {
	width:					770px;
	height:					100%;	
	min-height:				1400px;
	margin:					0px auto 0px auto;
	padding:				0px;
	background-color:		#fff;
	text-align:				left;
}

td {
	vertical-align:			top;
	background-color:		#fff;
}

td.header {
		
}

td.CenterColumn {	
	height:					100%;
}

td.CenterColumn img {
	margin:				5px;
}

td.SideColumn {	
	width:					150px;
	height:					100%;
}

td.RightColumn {
	vertical-align:			top;
}

td.LeftColumn {
		
}

td.Footer {
	text-align:				center;
	font-size:				10px;
}

fieldset {
	text-align:				center;	
}

td.SideColumn fieldset {
	height:					100%;
	padding:				0px;	
	margin:					0px;
}

legend {	
	font-size:				9px;
	color:					#ccc;			
}