/***** Global *****/

/***** Text *****/
h1 {
font-size: 3em;
	margin: 30px 0 -10px 0;
	color: #4169e1;
}

#main h2 {
text-align:center;
text-transform: uppercase;
font-size: 1.7em;	
}
h3 {
	background: #c3d1f5;
	margin-bottom: .5em;
	text-align: center;
}
#header h3 {
	background: none;
	margin-bottom: 0;

}

#main h4 {
	color: #4169e1;
}

/***** Navigation - Main *****/
#menu ul {
margin-left: 15px;
}

#menu ul li {
	font-size: .9em;
	line-height: 2em;
}

/***** Misc. Elements *****/
#main ul li {
	margin-left: 20px;
	line-height: 1.6em;
}

hr {
	margin-top: 15px;
	margin-bottom: 5px;
}
/***** Structure *****/
.container_12 {
background: #fff;
}
#container {
	background: #fff;
	overflow: hidden;
}
#header {	
	background: #fff url(../images/sky-header.jpg) no-repeat center;
	margin-bottom: 1em;
	}
#footer {
	background-color: #fff;
	margin-top: .5em;
}
#centerwrap {
	background: #f0f;
}
#menu {
	background-color:#fff;
	text-align: left;
}
#main {
	background-color: #fff;
	text-align: left;
}
#sidebar {
	background-color: #fff;
	text-align: left;
}

