@charset "UTF-8";
/* CSS Document */

body {
	font-size: 13px;
	font-family: Lucida, Arial, Helvetica, Verdana,  sans-serif;
	line-height: 19px;
	background: #d6ccb5 url(images/bg.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
}

.menu {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 40px;
}

a.menu:link {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 40px;
	text-decoration:none;
}

a.menu:hover {
	color: #bb9212;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 40px;
	text-decoration:none;
}

.menuSelect {
	color: #910626;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 40px;
}



.oneColLiqCtr #container {
	width: 795px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a:link
 {
	color: #D55D30;
	text-decoration: underline;
	text-indent: 0cm;
	font-weight: normal;
	font-size: 12px;
}

a:visited
 {
	color: #D55D30;
	text-decoration: underline;
	text-indent: 0cm;
	font-weight: normal;
	font-size: 12px;
}
a:hover
 {
	color: #993300;
	text-decoration: underline;
	text-indent: 0cm;
	font-weight: normal;
	font-size: 12px;
}


.headers {
	color: #0474BD;
	font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, "Times New Roman", serif;
}

.subtitle {
	color: #C14931;
	font-weight: normal;
	font-size: 14px;
}

.description {
	font-size: 11px;
	font-family: Lucida, Arial, Helvetica, Verdana,  sans-serif;
	line-height: 14px;
}

.description2 {
	font-size: 12px;
	font-family: Lucida, Arial, Helvetica, Verdana,  sans-serif;
	line-height: 16px;
	color: #777777;
}



