* {margin: 0; padding: 0;} 

html {height:100%;}

div {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#TopHeading {
	line-height: 20px;
	position: relative;
	left: 330px;
	top:70px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3f3f3f;
	z-index: 9999;
	width: 200px;
	height: 20px;
}

.TopBorder {
	width: 862px;
	height: 10px;
	margin-top: 15px;
	/*background-image:url(./images/top_border.jpg);*/
}

#TopGradL {
	width: 97px;
	height: 77px;
	float: left;
}

#TopGradM {
	width: 725px;
	height: 77px;
	background-image:url(../images/gradient_top_tile.jpg);
	background-repeat: repeat-x;
	float: left;
}

#TopGradR {
	width: 13px;
	height: 77px;
	float: left;
}

.TopNav {
	margin-right: 5px;
	text-align:right;
}
.MidBorder {
	width: 862px;
	height: auto;
	background-image:url(../images/mid_tile.jpg);
	background-repeat: repeat-y;
}

.MidBorder ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #f00;
	list-style: none;
	margin-left: 240px;
}
.MidBorder li {
	display: inline;
	padding-left: 16px;
	line-height: 37px;
}

.MidBorder a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #f00;
	text-decoration: none;
}
	.MidBorder a:visited {
		text-decoration: none;
		color: #f00;
	}
	.MidBorder a:hover {
		color: #000;
	}

#AboutMidNav {
	background-image:url(../images/about_mid_gradient.jpg);
	background-repeat: repeat-x;
	height:36px;
	margin-top: -4px;
	padding-right: 10px;
	line-height: 36px;
	text-align: right;
}

#AboutBodyLWrap {
	width:210px;
	float:left;
}

#AboutBodyTL {
	background-color: #3f3f3f;
	width:210px;
	height:46px;
	line-height:23px;
	border-top: 3px #ffffff solid;
}
#AboutBodyBL {
	width:210px;
	line-height:100%;
	text-align:left;
}
#AboutBodyR {
	background-color:white;
	line-height:100%;
	float:right;
	position:relative;
	width:615px;
	text-align:left;
	margin-left:10px;
	padding-bottom:20px;
	padding-top:10px;
}

td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top:0px;
}

#AboutMidNav a {
	color: #ffffff;
	text-decoration: none;
}
	#AboutMidNav a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#AboutMidNav a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

.BodyDiv {
	width: 835px;
	padding-top:3px;
	/*margin-left:13.5px;*/
	line-height: 14px;
	overflow:hidden;
}

.BodyDiv a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ff0000;
}
	.BodyDiv a:visited {
		text-decoration: none;
	}
	.BodyDiv a:hover {
		text-decoration: none;
		color: #000000;
	}

p.BodyTitle {
	color: #ffffff;
	text-align: left;
	font-size: 20px;
}

.BotBorder {
	width: 862px;
	height: 36px;
	background-image:url(../images/bottom_border.jpg);
	background-repeat: no-repeat;
}

.Footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	clear:both;
	line-height: 14px;
}

.Footer a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
	.Footer a:visited {
		text-decoration: underline;
		color: #000000;
	}
	.Footer a:hover {
		text-decoration: none;
	}

.Footer img {
	padding: 3px;
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:15px;
}

h2 {
	color: #ff0000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	font-style: italic;
}

h3 {
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	text-decoration:underline;
}

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top:0px;
	padding:10px;
	height: auto;
	line-height:100%;
}

b strong {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	margin-top:0px;
	height: auto;
}

a.TopNav {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}
	a.TopNav:visited {
		text-decoration: none;
		color:#ff0000;
	}
	a.TopNav:hover {
		text-decoration: none;
		color:#000000;
	}

a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}
	a:visited {
		text-decoration: none;
		color: #ff0000;
	}
	a:hover {
		text-decoration: none;
		color: #000000;
	}
