﻿/* ------------------------------------------------- GENERAL STYLING ------------------------- */
html {
overflow: -moz-scrollbars-vertical;
}


body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	}

table {
	border-collapse: collapse;
	background-color: #ffffff;
	}
	
table, p, tr, td {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
	}	
H1 {
	font-family: arial, tahoma, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #812123;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}	

H2 {
	font-family: arial, tahoma, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #812123;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

H3  {
font-family: arial, tahoma, sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
margin: 0px;
padding: 0px;
margin-bottom: 0px;
	}	
	
H4  {
font-family: arial, tahoma, sans-serif;
font-size: 14px;
text-align: center;
font-weight: normal;
color: #812123;
margin: 0px;
padding: 0px;
margin-top: 10px;
margin-bottom: 5px;
	}

/* -------------------------------------------------- IMAGE NO BORDER --------------------------------*/
img {
	border: 0;
	}
/* -------------------------------------------------- HEADER ----------------------------------------------- */
.header {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
	
.bar {
	width: 985px;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	background-image: url('images/bar.jpg');
}
		
.overlapimg {
	width: 300px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
}
.logo {
	width: 385px;
	text-align: center;
}
	
.horizdivider {
	width: 100%;
	height: 1px;
	text-align: right;
	vertical-align: bottom;
}
	

/* --------------------------------------------------------- NAV TOP AND BOTTOM LINKS -------------------- */	
.main {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	background-color: #FFFFFF;
}

.navtd {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 30px;
}
	
a:link.nav {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-right: 7px; 
	padding-left: 7px; 
	font-weight: normal;
	}	
a:active.nav  {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-right: 7px; 
	padding-left: 7px; 
	font-weight: normal;
	}
a:visited.nav  {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-right: 7px; 
	padding-left: 7px; 
	font-weight: normal;
	}

a:hover.nav  {
	font-size: 14px;
	color: #992E2F;
	text-decoration: underline;
	padding-right: 7px; 
	padding-left: 7px; 
	font-weight: normal;
	}	

/* -------------------------------------------------- CONTENT -------------------------------------------- */

.leftcol {
	width: 50px;
	text-align: left;
	vertical-align: middle;
	background-image: url('images/divider-vert.gif');
	background-repeat: repeat-y;
	background-position: right;
}

.content {
	width: 935px;
	text-align: left;
	vertical-align: middle;
	padding: 20px 10px 20px 20px;
}

/* -------------------------------------------------- NORMAL LINKS--------------------------------------- */	
a:link {
	color: #992E2F;
	text-decoration: underline;
}	
a:active  {
	color: #992E2F;
	text-decoration: underline;
}
a:visited  {
	color: #992E2F;
	text-decoration: underline;
}

a:hover  {
	color: #000000;
	text-decoration: none;
}

/* ================================================ FOOTER ============================ */
.foottd {
	width: 985px;
	text-align: center;
}

.footer  {
	width: 985px;
	height: 35px;
	text-align: center;
	background-image: url('images/bar.jpg');
	text-align: center;
	vertical-align: middle;
	color: white;
}

.webdesign {
	text-align: left;
	vertical-align: bottom;
	padding: 15px 0;
	color: #999999;
	background-color: #000;
}
a:link.design {
	color: #999999;
	text-decoration: none;
}	
a:active.design  {
	color: #999999;
	text-decoration: none;
}
a:visited.design  {
	color:#999999;
	text-decoration: none;
}

a:hover.design  {
	color: #999999;
	text-decoration: underline;
}

