html, body{
	color: #333333; /* dark grey */
	font: 11px Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#container{
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -40px;
	position: relative;
}

#header{
	background-color: #134364; /* dark blue */
	height: 150px;
	position: relative;
	width: 100%;
}

#footer{
	background-color: #dddddd;
	clear: both;
	height: 40px;
	position: relative;
	width: 100%;
}
#footer_inner{
	padding: 10px;
}

#clear_footer {
	clear: both;
	height: 40px;
}

#plane_div{
	float: right;
	padding: 0px;
}

#logo_div{
	bottom: 0px;
	left: 0px;
	padding: 10px;
	position: absolute;
}

#logo_text_div{
	bottom: 0px;
	left: 83px;
	padding: 5px 0px;
	position: absolute;
}

/* *** General tag settings *** */

/* the headings sizes are from firefox, we set them so IE will look the same */
h1{
	color: #134364; /* dark blue */
	font-size: 2em;
	font-weight: bold;
	margin: .3em 0em;
}

h2{
	color: #134364; /* dark blue */
	font-size: 1.5em;
	font-weight: bold;
	margin: .6em 0em;
}

h3{
	color: #134364; /* dark blue */
	font-size: 1.17em;
	font-weight: bold;
	margin: .9em 0em;
}

h4{
	color: #134364; /* dark blue */
	font-size: 1em;
	font-weight: bold;
	margin: 1.2em 0em;
}

a{
	color: #134364; /* dark blue */
}

a em {
	font-style: normal;
	text-decoration: underline;
}

label{
    color: #134364; /* dark blue */
    display: block;
    font-size: 1em;
	font-weight: bold;
	text-align: right;
}

legend{
    color: #134364; /* dark blue */
	font-size: 1.17em;
	font-weight: bold;
	margin: .9em 0em;
}

/* *** Helper classes *** */
.text-centered{
	text-align: center;
}

/* *** Menu *** */

#nav{
	background-color: #4E8CC2; /* light blue */
	height: 20px;
	padding-left: 5px;
}

#nav ul#menu{
	display:inline;
	list-style-type: none;
}
#nav ul#menu li{
	float:left;
	line-height: 21px;
}
#nav ul#menu li a{
	background-color: #4E8CC2; /* light blue */
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
	padding: 2px 10px;
}
#nav ul#menu li a.current{
	background-color: #ffffff;
	color: #134364; /* dark blue */
}
#nav ul#menu li a:hover{
	background-color: #ffffff;
	color: #134364; /* dark blue */
}

/* *** Content *** */
#content{
	padding: 10px 10px 40px 10px;
}

.front-box{
	border-top: 1px solid #dddddd;
	padding: 0px;
}

.left-column{
	float: left;
	padding: 10px;
	width: 300px;
}

.center-column{
	border-left: 1px solid #dddddd;
	float: left;
	padding: 10px;
	width: 300px;
}

.right-column{
	border-left: 1px solid #dddddd;
	float: left;
	padding: 10px;
	width: 300px;
}
h2.light-blue{
	color: #4E8CC2; /* light blue */
	line-height: 200%;
}