html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color:#8AA7C5;
}

h2 {
	color:#326698;
	font-size: 1.5em;
}

h3 {
	color:#326698;
	font-size: 1.2em;
}

h4 {
	color:#326698;
	font-size: 1em;
}

h5 {
	color:#326698;
	font-size:.8em;
}

img {
	border:0;
	display:block;
}

a {
	text-decoration:none;
}

#wrapper {
	width:876px;
	padding: 10px;
	margin:0px auto;
	clear:both;
	background-color:#FFF;
}

#main {
	clear:both;
}

#content {
	float:left;
	width:635px;
}

.hint {
	color: #999999;
}

.first {
	border:none;
}

.yellowBox {
    background-color: #fee5b0;                
    color: #6f4f0c;
    border: solid 1px #edd093;
    padding:10px;
    position: relative;
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
}

.yellowBox a {
	color: #6f4f0c;
	width: 100%;
	text-decoration: underline;
}
	
.yellowBox a:hover {
	background-color: #edd093;	
}
	
.greenBox {
    background-color: #d5efc2;
    color: #006600;
    border: solid 1px  #bee0a5;
    padding:10px;
    position: relative;
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
}

.greenBox a {
	color: #006600;
	width: 100%;
	text-decoration: underline;
}
	
.greenBox a:hover {
	background-color: #bee0a5;	
}
	

.blueBox {
    background-color: #d5e1ed;
    color: #336699;
    border: solid 1px #8aa8c5;
    padding:10px;
    max-width: 605px;
    position: relative;
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
}

.blueBox a {
	color: #336699;
	width: 100%
	text-decoration: underline;
}
	
.blueBox a:hover {
	background-color: #8aa8c5;	
}
	

.navyBox {
    background-color: #1b4a79;
    padding:5px;
    position: relative;
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
}

.video {
	float:left;
	border:none;
	padding-right:20px;
}

.text {
	clear:both;
	margin:10px;
	font-size:1em;
	padding-left:20px;
}

.subtext {
	font-size:.8em;
	padding-left:20px;
}
