/*  HTML DEFAULTS  */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
}
table {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
}

.mainTable th {
	background:#f7f6f0;
	font-size:13px;
	font-color:#5d4830;
	font-weight:normal;
	text-align:left;
}
.mainTable td {
	background:#f7f6f0;
	font-size:13px;
}


img {
	border:0px;	
}
a, a:visited {
	color:#37220A;
}
a:hover {
	color:#37220A;
	text-decoration:none;
}
form {
	margin:0px;
	padding:0px;
}


.buffer {
	font-size:1px;
	height:7px;
	width:100%;
}

.headerContainer {
	background:url(/resources/images/header_background.gif) repeat-x bottom;
	height:102px;
}

.content {
	width:986px;	
	margin:0px auto;
}

.searchContainer {
	background:url(/resources/images/search_background.gif) repeat-x bottom;
	height:38px;
	padding:4px 13px 9px;
	width:485px;
	text-align:left;
}

.crumbsContainer {
	padding:7px 0px;	
	background:#4e3a23;
	color:#FFF;
}

.crumbsContainer a, .crumbsContainer a:visited, .crumbsContainer a:hover  {
	color:#FFF;
}

.bodyContainer {
	background:url(/resources/images/header_shadow.gif) repeat-x top;
	
}

.mainContent {
	float:left;
	
	padding-top:15px;
	padding-left:15px;
	padding-right:5px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	margin:0px 0px 10px 0px;
}

h2 {
	color:#5d4830;
	border-top:1px solid #dbdbdb;
	font-weight:normal;
	margin:0px 0px 10px;
	font-size:16px;
	padding-top:10px;
}

.columnContent {
	float:left;	
	width:227px;
	padding-top:15px;
	padding-right:15px;
}

.rightColumnContent {
	float:right;	
	width:201px;
	padding-top:15px;
	padding-left:10px;
}

.buttonLink {
	cursor:pointer;
	text-decoration:none;
	color:#FFF;
}

.button {
	float:right;
	background:#720300;
	margin-left:5px;
}

.joinCommunity {
	padding-bottom:10px;
	margin-bottom:10px; 
	border-bottom:1px solid #dbdbdb;
	
}

.joinCommunity h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	margin:0px;
	margin-bottom:4px;
}

.joinLink {
	list-style:none;
	margin-top:10px;
	text-align:right;
	background:url(/resources/images/red_bullet.gif) no-repeat 0px 5px;
	float:right;
	padding-left:8px;
}

.joinLink a {
	color:#a60000;
}

.redButtonLink, .redButtonLink:hover, .redButtonLink:visited {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

.redButton {
	height:59px;
}
	.redButton .buttonText {
		float:left;
		font-size:16px;
		font-weight:bold;
		height:59px;
		background:url(/resources/images/landinglink_background.jpg) repeat-x top;
	}


.footer {
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
}