html, body, .interior {
	margin: 					0px;
	padding: 					0px;
	font-family:				georgia;
	font-size:					13px;
	background-color:			#FFFFFF;	
	color:						#4A1A05;
	width:						100%;
	height:						100%;
}

body {
	background-position:		top left;
	background-repeat:			no repeater;
	background-image:			url( assets/bckgd_veind.jpg );
}

td, tr, .content {
	font-size:					13px;
}

A {
	color:						#4A1A05;
	font-weight: 				bold;
	text-decoration:			underline;
}

A:hover {
	color:						#4A1A05;
	text-decoration:			none;
}

img {
	border:						0;
	padding:					0;
}

H1 {
	font-size:					20px;
	margin-bottom:				0px;
}

HR {
	color:						#4A1A05;
	border: 					3px solid #C74F1A;
}

#header {
	background-color:			#C74F1A;
	background-position:		top left;
	background-repeat:			repeat-x;
	background-image:			url( assets/header_rpt.jpg );
	margin:						0px;
	padding:					0px;
}

#header td, #header tr {
	margin:						0px;
	padding:					0px;
	text-align:					right;	
	white-space: 				nowrap;
}

#header span, #header A, #header A:hover {
	color:						#FFFFFF;
	font-size:					11px;
	margin-left:				20px;
	text-decoration:			none;
}

#footer {
	background-color:			#4A1A05;	
	color:						#E6C6A2;
	font-size:					10px;
	padding-bottom: 			3px;
	padding-top:				3px;
	text-align:					center;	
}

#footer A {
	color:						#E6C6A2;
	font-weight:				bold;
}

#menu {
	background-color:			#C74F1A;
}

#menu A {
	color:						#4A1A05;
	display:					block;
	font-size:					18px;
	font-weight:				normal;
	padding-bottom:				10px;
	padding-left:				15px;
	padding-top:				10px;
	text-decoration:			none;
	white-space: 				nowrap;
	width:						160px;	
}

#menu A:hover {
	background-image:			url( assets/menu_over.jpg );
	color:						#FFF9DE;
}

#content {
	padding:					10px;
}

#Announcements A, #Announcements A:hover {
	color:						#C74F1A;
	font-size:					12px;
	text-decoration:			underline;
}

#Announcements DIV {
	font-size:					11px;
	padding-bottom:				5px;
	padding-top:				2px;
}

.image {
	border:						2px solid #4A1A05;
}

