/* CSS Document */

html {overflow-y: scroll;}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D3362;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DAEDFE;
	color: #0D3362;
	padding: 10px;
	line-height: 1em;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0D3362;
}
.outer {
	border: 1px solid  #CEDFEF;
	

}

.menu {
	background-color: #ffffff;
	border-bottom: 1px solid #CEDFEF;
}

.menu a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #0D3362;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.menu a:link {
	color: #0D3362;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.menu a:hover {
	font-weight: normal;
	text-transform: uppercase;
	color: #0D3362;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu a:active {
	font-weight: normal;
	text-transform: uppercase;
	color: #0D3362;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.valign {
	vertical-align: top;
}

.missionbox {
	border: #663300 2px solid;
}

.quicklinks {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #fff;
	background-color: #a4b1bd;
	line-height: 1.5em;
	}
	
.quicksum {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #fff;
	background-color: #663300;
	line-height: 1.5em;
	}
	
.sidebar {
	border-right: 1px solid #CEDFEF;
	border-bottom: 1px solid #CEDFEF;
}

.box {
	border: 1px solid #CEDFEF;
	background-color:#fdf0e7;
}

img.floatRight {
	float: right;
	margin-left: 10px;
}
