/* cascading style sheet - last edit: Oct 7 09 */



* {

	margin: 0;

}



html,body {

	background-color: #003876;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	height: 100%;

	background-image: url(../_images/runway_back.png);

	background-repeat: repeat-x;

	background-position: 0px 0px;

	}



a {color:#003876;}

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

a:hover {text-decoration: underline;}

a:active {text-decoration: none;}



ul, li {

	list-style-type:none;

	padding: 0px;

	margin: 0px;

	}

	

span.no-display  {

	display: none;

	}



p {

	margin: 12px;

	}

	

ul.std_list {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	color: #333333;

	list-style-position: outside;

	list-style-type: square;

	padding-left: 30px;

	}



	

/* -- wrapper -- */



.wrapper {

	min-height: 100%;

	width: 880px;

	padding: 40px;

	text-align: left;

	position: relative;

	margin: 10px auto auto;

	background-color: #FFFFFF;

	}

	

.content {

	margin: 0px auto;

	position: relative;

	display: block;

	padding: 0px;

	}

	

	

#logo {

	display: block;

	height: 100px;

	width: 188px;

	overflow: hidden;

	position: relative;

	padding: 0px 0px 20px;

	background-image: url(../_images/logo.png);

	background-repeat: no-repeat;

	background-position: 10px 0px;

	margin: 0px;

	}



#logo a {

	display: block;

	height: 100px;

	width: 188px;

	overflow: hidden;

	position: relative;

	}

	

h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 20px;

	color: #003876;

	font-weight: normal;

	padding: 0px 0px 12px 11px;

	}

	

.searchtext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #000000;

	background: #FFFFFF;

	border: 1px solid #3d3a38;

	}



/* -- footer -- */



.footer {

	text-align: center;

	margin: 20px auto 0px;

	height: 40px;

	width: 840px;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #003876;

	position: relative;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #003876;

	}



.footer a:link {color: #003876; text-decoration: none;}

.footer a:visited {color: #003876; text-decoration: none;}

.footer a:hover {color: #003876; text-decoration: underline;}

.footer a:active {color: #003876; text-decoration: none;}



.fatpipe {

	padding: 0px 6px;

	}



.footer_p {

	margin: 0px 0px 10px;

	padding-top: 0px;

	}

