html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/bg-beige.gif);
	background-repeat: repeat;
}
/*  simple CSS rule for IE 6 and 5.5 */
#container {
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto 0;
	position: relative;	
}

#header {
	background:url(../images/bg-red.gif);
	color: #666666;
	height: 60px;
}
#mainwrap {
	margin-bottom: 60px;
	clear: both;
	float: none;
	overflow: hidden;
	position: relative;	
}
#tableclear {
	clear: both;
	float: none;
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;		
}
#bodywrap{
	padding-top: 10px;
	padding-bottom: 10px;
}
#bodywrap p, li{
	font: 14px/20px "Times New Roman", Times, serif;
	margin-left: 15px;
	margin-right: 17px;
	color: #666666;
}

#bodywrap a, li a{ color: #660000; }
#bodywrap a:hover, li a:hover{
	color: #FF9900;
	text-decoration: underline;
}
#bodywrap a:visited, li a:visited{
	color: #660000;
	text-decoration: underline;
}

#nav{
	width: 870px;
	height: 100%;
	background-repeat: no-repeat;
	text-align: center;
}
#nav a{
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#nav a:visited{}
#nav a:hover{}
#sidenav{
	background-image: url(../images/bg-sidenav.gif);
	background-repeat: repeat-y;
}
#sidenavmenu{
	font-size: 10px;
	color: #5A1112;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;

}
#sidenavmenutext{

}
#footermain {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;    /* Height of the footer */
	background:url(../images/bg-footer.gif) repeat-x;
	font-size: 10px;
	color: #FFCC00;
	text-align: center;
}
#footermain p a{
	margin-left: 5px;
	color: #FF9900;
}
#footermain p a:visited{
	color: #FF9900;
}
#footer{
	width: 820px;
	margin-top: 20px;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
#footer a{
	text-transform: uppercase;
	margin-left: 5px;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 3px;
}
#footer a:visited{
	color: #666666;
}
#footer a:hover{
	color: #660000;
}
h2{
	font-family: "Times New Roman", Times, serif;
	color: #663333;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
h3{
	font-family: "Times New Roman", Times, serif;
	color: #663333;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
h4 {
	color: #663333;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}

h4 a, a:visited{
	color: #663333;
	text-decoration: none;
}
h4 a:hover{
	color: #FF9900;
	text-decoration: none;
}
h5{
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 14px;
	background-color: #663333;
	padding-left: 5px;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
h6{
	color: #CCCCCC;
	background-color: #663333;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	text-transform: uppercase;
}
#attorney p{
	font: 14px/18px "Times New Roman", Times, serif;
	margin-left: 30px;
	margin-right: 17px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
}

#attorney h2{
	font-family: "Times New Roman", Times, serif;
	color: #663333;
	font-size: 24px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-transform: uppercase;
}
#attorney h3{
	font-family: "Times New Roman", Times, serif;
	color: #663333;
	font-size: 16px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-style: italic;
}
#attorney blockquote {
	font: 14px/18px "Times New Roman", Times, serif;
	margin-left: 30px;
	margin-right: 17px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
}
