body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ddcba3;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #310200;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	text-transform: none;
}

a:visited {
	text-decoration: none;
	text-transform: none;
}

.two #container { 
	width: 56.25em;
	margin: 0 auto;
	background: #c1a36b;
	text-align: justify;
	line-height: 17px;
} 

/*---Header Style---*/

.two #header { 
	background: #310200; 
	padding: 0 0;
	height: 300px;
} 
.two #header h1 {
	margin: 0;
	padding: 10px 0;
}
/*---Menu---*/

.two #menu {
	background: url(../images/menubg.jpg) repeat-x;
	height: 40px;
	font-size: 12px;
	font-weight: 600;
}

.two #menu a:link {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	padding: 0 2px 0 2px;
}
.two #menu a:hover {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}
.two #menu a:active {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}
.two #menu a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}
 .two #menu td:hover {
 	background: #680900;
	border-top: 1px solid #DDCBA3;
	border-left: 1px solid #DDCBA3;
}
 .two #menu td:active {
 	background: #680900;
	border-top: 1px solid #DDCBA3;
}
/*---Side Bar---*/

.two #sidebar1 {
	float: left; 
	width: 313px; /* since this element is floated, a width must be given */
	background: url(../images/sidebarbg.gif) repeat-y;
	margin: 0 15px 0 10px;
	font-size: 11px;
	
}
.two #sidebar1 a:link {
	color: #ffffff;
}
.two #sidebar1 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.two #sidebar1 a:active {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}
.two #sidebar1 a:visited {
	color: #ffffff;
}
.two #sidebar1 h3, .two #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/*---Main Content---*/

.two #mainContent {
	margin: 0 1.5em 0 28em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	font-size: 12px;
} 

.two #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b28f58;
	height: 95px;
} 
.two #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #680900;
	font-size: 10px;
	text-align:center;
}

.two #footer a:link {
	color: #680900;
	text-decoration: none;
	text-transform: none;
}

.two #footer a:hover {
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}

.two #footer a:visited {
	color: #680900;
	text-decoration: none;
	text-transform: none;
}

.two #footer a:active {
	color: #680900;
	text-decoration: none;
	text-transform: none;
}
.two #footer .copyright {
	color: #333333;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.whitelist {
	color: #FFFFFF;
}