/*
	################################
			Reference
	################################
	
	font: size/line-height;

	padding: top right bottom left	
*/



body
{
	margin: 50px 0px 10px 50px;
	background-color: #E2DAD5;
	font-family: Verdana, Arial, Helvetica;
	color: #34352d;
	background-image: url(images/woodbg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

form {
	margin: 0px;
	padding: 0px;
}

input {

	font-size: 10px;
	
}

ul {
	list-style-image: url("images/bullet.gif");
}






/* text and headers */

.t1 {
	font-size: 9px;
	line-height: 11px;
}

.t2 {
	font-size: 10px;
	line-height: 12px;
}

.t3 {
	font-size: 11px;
	line-height: 13px;
}

.t4 {
	font-size: 12px;
	line-height: 16px;
}


.h2 {
	font-size: 11px;
	font-weight: bold;
}

.h3 {
	font-size: 12px;
	font-weight: bold;
}

.h4 {
	font-size: 12px;
	font-weight: bold;

}


/* colors */
.red {
	color: #ff0000;
}








/* links */

a {
	font-weight: bold;
	color: #788034;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}








/* Tables and layout */

.contentBox {
	width: 849px;

	background-image: url("images/watermark.jpg");
	background-color: #CDCDCB;
	background-repeat: no-repeat;
}

.leftCol
{
	background-color: #4e4c40;
	border: 0px;
	border-right-width: 3px;
	border-style: solid;
	border-color: #372F0C;
	background-image: url(images/buttonbg.jpg);
	background-repeat: no-repeat;
}

.rightCol {
	padding: 20px 10px 10px 20px;
}

.headerBox {
	padding: 3px;
	
	font-size: 11px;
	font-weight: bold;
	
	background-color: #a9a693;
	
	border: 1px;
	border-style: solid;
	border-color: #372F0C;	
}






/* Drop Downs */

#dropdowns .subTable {
	width: 190px;
	
	background-color: #9F9980;

	border: 3px;
	border-style: solid;
	border-color: #372f0c;
	
	cursor: pointer;
}

#dropdowns .sub {
	padding: 3px 13px 3px 13px;
	
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F9F8EE;

	cursor: pointer;
}

#dropdowns .subOver {
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 4px 6px;
	background-color: #CFC7B1;

	padding: 3px 13px 3px 13px;

	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2A2A1E;
	cursor: pointer;
}






/* Other Items */

img.border {
	border: 1px;
	border-color: #372F0C;
	border-style: solid;
}