﻿/*********** overall ***********/
img {
	border:0px;
}

body {
	margin:auto;
	background-image:url(../../Images/mainBg.gif);
}

#mainContainer {
	width:1006px;
	height:100%;
	margin:auto;
	background:url(../../Images/dropShadow.png) repeat-y;
}

.clear {
	clear:both;
}

/*********** header ***********/
.headerContainer {
	background:url(../../Images/headerBg.gif) repeat-x;
	width:1000px;
	height:100px;
	margin:0px 3px 0px 3px;
	}

.logoContainer {
	width:100%;
	height:100px;
	margin:auto;
	text-align:center;
	}

.navBar {
	width:1000px;
	height:26px;
	background:url(../../Images/menuBg.gif) repeat-x;
	margin:0px 3px 0px 3px;
	}
	
.menuContainer {
	width:750px;
	height:26px;
	float:left;
	}

.dropdownContainer {
	width:245px;
	height:22px;
	float:right;
	text-align:right;
	padding:2px 5px 0px 0px;
	}

.imageContainer01 {
	width:1000px;
	height:134px;
	margin:0px 3px 0px 3px;
	}

/*********** content ***********/

.contentContainer {
	width:1000px;
	height:auto;
	background-color:#f2eee4;
	margin:0px 3px 0px 3px;
	}
	
.leftPane {
	width:788px;
	height:auto;
	background-color:#e8e6d2;
	border-right:2px solid #e5ddc8;
	float:left;
	padding:5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8f8d78;
	line-height:16px;
	}

.rightPane {
	width:200px;
	height:inherit;
	float:right;
	background-color:#f2eee4;
	}

.lowerPane {
	width:1000px;
	height:180px;
	border-top:1px solid #ffffff;
	background-color:#f2eee4;
	padding:10px 0px 10px 0px;
	}
	
.pane01 {
	width:800px;
	height:auto;
	background-color:#f2eee3;
	float:left;
	}

.pane02 {
	width:200px;
	height:auto;
	background-color:#f2eee3;
	float:right;
	}
	
.thumbsContainer {
	width:68px;
	height:68px;
	border:1px solid #8f8d78;
	margin-right:5px;
	float:left;
	}
	
/*********** text ***********/
.textHeader {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#a5593d;
	line-height:18px;
	margin-bottom:8px;
	}

.text01 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8f8d78;
	line-height:16px;
	}


/*********** footer ***********/
.footerContainer {
	width:1000px;
	height:30px;
	background:url(../../Images/footerBg.gif) repeat-x;
	margin:auto;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8f8d78;
	text-decoration:none;
	line-height:16px;
	padding-top:10px;
	}
	
	


.mainTable {
	background-color: White;
	padding: 0px;
	margin: 0px;
}

.mainBody {
	
}

.contentArea{
	background-image: url(../../images/d_content_bg.gif);
	font-size: 8pt;
}

.subheader{
	padding: 5px;
	font-size: 8pt;
	font-variant: small-caps;
	font-style: italic;
}

.menuItem {
	font-size: 10px;
	text-align: center;
	border: solid 1px #999999;
}
.stdText {
	font-size: 8pt;
	color: #8f8d78;
}
.menutd {
	background-image: url(../../images/d_menu_bg.gif);
}
.footertd {
	background-image: url(../../images/d_footer_bg.gif);
}

h1 {
	font-size: 11pt;
	font-weight: normal;
	color: #7c593d;
}

a {
	color: #8f8d78;
}
