@charset "UTF-8";
/* CSS Document */
body {
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat;
	background-image: url(imgs/bckgrnd1.jpg);
	text-align: left;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #000000;
	
}
.oneColFixCtrHdr #header {
	margin: 0px;
	height: 100px;
	background-color: #ddff00;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #E8002A;
	padding: 12px;
}
.oneColFixCtrHdr #mainContent2 {
	font-weight: normal;
	padding: 12px;
	background-color: #ffdd00;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ddff00;
	font-weight: 400;
}
.oneColFixCtrHdr #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 */
}

.oneColFixCtrHdr #navbar {
	height: 30px;
	background-color: #ddff00;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.menu {
	padding-top: 40px;
}
a:link {
	color: #FFDD00;
	font-weight:500;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight:500;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:link {
	color: #330000;
	text-decoration: none;
}
li {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 1em;
	font-weight: normal;
}
.about  {
	color: 330000;
}
.about a {
	color: 330000;
	margin-left: 16px;
}

