
html {
	height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: auto;
	background:#fff url(/header_outer.jpg) repeat-x;
	background-size:cover;
	background-position: fixed; top: 0; left: 0;	
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}



#page_bg {
	
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 960px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	
	padding-bottom: 50px;
}



#bg {
	position:absolute;
	left: 50%;
	width:960px;
	min-height:800px;
     	height:auto !important;
     	height:800px;
	margin-top: 5px; /*set to a negative number 1/2 of your height*/
	margin-left: -480px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color:white;
	
}

#flag {	height: 15px;
	width: 70px;
	position:absolute; top:150px; right:0px;
	font-size: 10pt;
}

#logo_text { 	margin:10px 10px 10px 10px; 
		font-size: 50pt; 
		color: #3C718B;
}



#logo {	
	border-style:solid;
	border-width:2px;
	margin: 0px;
	padding: 0px;
	height: 150px;
}



#pathway {	
	height: 45px;
		
}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	border-top-style:solid;
	background: #3C718B;
  	//filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#759DA9, endColorstr=#25697A);
 	background: -webkit-gradient(linear, left top, left bottom, from(#759DA9), to(#25697A));
 	background: -moz-linear-gradient(top,  #759DA9,  #25697A);
  	border: solid 1px #1B116D;

}
//#footer p {
	padding:1em;
	margin:0;
}




h2 {	font-weight: bold;
	font-size:25px;
}

h3 {
  	color: #3C718B;
 	background: none;
 	margin-left: 0%;
 	margin-right: 0%;
  	font-weight: bold
}
h4 {	text-align:center;
	font-weight: bold;
	font-size:25px;
}

h5 {	text-align:center;
	font-weight: bold;
	font-size:12px;
	margin: 4px
}



#column_bg {
	margin: 10px;
	height:100%;

}
 
#right_column { 
	margin: 0; 
	padding: 0;
	width: 720px; 
	height: 100%;
	float: right;
	border: 1px #1B116D;
	border-top-style:solid;
	padding-bottom: 50px;

}


#left_column { 
	margin: 0; 
	padding: 0; 
	width: 180px;
	min-height:150px;
     	height:auto !important;
     	height:150px;  
	border: 1px #1B116D;
	border-top-style:solid;
	border-bottom-style:solid;
}

