﻿/***********************************************/
/* westrend-style.css                             */
/***********************************************/
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-size: 10pt;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #878686;
	font-weight: normal;
}
a{
	color: #72AA00;
	text-decoration: none;
}

a:link{
	color: #72AA00;
	text-decoration: none;
}

a:hover{
	color: #A5CF3D;
	text-decoration: underline;
}

#h1{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	color: #3ab133;
	font-weight: normal;
	font-style: italic;
}
#h2{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10pt;
	color: #3ab133;
	font-weight: bold;
}
#h3{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 9pt;
	color: #3ab133;
	font-style: italic;
}
#h4{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 10pt;
	color: #878686;
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	width: 800px;
	height: auto;
	border: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#footer {
	clear: both;
	height: 45px;
	width: 715px;
	background-color: #FFFFFF;
	background-image: url(images/footer_BG.jpg);
	font-size: 9pt;
	padding-top: 32px;
	padding-left: 85px;
}
#left-pane {
	float: left;
	height: auto;
	width: 249px;
	padding-left: 15px;	
    padding-right: 15px;
	color: #8d8d8d;	
	font-size: 9pt;
}
#right-pane {
	float: right;
	height: auto;
	width: 521px;
	background-color: #FFFFFF;
	line-height:150%
}
#topstripes {
	float: right;
	height: 15px;
	width: 521px;
}
#navs {
	float: right;
	height: 87px;
	width: 521px;
	background-color: #FFFFFF;
}
#banner {
	float: right;
	height: 284px;
	width: 521px;
	background-color: #FFFFFF;
}
#large_content_area {
	height: auto;
	width: 521px;
	float: right;
}
#smaller_content_box {
	float: right;
	height: auto;
	width: 494px;
	background-image: url(images/shadow1.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 12px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#section_box {
	height: auto;
	width: 484px;
}

#left_iner_section_box {
	height: auto;
	width: 147px;
	float: left;
}
#right_iner_section_box {
	float: right;
	height: auto;
	width: 336px;
}
#left_pane_smaller {
	height: auto;
	width: 209px;
	padding-left: 35px;
	padding-right: 35px;
	float: left;
	padding-top: 0px;
}
