body {
	background-color: #ffffff;
	margin: 0;
	border: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#navbar-bg {
	height: 146px;
	width: 100%;
	background-image: url(images/banner.png),url(images/menubar.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	background-size: 100% 117px, 100% 29px;
	}
	
#nav-text {
    position: relative;
	bottom: -123px;
}

#bodycontent {
	margin: 30px 0 100px 55px;
	width: 80%;
	}

p,ul,ol {
	font-size: 1.4em;
	font-style: normal;
	line-height: 135%;
	color: #425066;
	}

li {
	margin-bottom: 8px;
	}

#footer {
	width: 80%;
	border-top: solid 1px #1C3D6D;
	margin-left: 55px;
	padding-bottom: 25px;
	}

a {
	color: #3163E7;
	text-decoration: none;
	}

a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5,h6 { color: #1C3D6D; }

h1 { font-size: 1.8em; }

h2 { font-size: 1.7em; }

h3 { 
	font-size: 1.6em; 
	margin-bottom: -10px;
	}

h4 { 
	font-size: 1.5em; 
	margin-bottom: -10px;
	}

h5 { font-size: 1.4em; }

h6 { font-size: 1.3em; }

hr {
	border: 0;
	color: #960A13;
	background-color: #8DAAC7;
	height: 1px;
	width: 100%;
	text-align: left;
	}

a.navtext {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #1C3D6D;
	text-decoration: none;
	}

a.navtext:hover {
	text-decoration: none;
	color: #3163E7;
	}

a.navtext-hi {
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #3163E7;
        text-decoration: none;
	}

a.navtext-hi:hover {
        text-decoration: none;
        color: #1C3D6D;
	}

img.navimg {
	width: 1px;
	height: 33px;
	text-align: center; 
	vertical-align: middle;
	}

.titletxt {
	width: 85%;
        color: #ffffff;
        font-size: 2.2em;
        position: absolute;
        left: 55px;
        /* top: 55px; use this when title is not too big */
	top: 35px; /* this is for two-lined titles */
	}

.titletxt a, .titletxt a:last, .titletxt a:visited, .titletxt a:hover { text-decoration: none; } 

/* floater box css */
ul#floater, ul#floater li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	}

ul#floater li {
	float: right;
	width: 250px;
	margin: 0 0 10px 10px;
	}

ul#floater h3 {
	color: #1C3D6D;
    	margin: 0;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3;
	text-align: center;
	}

ul#floater p {
	margin: 0;
	padding: 8px;
	color: #425066;
	font-size: 0.8em;
	}

li#floattxt h3 { background-color: #b8c9e3; }

li#floattxt div { border: 2px solid #b8c9e3; }
/* end floater box css */
