/* set a level playing field */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	background-color: #032b83;
	font-size: 100.01%;
	margin: 10px;
}

#holder {
	margin: 5px auto;
	width: 720px; /* sets the width of the wrapper */
	position: relative; /* important to position it relatively */
	background-color: #fff;/* sets the wrappers background color*/
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
}

#header {
	background-image: url(../i/headerBackground1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
}
#header h1 {
	width: 270px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fc0;
	font-size: 150%;	
	text-align: center;
	padding-top: 50px;
	
}


#header img {
	padding: 12px 10px;
	
}



#content {
	background-image: url(../i/contentLineBackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #fff; /* needed to make line stretch to bottom */
	margin-top: 5px;
}
#content #column1 {
	float: left;
	width: 160px;
	
}

#content #mainColumn {
	padding-left: 170px;
}

#content #mainColumn #mainColumnContent {
	padding-right: 170px;
	color: #032b83;
	font-family: Arial, Helvetica, sans-serif;
}

#content #mainColumn #mainColumnContent h1 {
	padding: 10px 10px 0 10px;
	margin-top: 20px;
	font-size: 130%;
	color: #fc0;
}
#content #mainColumn #mainColumnContent h2 {
	padding: 10px 10px 0 10px;
	font-size: 110%;
}

#content #mainColumn #mainColumnContent h3 {
	padding: 10px 10px 0 10px;
	font-size: 80%;
	font-weight: bold;
	color: #fc0;
}

#content #mainColumn #mainColumnContent h4 {
	padding: 10px 10px 0 10px;
	font-size: 70%;
	font-weight: bold;
	
	
}

#content #mainColumn #mainColumnContent h5 {
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	font-weight: bold;
	
	
}

#content #mainColumn #mainColumnContent p {
	padding: 10px 10px 0 10px;
	font-size: 80%;
}


#content #mainColumn #mainColumnContent ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 73%;
	font-style: italic;	
	margin-left: 20px;
	
}


#content #column1 ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #032b83;
	font-weight: bold;
	font-size: 80%;
	
}
#content #column1 ul li {
	text-align: right;
	padding: 6px 5px 3px 10px;
	
}

#content ul li a {
	text-decoration: none;
	color: #032b83;
	
}


#content #column1 #weFly {
	background-color: #ffcc00;
	margin: 10px 10px;
	font-size: 86%;
}
#content #column1 #weFly h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	padding: 5px;
}
#content #column1 #weFly h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #032b83;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	padding: 5px;
}

#content #mainColumn #column2 {
	width: 160px;
	float: right;
	text-align: center;
}
#content #mainColumn #column2 img {
	margin: 3px;
	border: 1px solid #000;
	padding: 3px;
	background-color: #ccc;
}

#footer {
	background-image: url(../i/footerBackground.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	padding: 10px 10px 10px 170px;
}
#footer img {
	float: right;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	/*border-right: 1px solid #032b83;*/
		
}


#footer ul li#final {
	border-right: 0px solid #000;
}
#footer ul li a {
	padding: 0 10px;
	text-decoration: none;
	color: #032b83;
	line-height: 100%;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #032b83;
	font-size: 70%;
	padding: 10px 0;
}
.bodger {
	clear: both;
}