html, body {
	margin: 0;
	padding: 0;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a03024;
	}
a:link {
	text-decoration: none;
	color: #a03024;
	}
a:visited {
	text-decoration: none;
	color: #a03024;
	}
a:hover {
	text-decoration: underline;
	color: #a03024;
	}
a:active {
	text-decoration: none;
	color: #a03024;
	font-weight: bold;
	}
/* -------------- OUTER BORDER -------------- */	
.outer {
	width: 990px;
    background-color:#FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid rgb(160,48,36); 
	}
/* -------------- TOP BANNER -------------- */	
.pageTop {
	background-image: url(images/pageTop_bkg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 100%;
	height: 200px;
	}
/* -------------- Vertical Navigation Menu -------------- */
.verticalNav {
	background-image: url(images/vertical_nav_bkg.gif);
	background-repeat: no-repeat;
	width: 191px;
	height: 182px;
	}
.verticalNav span {
	display: block;
	height: 20px;
	}
.new_verticalNav {
	background-image: url(images/new_vertical_nav_bkg.gif);
	background-repeat: no-repeat;
	width: 191px;
	height: 182px;
	}
.new_verticalNav span {
	display: block;
	height: 7px;
	}	
a.button {
	background: url(images/vertical_nav_btn.gif) no-repeat 0 0;
	width: 191px;
	height: 25px;
	margin: 1px 0px 3px 0px;
	line-height: 25px;
	display: block;
	text-indent: 2.5em;
	font-weight: bold;
	color: #ddbb88;
	}
a.button:hover {
	background-position: 0 -25px;
	text-indent: 3.5em;
	color: #ddbb88;
	}
a.button:visited {
	color: #ddbb88;
	}		
/* -------------- PAGE HEADER TEXT -------------- */
.pageTitleTxt {
	color: #a03024;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
	}
.pageSubTitleTxt {
	color: #a03024;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
	}	
/* -------------- PAGE CONTENT -------------- */
.pageContent {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 5px;
	}
/* ---------------- TESTIMONIALS ---------------- */
.testimonialsOdd {
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px; 
	}
.testimonialsOdd div{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	}	
.testimonialsEven {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px; 
	}
.testimonialsEven div{
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	}
/* ---------------- BLOG ---------------- */
.blogHeader {
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
.blog {
	padding: 5px 5px 5px 5px;
	}
.more {
	text-align: right;
	float: right;
	font-weight: normal;
	font-size: 8px;
	}
/* ---------------- LINKS ---------------- */
.linkHeader {
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
.linkDetails {
	padding: 5px 5px 5px 5px;
	}		
/* -------------- FOOTER -------------- */			
.bottomlinkbar {
	background-image: url(images/footer_nav_bkg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 33px;
	}
.bottomlinks {
	text-align: center;
	padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
	color: #ddbb88;
	font-size: 10px;
	text-transform: uppercase;
	}
.bottomlinks a {
	color: #ddbb88;
	}
.bottomlinks a:hover {
	color: #ddbb88;
	text-decoration: underline;
	}	
.bottomlinks a:visited {
	color: #ddbb88;
	}			
.copyright {
	font-size: 9px;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
	color: #a03024;
	text-align: center;
	}
.design {
	text-align: right;
	padding: 0px 5px 5px 5px;
	}	