@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html,body {
	height:100%;
}

body {
	background: url(../images/background.gif) repeat-y center white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
    height: 100%;
}

a,
a:link,
a:visited,
a:active {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #2291A9;
}

p {
	margin-bottom: 13px;
    margin-top: 9px;
}

hr {
	height: 1px;
	border: 0px;
	background-color: #9ed8d2;
	color: #9ed8d2;
	width: 100%;
	margin: 3px 0px 10px 0px;
}

ul, ol {
	padding-left: 18px;
	list-style-position: outside;
    margin-bottom: 13px;
    margin-top: 9px;
}

li {
	padding-bottom: 4px;
}

img { behavior: url(iepngfix.htc) }
img { border: 0; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #2F536D;
	padding-top: 4px;
	padding-bottom: 22px;
	font-weight: normal;
	text-shadow: 0px 0px 1px #2F536D;
}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2F536D;
	padding-bottom: 5px;
	font-weight: bold;
}



#container {
	width: 100%;
	position: relative;
	width: 100%;
	height: auto !important;
	height:100%;
	min-height: 100%;
	z-index: 0;
}

/* HEADER */
#header {
	background: url(../images/line.gif) repeat-x bottom #F0EFE3;
	width: 100%;
	height: 176px;
}

#header-content {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
    width: 1024px;
    height: 169px;
    display: block;
    background: url(../images/banner.jpg) no-repeat;
}

/* BODY */
#body {
	width: 100%;
    display: inline-block;
    padding-bottom: 100px;
    color: #012448;
}
#body-content {
	width: 1024px;
    padding-top: 20px;
    margin-left: auto;
	margin-right: auto;
    overflow: hidden;
}
#left {
    float: left;
    width: 275px;
}
#left ul {
    color: #2D2D2D;
    text-decoration: none;
    font-weight: bold;
    list-style: none;
    font-size: 14px;
    margin-bottom: 0px;
}
#left ul li ul a {
    width: 220px;
}

#left a {
    color: #2D2D2D;
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 25px;
    width: 240px;
}
#left a:hover, #left a.active {
    border-bottom: 2px solid #CECECE;
    height: 23px;
    color: #909090;
}

#right {
    float: left;
    width: 729px;
    padding-right: 20px;
}

/* FOOTER */
#footer {
	position: absolute;
    width: 100%;
    height: 47px;
    bottom: 0px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    clear:both;
    /*background: white;*/
}

#footer-bar {
	width: 100%;
	margin-bottom: 26px;
    height: 18px;
    background: #002E4D;
    padding-top: 3px;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#footer-content {
    width: 1024px;
    margin-left: auto;
	margin-right: auto;
    text-align: right;
    padding-right: 50px;
}

.clear {
    clear: both;
}
