/*Page Properties*/
body,td,th{
	margin: 0px;
	background-color:#FDF2F2;
	background-image: url(../images/front/Body_Tile.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align:center;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	letter-spacing:0.1em;
}

a:link {
	color: #A31217;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A31217;
}
a:hover {
	text-decoration: underline;
	color: #A31217;
}
a:active {
	text-decoration: none;
	color: #A31217;
}

/* Layout Styles */
.BG{
	width:100%;
	height:290px;
	background-image: url(../images/front/BG.jpg);
	background-position: center top;
	background-repeat: repeat-x;	
}

.Main{
	width: 950px;
	display: table;
	background-image: url(../images/front/Body_Tile.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin:0px auto;	
}

.Top{
	width:950px;
	height:76px;
	background-image:url(../images/front/Top.jpg);
	float:left;
	position:relative;
}

.Nav{
	width: 950px;
	height: 25px;
	float:left;
	position:relative;
}

.Header{
	width: 950px;
	height: 189px;
	background-image: url(../images/front/Header.jpg);
	float: left;
	position: relative;
}

.Content{
	width: 870px;
	padding:0px 40px 20px 40px;
	float:left;
	position: relative;
	text-align: left;
}

/* CSS to preload mouse over image */
.preload{
width: 0px;
height: 0px;
display:none;
}


/* Text Format*/
h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #B5141A;
	font-style: italic;
	margin: 0px;
}
p{
	font-family:Arial;
	font-size: 10px;
	color: #666666;
	margin: 0px;
}
