/* CSS Document */

body {
	background-color: #957451;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#p, #td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.pageTitle{
	font-size:18px;
	font-family:Verdana;
	font-weight:bold;
	letter-spacing:1px;
}

.link1:link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.link1:active {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.link1:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.link1:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.footerLink:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footerLink:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footerLink:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footerLink:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


/*Rounded box container 1*/
div#brownContainer{ margin: 0 10%; background: #2C5B00;/*#7A5D3F;*/ /*#957451*/ width: 100%; margin-left: auto; margin-right: auto; } 
roundedBoxBrown.rtop, roundedBoxBrown.rbottom{ display:block; background: #957451 }
roundedBoxBrown.rtop roundedBoxBrown, roundedBoxBrown.rbottom roundedBoxBrown{ display:block; height: 1px; overflow: hidden; background: #7A5D3F }
roundedBoxBrown.r1{margin: 0 5px}
roundedBoxBrown.r2{margin: 0 3px}
roundedBoxBrown.r3{margin: 0 2px}
roundedBoxBrown.rtop roundedBoxBrown.r4, roundedBoxBrown.rbottom roundedBoxBrown.r4{margin: 0 1px;height: 2px}


/*Rounded box container 2*/
div#whiteContainer{ margin: 0 10%; background: #FFFFFF; /*#957451*/ width:100%; margin-left: auto; margin-right: auto; } 
roundedBoxGray.rtop, roundedBoxGray.rbottom{ display:block; background: #957451 }
roundedBoxGray.rtop roundedBoxGray, roundedBoxGray.rbottom roundedBoxGray{ display:block; height: 1px; overflow: hidden; background: #CCBAA6 }
roundedBoxGray.r1{margin: 0 5px}
roundedBoxGray.r2{margin: 0 3px}
roundedBoxGray.r3{margin: 0 2px}
roundedBoxGray.rtop roundedBoxGray.r4, roundedBoxGray.rbottom roundedBoxGray.r4{margin: 0 1px;height: 2px}

