*
{
	margin: 0px;
	padding: 0px;
}

body
{
	text-align: center;
	background-color: #e8eef6;
}

#container
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	border-left-style: solid;
	border-right-style: solid;
	border-left-size: 2px;
	border-right-size: 2px;
	border-left-color: #5e88b6;
	border-right-color: #5e88b6;
	background-color: #5e88b6;
} 

content {
margin: 0px 0px 0px 0px;
width: 1000px;
z-index: 1;
}

header {
margin: 0px;
padding: 0px;
width: 700px;
height: 75px;
z-index: 2;
} 

navigation {
z-index: 3;
} 

h1 {
font-family: Century Gothic;
font-size: 25px;
color: #FFFFFF;
}

h2 {
text-align: center;
font-family: Arial,Tahoma;
font-size: 18px;
color: #FFFFFF;
}

h3 {
font-family: Arial,Tahoma;
font-size: 18px;
color: #0F3FFF;
}

p {
font-family: Arial,Tahoma;
font-size: 12px;
color: #3f484b;
}

.sloganitalic {
font-family: Arial,Tahoma;
font-size: 15px;
color: #ff3300;
}

.sloganmain {
font-family: Arial,Tahoma;
font-size: 14px;
color: #0f3fff;
}

ul {
font-family: Arial,Tahoma;
font-size: 12px;
color: #3f484b;
}

a {
text-decoration:none
font-size: 12px;
}

img {
border-style: none;
}

td {
font-family: Arial,Tahoma;
color: #3f484b;
}

input {
border-top-style: none;
border-top-width: 1px;
border-top-color: #0F3FFF;
border-right-style: none;
border-right-width: 1px;
border-right-color: #0F3FFF;
border-left-style: none;
border-left-width: 1px;
border-left-color: #0F3FFF;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #0F3FFF;
}

textarea {
border-top-style: solid;
border-top-width: 1px;
border-top-color: #0F3FFF;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #0F3FFF;
border-left-style: solid;
border-left-width: 1px;
border-left-color: #0F3FFF;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #0F3FFF;
}

#imghead {
position: absolute;
right: 20px;
top: 10px;
}