@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0px;
	
	background-color: #FFFFFF;
}
table {
	text-align: left;
}

/****************/
/* Header Stuff */
/****************/
#header {
	height: 139px;
	width: 790px;

	background-color: #FFFFFF;
	background-image: url(../images/banner/header.jpg);
	background-repeat: none;
}

#body {
	background-image: url(../images/banner/header.jpg);
	background-repeat: repeat-y;
}

/**************/
/* News Stuff */
/**************/

#news-top {
	font-size: 16px;
	font-weight: bold;
	
	text-align: left;
	
	border-bottom: 1px solid #ffffff;
	
	margin-bottom: 8px;
}
#news-content {
	text-align: left;

	margin-bottom: 8px;
}
#news-bottom {
	text-align: right;
	
	border-top: 1px solid #ffffff;
	
	margin-bottom: 48px;
}

/**************/
/* Page Links */
/**************/
a:link {
	color: #BF0103;
	text-decoration: none;
}
a:visited {
	color: #BF0103;
	text-decoration: none;
}
a:hover {
	color: #BF0103;
	text-decoration: underline;
}
a:active {
	color: #BF0103;
	text-decoration: underline;
}

/***************/
/* OTHER STUFF */
/***************/
.title {
	font-size: 16px;
	font-weight: bold;
	
	text-align: left;
	
	border-bottom: 1px solid #ffffff;
	
	margin-bottom: 8px;
}
