<style type="text/css">
* 
{
	font-family: "Verdana";
	color: #d12129;
}
body 
{
	font-family: "Verdana";
	color: #222258;
	margin: 0px;
}
a
{
	color: #c50418;
}
h1
{
	padding: 0px;
	margin: 0px;
	font-size: 27px;
}
h2
{
	padding: 0px;
	margin: 0px;
}
div.main
{
	background-image: url("images/FlagBackground.png");
	background-color: #ffffff;
	background-size: 100%;
	color: #000000;
    text-align:left;
	width:100%;
	min-height:100%;
	border-spacing: 0;
	padding: 0px;
    margin:0px;
}
div.content
{
	margin-left: 5%;
	margin-right: 5%;
	min-height: 80%;
	padding: 20px;
	background-color: #ffffff;
}
div.contenttall
{
	margin-left: 5%;
	margin-right: 5%;
	min-height: 900px;
	padding: 20px;
	background-color: #ffffff;
}
div.header
{
	background-color: #ffffff;
    text-align:right;
	width:100%;
	height:110px;
	border-spacing: 0;
	padding: 0px;
    margin:0px;
	font-family: "Verdana";
}
div.contentleft
{
	float: left;
	width: 32%;
	margin: 10px;
	padding: 10px;
	background-color: #ffffff;
}
img.headerlogo
{
	float: left;
}
img.contentleft
{
	float: left;
	width: 60%;
	margin: 10px;
}
img.contentprofile
{
	float: left;
	width: 300px;
	margin: 10px;
}
img.contentright
{
	float: right;
	width: 60%;
	margin: 10px;
}

div.stars
{
	background-image: url("images/StarBorder.png");
	background-repeat:repeat-x;
	width: 100%;
	height: 27px;
}
div.footer
{
	background-color: #ffffff;
	color: #000000;
    text-align:center;
	width:100%;
	border-spacing: 0;
	padding: 0px;
    margin:0px;
	height:60px;
}
div.footerlogo
{
	background-color: #ffffff;
	color: #000000;
    text-align: center;
	vertical-align: top;
	border-spacing: 0;
	padding: 0px;
    margin:0px;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #ffffff;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    padding: 1px 1px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #d12129;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #ffffff;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
</style>
