body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,table,a
{ 
     
    margin:0;
	padding:0;
}

body {
	text-align: center;
	background-color: #EDECDE;
}
div {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#main-container {
	width: 1024px;
}
#header {
	background-color: #F7F5EE;
	margin-top: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1DFC8;
	border-left-color: #E1DFC8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1DFC8;
}

#menu {
	background-color: #BF1E2E;
	height: 340px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1DFC8;
	border-right-color: #003952;
	border-bottom-color: #E1DFC8;
	border-left-color: #003952;
	border-right-width: 0px;
	border-left-width: 0px;
}
#main-menu {
	background-color: #E1DFC8;
	height: 45px;
	text-align: center;
	margin-top: 300px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}
#main-menu ul {

}

#main-menu li  {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	padding-bottom: 5px;
}
#main-menu li a {
	text-decoration: none;
	color: #003952;
	margin-right: 20px;
	margin-left: 20px;
}
#main-menu li a:hover {
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #00628C;
	color: #00628C;
}
#content {
	min-height: 450px;
	text-align: left;
	background-color: #F7F5EE;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1DFC8;
	border-left-color: #E1DFC8;
}
#content h1 {
	font-weight: bold;
	font-family: calibri;
	color: #0083BB;
	margin-top: 25px;
	font-size: 18pt;
}

#content p {
	color: #666;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-family: calibri;
	font-size: 11pt;
}
.content-bullets strong{
	color: #0083BB;
}

#content ul {
	color: #666;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-family: calibri;
	font-size: 11pt;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer {
	height: 70px;
	background-color: #003952;
	font-family: calibri;
	font-size: 8pt;
	color: #FFF;
	padding-top: 10px;
	letter-spacing: 0.1em;
}
#footer a {
	color: #FFF;
	font-size: 8.5pt;
}
#contact-form {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contact-form legend {
	display: none;
}

#contact-form fieldset {
	border-top-style: none;
	border-bottom-style: none;
	display: inline;
	border-right-style: none;
	border-left-style: none;
	margin-right: 20px;
	margin-left: 20px;
}

#contact-form fieldset label  {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
	font-family: calibri;
	font-size: 11pt;
	letter-spacing: .1em;
}
#contact-form fieldset input {
	margin-left: 15px;
}
#partners {
	text-align: center;
	width: 100%;

}
#partners img {
	border: 1px solid #E1DFC8;
	margin: 5px;
}
.textboxes {
	border: 1px solid #E1DFC8;
}
.submitbutton {
	border: 1px solid #E1DFC8;
	height: 50px;
	width: 110px;
	font-family: calibri;
	font-size: 20pt;
	color: #666;
	background-color: #FFF;
	display: block;
	margin-left: 150px;
}
#content .contactinfo{
	font-size: 12pt;
	font-weight: bold;
}
