﻿body
	{
	padding: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}

h1{
	color:#336699;
	padding: 5px 5px 5px 5px;
	margin-bottom:5px;
	font-size:16px;
}
h2{
	color:#336699;
	padding: 5px 5px 5px 5px;
	margin-bottom:5px;
	font-size:22px;
}

h4{
	color:#336699;
	padding: 5px 5px 1px 5px;
	margin-bottom:1px;
	font-size:16px;
}
h5{
	color:#336699;
	padding: 5px 5px 1px 5px;
	margin-bottom:1px;
	font-size:13px;
}


#maincontainer {
	width: 100%;
	text-align: left;
}

#topbox {
	margin-top: 1em;
	padding: 0;
	height: 150px; 
}

.leftbox {
	margin-right: 10px;
	margin-top: 1em;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 47%;
  height: 130px;
	float: left;
	background-color:#00559a;
  color:white;
}

.rightbox {
	margin-right: 10px;
	margin-top: 1em;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 47%;
  height: 130px;
	float: right;
	background-color:#00559a;
  color:white;
}

.leftbox:hover, .rightbox:hover{
  cursor:pointer; 
  text-decoration:underline;
}

img {
	border:0;
}

.content h1 {
	color: #9ad2ff;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:none;
}
		
.content p {
	color:white;
	font-size: 1em;
	line-height: 1.3em;
  text-decoration:none;
}
		
a {
	text-decoration: none;
	font-weight: normal;
	color: #00365D;
}
a:visited {
	color: #00365d;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #00365d;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #00365d;
	text-decoration: none;
	font-weight: normal;
}
