body {
    background: #f4f4f4 url(../images/bkg.gif) top center repeat-y;
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #5C5C5C;
    font-size: 71%;
    margin: 0px auto;
    padding: 0px;
}
.header {
    margin: 0 auto;
    padding: 0px;
    background: #194069 url(../images/bkg_header.gif) bottom center no-repeat;
    text-align: center;
}
#menu {
    background: #c03900 url(../images/bkg_menu.gif) top center repeat-x;
    color: #ffffff;
}
.menu {
    background: #c03900 url(../images/bkg_menu.gif) top center repeat-x;
    color: #ffffff;
    height: 35px;
}
a {
    color: #1b437c;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #c03900;
}
p {
    line-height: 150%;
    margin-top: 0px;
    margin-bottom: 15px;
}
li {
    line-height: 150%;
}
sup {
    font-size: 80%;
}
.content {
    width: 900px;
    margin: 0px auto;
    padding: 0px;
    background-color: #ffffff;
}
.contentLeft {
    padding: 60px 25px 0px 10px;
}
.contentRight {
    width: 100%;
    padding: 20px 20px 20px 0px;
}
.side_bar_content {
    color: #7e8aa2;
    border: solid 1px #c03900;
    padding: 10px 10px 5px 10px;
    border-top: none;
    background-color: #ffffff;
}
.footnote {
    color: #7e8aa2;
    font-size: 90%;
}
h1 {
    color: #7e8aa2;
    font-size: 20px;
    font-weight: bold;
    font-family: verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
}
h2 {
    color: #1b437c;
    font-size: 17px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.left_nav {
    text-align: right;
    padding: 10px 0px 10px 0px;
}
.left_nav a {
    text-decoration: none;
}

html, body {
	height: 100%;
}
#container {
	min-height: 100%;
    padding: 0px;
    background: #ffffff url(../images/bkg.png) top center repeat-y;
}
* html #container {
	height: 100%;
}
#footer {
	clear: both;
	height: 65px;
	margin: -70px auto 0 auto;
	position: relative;
	padding-top: 5px;

    color: #808080;
    width: 900px;
    background-color: #e0e0e0;
}
#footer a {
    color: #808080;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#clearfooter {
	display: block;
	height: 65px;
}


