body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF; 
	margin: 0 0 0 0;
	}
	
/* Frame */
#main {
    background: #FFFFFF;
    font-size: 12px;
	width: 713px;
	margin: 0 auto;	 
	}
	
/* Header */
#header {
    background: url("/images/header.jpg") no-repeat;
	height: 94px;
		}
#header img {
    padding: 5px 0 0 0;
    }
.headerlink {
    margin: 10px 0 0 20px; 
	float: right;
	color: #3f86c0;
	}
.headerlink a {
	text-decoration: none;
    }
.headerlink a:hover {
    color: #000000;
	text-decoration: none;
    }
	
/* Nav */
#nav {
    background: #8A1E04;
	height: 36px;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	}

/* Content */
#content {
    background: url("/images/sidenav_bg2.jpg") repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
	}

/* right Content Area */
#rightContent {
	float: right;
	width: 495px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	}
#rightContent h1 {
    font-size: 14px;
    color: #d79f51;
	margin: 5px 0 10px 0;
	padding: 0 0 0 0;
	}
#rightContent hr {
    width: 400px;
    font-size: 14px;
    color: #8a1e04;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	}
#rightContent p {
    color: #545454;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	}
#rightContent img {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	}
			
/* left Content Area */
#leftContent {
	width: 213px;
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	float: left;
	}
#leftContent ul{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    }
	
#leftContent li {
    color: #FFFFFF;
    height: 28px;
	width: 203px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
    display: block;
    list-style-type: none;
	border-bottom: 1px solid #FFFFFF;
	}

#leftContent a { 
    color: #FFFFFF;
	text-decoration: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0; 
    }
#leftContent li:hover {
    background:#D79F51;
	border-bottom: 1px solid #FFFFFF;	
    }
#leftContent h1 {
    font-size: 10px;
	color: #d79f51;
	margin: 0 0 5px 5px;
	paddig: 0 0 0 0;
	}
#leftContent p {
    color: #FFFFFF;	
    margin: 0 10px 10px 5px;
	paddig: 0 0 0 0;
	}
#leftContent hr {
    width: 150px;
	background: #9c4a2f;
	color: #9c4a2f;
	text-align: left;
	margin: 0 0 5px 5px;
	padding: 0 0 0 0;
	}

		
/* Clear */
#clear {
    clear: both;
	}
	
/* Footer */
#footer {
    background: url("/images/footer_sub.jpg") no-repeat #FFFFFF; 
	font-size: 12px;
	color: #898989;
	height: 94px;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
	}

/* Additional Styles */
.box {
    border: 2px solid #FFFFFF;
    font-size: 14px;
    background: #f3ddbe;
    margin: 0 0 10px 0;
	padding: 0 0 0 0;
	}
.red {
    color: #8A1E04;
	}
.yellow {
    color: #D79F51;
	}
.right {
    text-align: right;
	}
a.white {
     color: #FFFFFF;
	 text-decoration: none;
     }
a.white:hover {
     color: #FFFFFF;
     text-decoration: underline;
     	}
a.yellow {
     color: #D79F51;
	 text-decoration: none;
     }
a.yellow:hover {
     color: #D79F51;
     text-decoration: underline;
     }
.locations{
     margin: 0 0 0 200px;
	 float: right;
	 }
	
