@charset "utf-8";
/* CSS Document */
/********************************************
				Color Legend
			-------------------
			Dark Brown:  4C1B1B
			Light Brown: BD8D46
			Red:         B9121B
			Tan:         F6E497
			Parchment:	 FCFAE1

/********************************************
                   Common
********************************************/
html {
height:100%;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#4C1B1B;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#4C1B1B;
margin: 0 0 0 0;
}

a {
	text-decoration: none;
	color: #B9121B;
}

a:hover {
	border-bottom: 1px dotted #B9121B;
	color: #B9121B;
}

a.logo {
	text-decoration: none;
}

a.logo:hover {
	border-bottom: 0px dotted #B9121B;
	text-decoration: none;
}
.tablehheight {
height:100%;
}

.parchment {
background-color:#FCFAE1;
}

/********************************************
                   Nav
********************************************/

#nav {
font-size:9px;
margin:15px 15px 2px 15px;
color:fff;
}

#nav .bullet{
padding: 0px 5px 2px 20px;
}

#nav a {
	text-decoration: none;
	color: #ffffff;
}

#nav a:hover {
	border-bottom: 1px dotted #F6E497;
	color: #F6E497;
}

/********************************************
                   Right Nav
********************************************/

#rnav{
background-color:#4C1B1B;
color:#fff;
font-size:9px;
margin: 5px 5px 5px 15px;
}

#rnav ul{
margin-left:10px;
padding: 5px;
list-style-image:url(../images/bullet.jpg);
}
#rnav li {
padding-bottom:5px;
}
#rnav .lh{
line-height:150%;
}
#rnav a {
	text-decoration: none;
	color: #F6E497;
}

#rnav a:hover {
	border-bottom: 1px dotted #F6E497;
	color: #F6E497;
}

/********************************************
                  Footer
********************************************/
.bar {
border-top:solid;
border-top-width:3px;
border-top-color:#4C1B1B;
border-top-style:solid;
margin-top:8px;
}

#footer {
line-height:200%;
font-size:9px;
text-align:center;
padding: 15px 0px 20px 0px;
}

#footer a {
	text-decoration: none;
	color: #4C1B1B;
}

#footer a:hover {
	border-bottom: 1px dotted #B9121B;
	color: #B9121B;
}

/********************************************
                  Content
********************************************/

#content {
padding:10px 10px 0px 15px;
font-size:12px;
line-height:150%;
text-align:justify;
}

#content a {
	text-decoration: none;
	color: #B9121B;
}

#content a:hover {
	border-bottom: 1px dotted #B9121B;
	color: #B9121B;
}

#content h1 {
font-family:Georgia;
font-size:22px;
color:#B9121B;}

#content h2 {
font-size:14px;
color:#000;}