@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00539E;
	border-right-color: #00539E;
	border-bottom-color: #00539E;
	border-left-color: #00539E;
	border-top-width: medium;
	border-right-width: medium;
	background-image: url(images/background.jpg);
	border-bottom-width: thin;
	border-left-width: thin;
} 

#IndexContainer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;	
} 

#header {
	width: 560px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
} 

#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 */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 315px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
} 

#IndexMainContent {
	background-color: #FFF;
	border: medium solid #003E8C;
	background-repeat: no-repeat;
	background-image: url(images/index.png);
	height: 600px;
	width: 900px;
} 
	
#BlueMainContent {
	margin-top: 130px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #FFF;
	border: medium solid #003E8C;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/MainContentLine_Blue.png);

} 

#RedMainContent {
	margin-top: 130px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #FFF;
	border: medium solid #FF0014;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/MainContentLine_Red.png);
	font-size: 100%;
	color: #000;
} 	

#YellowMainContent {
	margin-top: 130px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #FFF;
	border: medium solid #FFC400;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/MainContentLine_Yellow.png);
	color: #000;
} 	

#GreenMainContent {
	margin-top: 130px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #FFF;
	border: medium solid #00B133;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/MainContentLine_green.png);
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 1em;
} 	

#OrangeMainContent {
	margin-top: 130px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #FFF;
	border: medium solid #F70;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/MainContentLine_orange.png);
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 1em;
} 	

#PurpleMainContent {
	margin-top: 130px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #FFF;
	border: medium solid #5E0C81;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/MainContentLine_purple.png);
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 1em;
} 	

#RainbowMainContent {
	margin-top: 130px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	background-color: #FFF;
	border: medium solid #FF0075;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/MainContentLine_Rainbow.png);
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 1em;
} 	
#subNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;
}

#footer {
	padding: 0 10px 0 20px;
	text-align: right;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #003E8C;
	font-family: Verdana, Geneva, sans-serif;
} 

#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
