@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
    width: 100%;
    max-width:960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	background-color: #ffffff;
	height: 70px;
    Background: url(images/new-logo.gif) no-repeat center;
    background-image: url(images/new-logo.svg), none;
}
#wrapper #bodyArea #left {
	width: 70%;
	float: left;
	background-color: #FFFFFF;
}
#wrapper #bodyArea #footer {
	clear: both;
	background-color: #244090;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
	font-size: 100%;
	color: #FFFFFF;
	font-family: 
    border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	padding-top: 15px;
	text-decoration: none;
}
#wrapper #bodyArea #right {
	width: 30%;
	float: right;
}
#wrapper #navigation {
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dddddd;
	background-repeat: repeat-x;
	text-align:center;
	vertical-align:middle;
	padding: 0px;
}
#wrapper #headerImg {
	background-color: #244090;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
#shaddow {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
p {
	font-family: 'Lato', sans-serif;
    font-weight: 300;
	font-size: 90%;
	color: #666666;
	margin: 20px;
	text-decoration:none; 
    text-align:left;
}
a img {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.link_cls {
	font-weight: bolder;
	color: #FFFFFF;
}
h1 {
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 120%;
	font-style: normal;
	color: #244090;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	text-decoration:none;
}
h2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #244090;
}
h3 {
	font-style: italic;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h4 {
	font-family: 'Lato', sans-serif;
    font-weight: 300;
	font-size: 90%;
	color: #666666;
	text-indent: -30px;
	padding-right: 20px;
	padding-left: 80px;
	text-decoration:none;
}
h5 {
	font-family: 'Lato', sans-serif;
    font-weight: 300;
	font-size: 70%;
	color: #666666;
	margin: 20px;
	text-decoration:none;
}

.style2 {
	color: #666666;
	text-decoration:none;
}
.style6 {font-size: 100%
}
.style8 {
    color: #224091;
    text-decoration:none;
}
img.floatLeft {
    float: left; 
    margin: 4px; 
}
