@charset "UTF-8";

body {
	position: static;   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	background: #F0F0F0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 auto;
	padding-top: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;    
}

#bodyContainer {
	position: relative;
	width: 850px;
	text-align: left;
	margin: 20px auto 0px;
	padding: 0;
	background: #FFFFFF;
}

#content {
	margin: 10px;
	padding: 10px;
	min-height: 350px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	color: #505050;
	margin-top: 0px;
}


#header {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 40px;
	height: 100px;
	width: 830px;
	margin: 0;
	background: #E4F8FD;
	padding: 15px 10px 10px 10px;
}

#header img {
	margin: 0 20px;
	margin-top: -5px;
	border: none;
}

#navigation {
	position: relative;
	height: 40px;
	width: 100%;
	padding: 0 auto;
	margin: 0; 
	text-align: left;
	background: #000D26;
}

#navigation ul {
	line-height: 40px;
}

#navigation li {
	padding: 0;
}

.navMenu, .navMenu * {
	list-style: none;
	margin: 0;
	padding: 0 2.2em;
	left: 40px;
	float: left;
}

.navMenu a {
	display: block;
	position: relative;
	color: #FFF;
}

.navMenu a:hover {
	color: #fc3496;
}

#footer {
	position: relative;
	height: 90px;
	width: 100%;
	margin: 0 auto;
	background: #000D26;
	clear: both;
	text-align: center;
}

#footerLinks {
	position: relative;
	width: auto;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	height: 20px;
}

#footerLinks a {
	color: #FFF;
}

#footerLinks a:hover {
	color: #BBF9FD;
}

#footerPolicy {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	height: 30px;
	padding: 0px 0px 20px 0px;
}

.footerParagraphStyle {
	color: #ffffff;
    	font-size: 12px;
    	line-height: 17px;
	padding: 0px;
}

.contactLink {
	color: #25A9F6;
}

.link {
	text-decoration: none;
	width: auto;
}

a.link:hover {
	text-decoration: none;
	color: #BBF9FD;
}

.bodyParagraph {
	float: left;
	width; 100%;
}

.paragraphBreak {
	margin: 13px 0px;
	float: left;
}
