/* CSS Document */

body  {
	background: #0066FF;
	margin: 0;
 	padding: 0;
	text-align: left;
	color: #0F0F0F;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
}


a {
	color:#FF0033;
	text-decoration:none;
	border-bottom:1px dotted;
	}

a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}


#container { 
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 5px solid #99CC00;
	text-align: left;
} 

#header { 
	background:#FFFFFF;
	padding: 0 10px;  /* 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. */
	height:190px;
	text-align:left;
	color:#0F0F0F;
} 

#header h1 {
	font-family: "Comic Sans MS";
	font-size:200%;
	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 */
	}


#leftcol {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 150px; 
	background:#99CC00; 
	padding: 15px 15px 0; /* top and bottom padding create visual space within this div  */
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#centercol { 
	margin-top: 0; 
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;

}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#99CC00;
	text-align:center;
	color:#FF0033;
	font-size: .8em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logo-text {margin:0; width:600px; margin-top: -140px; margin-left: 290px; }

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 25px;
  left: 20px;
  line-height: 30px; }

ul#main-nav {font-family:helvetica,arial,sans-serif;margin:0;padding:0; width:10em;}
ul#main-nav li {margin:0;padding:0;list-style:none;margin:0 0 0.3em 0; line-height: 20px;}
ul#main-nav li a {text-decoration:none; display:block; padding:0.6em 0.6em 0 0.6em; color:black; background:#99CC00 ;border-bottom:0.5em solid #0066FF;}
ul#main-nav li a:hover {background:#0066FF;border-bottom:0.5em solid #0066FF;}

h3 {font-family: verdana,aria,sans-serif; color: #0066FF;}

img.floatleft {float: left; margin-right: 15px;}

.smbutton a {border: 0px;}

.header-image a {border: 0px;}

#map a { color:#0F0F0F;
	text-decoration:none;
	border-bottom:none;}

#map a:hover {color:#0F0F0F;
	text-decoration:none;
	border-bottom:none;}
