@charset "utf-8";
/* CSS Document */

body {
	font: 80%/100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: left; /* 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: #000033;
	vertical-align: top;
	line-height: 1.2;
}
.container #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	vertical-align: top;
			}
#header {
	background: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 800px;
	text-align:left;
	vertical-align: top;
	}
		 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		 


#mainContent {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	min-height: 430px;
	}


#coolbox {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFCC;
	float:left;
	width: 200px;
	min-height: 150px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px dotted #663333;
	list-style-type: circle;
	font-size: 10pt;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	list-style-position: inside;
}

#footer .footer{
	border-top: 0px;
	font-size: 8pt;
	color: #003399;
	width: 800px;
	background-color: #b79d8f;
	}
	
#footer {
margin: 0 auto;
	width: 800px;
	text-align:center;
	background-color: #b79d8f;
	background:url(images/designfooter.gif)
	}

h3 {font-family: "Courier New", Courier, monospace;
font-size: 130%;
margin: 0 0 3px 0;}

h4 {font-family: "Courier New", Courier, monospace;
font-size: 120%;
margin: 0 0 0 0;
padding: 0 0 0 0;}

h5 {font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-left: 10px;
}


.bold {font-family: "Courier New", Courier, monospace;
font-size: 120%;
margin: 0 0 0 0;
padding: 0 0 0 0;}

.small {font-size: 83%; margin-top: 0;}

a:link {color:#333333;
text-decoration:none}
a:hover {color:#330066
text-decoration:none}
a:visited {color:#333333;
text-decoration:none}
