html, body, th, td {
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	line-height:16px;
	color: #666666;
}

#home {
	margin:0px;
	page:0px;
}

input, select, textarea {
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif, Verdana;
}

p {
	margin: 0px;
	padding: 2px 0px 5px 0px;
}

h1 	{
	color:#E41715;
	font-size: 15px;
	line-height: 19px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h2 	{  
	color:#960E1E;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h3 	{  
	color:#960E1E;
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h4 	{  
	color:#960E1E;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h5 	{  
	color:#960E1E;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}
		
h6 	{  
	color:#960E1E;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px 3px 0px;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}


a {
	color: #960E1E;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #960E1E;
	text-decoration: none;
	border-bottom: 1px dotted #960E1E;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

/* POSITION LAYERS */

#PageFrame {
	overflow: visible;
	visibility: visible;
	position:relative;
	width:760px;
	text-align:left;
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#HeaderLayer {
	overflow: hidden;
	visibility: visible;
	clear:both;
	width:760px;
	height:164px;
	margin: 0px;
	padding: 0px;
}


#MenuLayer {
	overflow: visible;
	visibility: visible;
	float:left;
	width:200px;
	margin: 0px;
	padding: 0px;
}
	
	#MenuLayer a {
			text-decoration: none;
			border-bottom:none;
	}
	
	#MenuLayer a:hover {
			text-decoration: none;
			border-bottom:none;
	}

	div.MenuItem {
		padding:0px 0px 0px 0px;
		margin:5px 0px 0px 0px;
	}

	div.MenuItemcurrent {
		padding:0px 0px 0px 0px;
		margin:5px 0px 0px 0px;
	}
	
		div.MenuItem a {
			display:block;
			background-image:url(../images/AR_nav_background.png);
			background-position:top left;
			background-repeat:no-repeat;
			width:185px;
			height:28px;
			color:#999999;
			font-weight:bold;
			border-bottom: none;
			text-decoration: none;
			padding:5px 0px 0px 15px;
		}
		
		div.MenuItem a:hover {
			display:block;
			background-image:url(../images/AR_nav_background_f2.png);
			background-position:top left;
			background-repeat:no-repeat;
			width:185px;
			height:28px;
			color:#87362D;
			font-weight:bold;
			border-bottom: none;
			text-decoration: none;
			padding:5px 0px 0px 15px;
		}
	
		div.MenuItemcurrent a {
			display:block;
			background-image:url(../images/AR_nav_background_f2.png);
			background-position:top left;
			background-repeat:no-repeat;
			width:185px;
			height:28px;
			color:#87362D;
			font-weight:bold;
			border-bottom: none;
			text-decoration: none;
			padding:5px 0px 0px 15px;
		}
		
		div.MenuItemcurrent a:hover {
			display:block;
			background-image:url(../images/AR_nav_background_f2.png);
			background-position:top left;
			background-repeat:no-repeat;
			width:185px;
			height:28px;
			color:#87362D;
			font-weight:bold;
			border-bottom: none;
			text-decoration: none;
			padding:5px 0px 0px 15px;
		}


#TextLayer {
	overflow: visible;
	visibility: visible;
	position: relative;
	float:right;
	width:552px;
	background-image:url(../images/AR_content_background.jpg);
	background-repeat:repeat-y;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}

#TextContent {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}


#FooterLayer {
	overflow: hidden;
	visibility: visible;
	clear:both;
	vertical-align:baseline;
	text-align:left;
	float:right;
	width:533px;
	background-color:#EBEBEB;
	margin: 0px;
	padding: 10px 0px 10px 20px;

}

