.navwhite { color: #FFFFFF; font-size: 12px; line-height: 14px; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif }
.navawhite { color: #FFFFFF; font-size: 12px; line-height: 14px; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif }
.navawhite:hover { color: #FFFFFF; font-size: 12px; line-height: 14px; text-decoration: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif }

h1 { color: #6A1E29; font-size: 1em; font-weight: bold; font-family: Georgia, Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif; margin-top:15px }
h2 { color: #6A1E29; font-size: 0.9em; line-height: 1.2em; font-weight: bold; font-family: Georgia, Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif }
 
.copy { color: #000000; font-size: 0.8em; line-height: 1.4em; font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif}
.copy a { color: #990033; text-decoration: underline; font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif }
.copy a:hover { color: #6A1E29; text-decoration: underline; font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif }
.copy a:visited { color: #990033; text-decoration: underline; font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif }
.copyrt { color: #6A1E29; font-size: 8pt; line-height: 1.2em; font-family: Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif }.
.copy li { list-style-type: circle; }

hr { width: 100%; height: 1px; color: #033357; background-color: #033357; }
body { margin: 0 0 0 0; background-color:#6A1E29; text-align:center; }
  
.emphasis { color: #6A1E29; font-weight: bold; }

/*div ids*/

#site {

	width: 770px;
	text-align:left;
	border: 0;
	background-color: #ffffff;
	overflow: hidden;
	margin: 0 auto;

	}

#header {

	width: 770px;
	margin: 0;
	
	}

#separator {

 	float: left;
	width: 15px;
}

#leftcolumn {

	text-align:center;
	float: left;
	width: 145px;
	background-color: #ffffff;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 15px;
	border: 0;

	}

#rightcolumn {

	float: left;
	width: 575px;
	background-color: #ffffff;
	padding-left: 0;
	padding-right: 0; 
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	
	}

#footer {

	clear: both;
	background-color:#fff;
	margin-bottom: 15px;

	}

#nav-menu ul {

	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {

	margin: 0.15em 0 0 0;
	padding: 0;
	text-align: center;
	
	}

#nav-menu li a {

	background: #6A1E29;
	height: 2em;
	line-height: 2em;
	width: 12em;
	display: block;
	border: 0.1em solid  #333333;
	text-align: center;

	}

#nav-menu li a:hover {

	background: #313131;
	border:0.1em solid #fff;

	}

#footer {

	color: white;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Verdana,Geneva,Arial,sans-serif;
    letter-spacing: 3px;
    background-color: #6A1E29;
    text-align: center;
    clear: left;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    
    }