@charset "UTF-8";
/*--------------LAYOUT STYLES----------------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../images/background_grey.gif);
}
.ltSdBr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #491A47;
} 
.ltSdBr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	left: 0px;
	height: 160px;
} 
.ltSdBr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	text-indent: -1000em;
	background-image: url(../images/headerBackgroundnew4.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 160px;
	width: 780px;
	top: 0px;
	bottom: 0px;
}
.ltSdBr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #FFF;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 10px;
}
.ltSdBr #mainContent {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFF;
} 
.ltSdBr #footer {
	background-image: url(../images/footerBackground.jpg);
	height: 55px;
	text-align: center;
} 
.ltSdBr #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;
}
.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;
}
/*--------------PRESENTATION STYLES----------------*/
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
p, ul, ol, dl {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 20px;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0.6em;
}
h1 {
	color: #50303F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-variant: small-caps;
	color: #733738;
	margin-left: 10px;
	font-size: 15px;
}
h3 {
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 20px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
	text-align: center;
}
a:link {
	color: #50303F;
	text-decoration: none;
}
a:visited {
	color: #50303F;
	text-decoration: none;
}
a:hover {
	color: #A24D24;
	text-decoration: underline;
}
a:active {
	color: #A24D24;
	text-decoration: none;
	text-align: center;
	font-size: 0.7em;
}
#body h1 {
}
.hiLite {
	color: #50303F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.bold {
	color: #666;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
}
#footer {
	text-align: center;
	padding-top: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	height: 55px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	background-image: url(../images/footerBackground.jpg);
}
.quotes {
	color: #733738;
	font-style: italic;
	font-size: 0.8em;
}
#content {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	padding: 20px;
}
#navbar {
	position: relative;
	top: 90px;
}
img {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
