﻿html { 
   border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
}
 
body {
    margin: 0em 0em 2em 0em;
    font: 18px/1.231 Georgia,Times New Roman,Times,serif; *font-size:small; 
/*    font-family: "Lucida Grande", Verdana, Arial, sans-serif; */
    line-height: 1.1em;
    text-align: center;
    background-color: white;
    background-image: url(/images/backgroundred.jpg);
    background-repeat: repeat-x;
}

div {
	border:none;
	margin:0px;
	padding:0px;	
}

h1, h2, h3, h4, h5 { font-size:100%;padding:0px;margin:0px;  }

/* Styles for Navigation Header */
#TopNav1 { width:812px; margin:auto; text-align:center; height:42px; margin-bottom:1em;}
body #TopNav1 a {
	color:#880909;
	text-decoration:none;
}

.navButton {
	width: 116px;
	height: 42px;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
}
.leftNav {
	background-image: url(/images/button_l_blank.jpg);
}
.leftNav:hover {
	background-image: url(/images/button_l_hover.jpg);
}
.leftNavActive {
	background-image: url(/images/button_l_active.jpg);
}

.midNav {
	background-image: url(/images/button_blank.jpg);
}
.midNav:hover {
	background-image: url(/images/button_hover.jpg);
}
.midNavActive {
	background-image: url(/images/button_active.jpg);
}

.rightNav {
	background-image: url(/images/button_r_blank.jpg);
}
.rightNav:hover {
	background-image: url(/images/button_r_hover.jpg);
}
.rightNavActive {
	background-image: url(/images/button_r_active.jpg);
}