/* The main style sheet applies to the content area of the website */

/* ------------------------- CONTENT CONTAINER ------------------------- */

table#content-table{
	width:900px;
	margin-left:auto;
	margin-right:auto;

}

table#content-table td{
	vertical-align:top;
}

/* ---------- LEFT COLUMN ---------- */

td#left-top{
	width:230px;
}

div#date{
	width:230px;
	color:#654200;
	font-weight:bold;
	/*text-align:center;*/
}

/* ---------- RIGHT COLUMN ---------- */

td#right-top{
	width:690px;
}

div#title{
	width:670px;
	border-bottom:1px solid #654200;
}

div#content-holder{
	margin-top:20px;
}


div.content_div{
	color:#8A6F3D;
	text-align:justify;
	line-height:20px;
}	

div.content_div a{
	color:#654200;	
	text-decoration:underline;
	font-weight:bold;
}

div.content_div a:hover{
	text-decoration:none;
	font-weight:bold;
}

div.content_div ul{
	margin-left:30px;
	text-align:justify;
	margin-right:30px;
	line-height:25px;
}

div.content_div ul li{
	list-style:url(../images/ul_bg.jpg);

}

div.content_div ol{
	margin-left:30px;
	text-align:justify;
	margin-right:30px;
	line-height:25px;
}

div.content_div ol li{
	list-style:decimal;
}

div.content_div ol li ol li{
	list-style:lower-alpha;
}


/* ------------------------- HEADERS ------------------------- */

h1{
	text-align:right;
	color:#DBC5AF;
	font-size:30px;
}

h2{
	color:#A56F36;
	font-size:20px;	
	padding-bottom:20px;
}

h3{
	color:#A56F36;
	font-size:19px;	
	padding-bottom:20px;
}

h4{
	color:#A56F36;
	font-size:18px;	
	padding-bottom:20px;
}

h5{
	color:#A56F36;
	font-size:17px;	
	padding-bottom:20px;
}

h6{
	font-style:italic;
	
}

/* ------------------------- CONTENT TABLES ------------------------- */

table.contenttable{
	width:670px;
	border:1px solid #654200;
	border-collapse:collapse;
}

table.contenttable td{
	border:1px solid #654200;
	padding:2px;
}

/* ------------------------- FILE LINKS ------------------------- */

table.csc-uploads td{
	padding-bottom:20px;
}

/* ------------------------- PHOTO GALLERY ------------------------- */

div.tx-photogals-pi1{
	width:420px;
	margin-left:auto;
	margin-right:auto;
}

div.tx-photogals-pi1-big{
	width:420px;
}

div.tx-photogals-pi1-big img{

}


/* ------------------------- FORM ------------------------- */

div.tx-thmailformplus-pi1{
	margin-top:20px;
	margin-bottom:10px;
}

table.csc-mailform td{
	padding-bottom:15px;
}

table.csc-mailform td.csc-form-labelcell{
	padding-right:30px;	
}


div#rss{
	margin-top:10px;
	float:right;	
}

div#rss a{
	color:#654200;	
	text-decoration:underline;
	font-weight:bold;
}

div#rss a:hover{
	text-decoration:none;
}


table.next{
       width:600px;
       margin-top:20px;
       margin-bottom:20px;
}

table.next a{
        color:#654200;	
	text-decoration:underline;
	font-weight:bold;
}

table.next a:hover{
	text-decoration:none;
	font-weight:bold;
}

table.next td.left{
       width:550px;
}


table.alignment td.td-0{
        width:300px;
}

table.alignment td.td-1{
	width:200px;
}

table.commitee td.td-0{
	width:300px;
}