/* @override http://72.249.47.106/css/style.css */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #935d31 url(../images/design/background.jpg) repeat-x;
	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: #000000;
	z-index: 1;
}
.twoColFixRt #container { 
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: url(../images/design/body.png) no-repeat;
}
.twoColFixRt #sidebar1 {
	width: 200px;
	float: right;
	padding-bottom: 25px;
	margin-right: 82px;
	background: url(../images/design/sidebar.png) no-repeat 0 bottom;
	height: 400px;
}

.sidelinks {
	font: italic 14px/32px Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
	padding-top: 25px;
	width: 170px;
}

.twoColFixRt #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 25px;
	padding-left: 35px;
	margin-right: 400px;
} 

.twoColFixRt #mainContent1Col {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 25px;
	padding-left: 35px;
	margin-right: 125px;
} 

.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;
}
h1#logo {
   	display: block;
   	width: 325px; /* Width and height of your logo image */
   	height: 90px;
  	background-image: url(../images/design/logo.png);
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}
h1#logo span {
   display: none;
}

.topnav {
	text-align: center;
	color: white;
	margin-top: 0;
	padding-top: 21px;
	padding-right: 50px;
}

.topnav a{
	text-decoration: none;
	position: relative;
	font: bold 11px Arial;
	color: black;
	width: 84px;
	height: 35px;
	background: url(../images/tab.png) no-repeat;
	margin: 0;
	padding-top: 12px;
	display: block;
	float: right;
}

.topnav a:hover{
	color: white;
	background: url(../images/tab_over.png) no-repeat;
}

h2 {
	color: #7f2e19;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

h3 {
	color: #7f2e19;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	padding-top: 10px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #7f2e19;
	padding-bottom: 0px;
	padding-top: 10px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

p {
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 10px;
}

.background {
	background: url(../images/design/content_background.jpg) no-repeat 0 bottom;
	width: 750px;
	margin-left: 42px;
}

.framerepeat {
	top: 0;
}

a.white:link { color: white;
	text-decoration: none;
}

a.white:visited { color: white;
	text-decoration: none;
}

a.white:hover { color: #fcb8eb;
	text-decoration: none;
}

a:link { color: #a92811;
	text-decoration: none;
}

a:hover { color: #f81a19;
	text-decoration: none;
}

a:visited { color: #a92811;
	text-decoration: none;
}

.inline {
	background-color: #e2d2b4;
	padding: 25px;
	border: 1px solid #7f2e19;
	color: #7f2e19;
	font: italic 9px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.border {
	border: 1px solid #935d31;
}

.headerphoto {
	margin-left: 42px;
	margin-top: 5px;
	border-style: none;
	width: 668px;
	height: 250px;
}

.footer {
	width: 100%;
	height: 27px;
	color: #fbfffc;
	background: url(../images/design/footer.png) no-repeat;
	margin: 0 0 0 42px;
}

.footertext {
	width: 100%;
	height: 15px;
	text-align: left;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
}
