	html, body, ul, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
		margin: 0;
		padding: 0;
		border: 0;
	}
* {margin:0; padding:0}
	A:link {text-decoration: none}
	A:visited {text-decoration: none}
	A:active {text-decoration: none}
	
	body {
		min-width:740px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #D3E1F5;
		background-image: url(img/background.jpg);
		background-repeat: repeat-x;
	}
	
	html, body {
	     height: 100%;
	}

	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 900;
		color: #C03030;
		margin-bottom: 2px;
	}
	
	h3{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: lighter;
		color: #505050;
		margin-bottom: 10px;
	}
	
	#wrap {
		width:740px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -34px; /* for the footer */
		margin-top: 15px;
	}
	
	#second_wrap{
		float: left;
		width:740px;
		background-image: url(img/wrapper_back.gif);
		background-repeat: repeat-y;
	}
	
	#main { /* contains header and content */
		float:left;
		width:522px;
	}
	
	#header {
		float:left;
		width:522px;
	}
	
	#content {
		float:left;
		width:507px;
		padding-left: 10px;
		padding-right: 5px;
		padding-bottom: 10px;
	}

	#content li{
		margin-left: 30px;
	}
	
	#content label {
    display:block;
    width:175px;
    text-align:right;
    float:left;
    margin-right:3px;
	}
	
	#nav {
		float:right;
		width:205px;
		margin-top: 0px;
	}
	
	#menu{
		padding-bottom: 10px;
	}
	
  #schedule_widget {
  	background-color: #ffffff;
  	height: 75px;
  }
  
  #IEroot #schedule_widget {
  	margin-top: -3px;
  }

	#weather {
		background-color: #ffffff;
		padding-left: 10px;
		font-size: 10px;
	}
	
	#weather label {
		font-weight: bold;
	}
	
	#login label{
    display:block;
    width:60px;
    text-align:right;
    float:left;
    margin-right:3px;
		font-size: 11px;
	}
	#login input{
		border:1px solid #000000;
    margin-bottom:3px;
	}
	
	#skyvector {
		width: 190px;
		height: 190px;
		margin-top: 10px;
	}
	
	.footer {
		height: 34px;
		clear: both;
	}
	#footer-nav {
		margin-top: 8px;
	}
	
	.footer, .push {
	    height: 34px;
	}

.news_edit_section {
width: 500px;
}
