body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #017DC7; /*4553D1*/
	text-align: left;
	-webkit-text-size-adjust:none;
}
a:link, a:visited{
	color: #017DC7;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	display: block;
	width: 80%;
	margin:0px auto;
	padding:0.2em 0em;	
}

#header {
	background-color: #FFFFFF;
	margin: 0.5em auto 0em;
	padding: 2em;
	opacity:1.0;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top: 5px solid #949599;
	border-right: 5px solid #949599;
	border-bottom: 0px solid #949599;
	border-left: 5px solid #949599;
}
.navbar {
	background-color: #949599;
	margin: 0em;
	padding: 0em;
	opacity:1.0;
	border-top: 2px none #949599;
	border-right: 0px solid #949599;
	border-bottom: 2px none #949599;
	border-left: 0px solid #949599;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	margin:0px; /* this creates the space between the navigation on the content below */
	padding:0px;
	border-left:5px solid #949599;
	border-right:5px solid #949599;
	background:#CDCED6;
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 10px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #CDCED6;
	color:#017DC7;
	font-weight:bold;
	font-variant:small-caps;
	padding-left:2em;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #017DC7;
	color: #CDCED6;
}
.content {
	background-color: #FFFFFF;
	margin: 0px auto 0em;
	padding: 2em;
	opacity:1.0;
	border-right: 5px solid #949599;
	border-left: 5px solid #949599;
}
.content h1  {
	font-size:1.75em;
	padding:0em 0em .5em;
	margin:0em;
}
.content p {
	margin: 0px;
	padding: 0px;
}


#footer {
	background-color: #FFFFFF;
	margin: 0em auto 0.5em;
	padding: 2em;
	border-top-right-radius: 0em;
	border-top-left-radius: 0em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-top: 2px solid #949599;
	border-right: 5px solid #949599;
	border-bottom: 5px solid #949599;
	border-left: 5px solid #949599;
}


.sub img {
	display:block;
	background-color:#00CC33;
	margin-left:auto;
	margin-right:auto;
}
form {
	border: 2px solid #949599;
	padding:1em;
}
input {
	display: block;
	width:100px;
}
label {
	padding-top: 1em;
	padding-bottom: .2em;
	display:block;
}
input.submit {
	padding:1em;
	border:2px solid #959599;
	border-radius:0.5em;
	margin:1em 0em;
	background:#CDCED6;
	color:#017DC7;
	width:150px;
	font-size:1em;
}
input.submit:hover {
	background:#017DC7;
	color:#CDCED6;
}
img.logo
{
	border-radius:10px;
	width:72px;
	height:72px;
	float:left;}
.info_container {
	display: block;
	border: 1px solid #00004a;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background:#EDEDED;
	border-radius:10px;
}

.description_text {
	border: 1px solid #DEDEDE;
	margin: 0px 10px 0px 100px;
	padding:10px;
	background-color:#FFF;
}
.description_text h2 {
	margin:0em 0em 0.5em;
	padding: 0px;
	font-size:1.15em;
}