@charset "utf-8";
/* CSS Document */
body {
	margin: 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-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
}
.oneColElsCtrHdr #container {
	width: 735px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtrHdr #header {
	background-color: #6699FF;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0;
}
.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	background-color: #6699FF;
	text-align: center;
	font-size: x-small;
} 
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #links {
	font-size: small;
	line-height: 1.5em;
	background-color: #CCCCCC;
	text-align: center;
	padding: 6px;
}
.oneColElsCtrHdr #list {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 30px;
}
.img {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.imgs1 {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.imgs2 {
	float: right;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.imgs3 {
	float: right;
	border: 1px solid #000000;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

.imgs4 {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.date {
	float: right;
	font-size: x-small;
	padding-right: 12px;
}
li {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 4em;
}

a:link {
	font-size: small;
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
	font-size: small;
}
a:active {
	color: #0033CC;
	text-decoration: none;
	font-size: small;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
a
{
  outline: none;
}  
