@charset "utf-8";



#content {
	width:720px;
	z-index:1;
	padding: 10px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixLtHdr #container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #966;
	border: thin solid #F4EAEA;
} 
.twoColFixLtHdr #header {
	text-align: center;
	padding: 2px;
	background-image: url(images/header_bkg.png);
	background-repeat: repeat;
} 
.twoColFixLtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	text-align: left;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-right: 0.5em;
	border: thin ridge #999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 10px;
	margin-left: .2em;
}
.twoColFixLtHdr #mainContent {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
	margin-top: .4em;
	margin-right: .5em;
	margin-bottom: .4em;
	margin-left: 20em;
	border: thin ridge #966;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4EAEA;
	border-right-color: #F4EAEA;
	border-bottom-color: #F4EAEA;
	border-left-color: #F4EAEA;
} 
.twoColFixLtHdr #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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.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;
}

.contentimage {
	padding: 10px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #E1C8C8;


}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #06C;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F90;
}
h1 {
	font-size: 18px;
	color: #966;
}
h2 {
	font-size: 16px;
	color: #06F;
}
h3 {
	font-size: 14px;
	color: #090;
}
body,td,th {
	font-size: 12px;
}
table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	font-weight: bold;
}
