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;
    }
    
#nav {
    background: #000000;
	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: 490px;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	}
#rightContent h1 {
    font-size: 14px;
    color: #D79F51;
	margin: 5px 0 10px 0;
	padding: 0 0 0 5px;
	display: inline;
	}
#rightContent h2 {
    font-size: 12px;
    color: #892003;
	margin: 5px 0 10px 0;
	padding: 0 0 0 5px;
	}
#rightContent hr {
    width: 400px;
    font-size: 14px;
    color: #8a1e04;
	text-align: left;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;
	}
#rightContent p {
    color: #545454;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	}
#rightContent img{
    float: left;
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
	}
#rightContent table {
    padding: 0 0 0 5px; 
	margin: 0 0 0 0; 
	border-collapse: collapse;
	color: #333333; 
	background: #F3F5F7;
	}
#rightContent table a {
    color: #892003; 
	text-decoration: none; 
	border-bottom: 1px solid #C6C8CB;
	}  
#rightContent table a:visited {
    color: #777777;
	}
#rightContent table a:hover {
    color: #D79F51;
	}
#rightContent table caption {
    color: #892003;
	font-weight: bold;
    text-align: left; 
	text-transform: uppercase;  
	padding-bottom: 10px;
	}
#rightContent table thead th {
    background: #D79F51; 
	padding: 15px 10px 15px 10px; 
	color: #fff; 
	text-align: left; 
	font-weight: normal;
	}
#rightContent table tbody, table thead {
    border-left: 1px solid #EAECEE; 
	border-right: 1px solid #EAECEE;
	}
#rightContent table tbody {
    border-bottom: 1px solid #EAECEE;
	}                      
#rightContent table tbody td, table tbody th {
    padding: 10px; 
	text-align: left;
	}
#rightContent table tbody tr {
    background: #F3F5F7;
	}
#rightContent table tbody tr.odd {
    background: #f7f7f3;
	}
#rightContent table tbody {
    background: #EAECEE; 
	color: #111;
	}
#rightContent table tfoot td, table tfoot th, table tfoot tr {
    text-align: left; 
	text-transform: uppercase; 
	background: #fff; 
	padding: 10px;
	}			
/* 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;
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
    display: block;
	list-style-type: square;
	}
#leftContent a { 
    color: #FFFFFF;
	text-decoration: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0; 
    }
#leftContent li:hover {
    background-color: #D79F51;
    }
#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;
	}
#ideastar {
	float: right;
	color: #898989;
	}
#ideastar img{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
#ideastar a{
	color: #898989;
	text-decoration: none;
	}

/* 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;
	 }
	
