/* CSS Document */

html, body {
				height: 100%;
			}

#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}
	
html>body #container {
    height: auto;
	}

body {
font-family:"Helvetica Nueu", Helvetica, Arial, sans-serif;
background-image:url(images/CHbackground.gif);
font-size:11px;
margin:0px;
}

.middle {
width:700px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
}

#titlebar1 {
height:100px;
background-color:#0ab3d5;
}

#titlebar2 {
height:80px;
background-color:#87dbed;
}

#titlebar3 {
height:40px;
background-color:#FFFFFF;
}

#bottombar {
width:100%;
background-color:#0ab3d5;
position: absolute;
    bottom: 0;
	text-align:center;
}

#bottombar p {
margin-top:5px;
margin-bottom:5px;
font-weight:bold;
color:#FFFFFF;
background-color: #0ab3d5;
}

#nav {
float:left;
width:200px;
margin-top:15px;
}

#nav img {
border:0px;
}

#content {
width:480px;
border-left:1px solid #297e95;
float:left;
margin-top:15px;
padding-left:19px;
padding-bottom:40px;
}

.clearall {
clear:both;
width:700px;
}

h1 {
font-size:14px;
color:#297e95;
font-weight:bold;
line-height:20px;
margin-top:5px;
}

p {
font-size:11px;
color: #297e95;
line-height:16px;
}

.underlinetitle {
margin-bottom:5px;
margin-top:5px;
}

a:link {
color:#B9191C;
}

a:hover {
color:#FF0000;
}

a:active {
color:#FF0000;
}

a:visited {
color:#297e95;
}

/* Splitting things up with <HR> */
div.horizRule {
height: 1px;
border-top: 1px solid #297e95;
margin:0px;

}
div.horizRule hr {
display: none;
}

.smalltext {
font-size:9px;
}

.picright {
width:200px;
float:right;
margin:5px 0px 10px 10px;
text-align:center;
}

.picright p {
margin:5px 5px;
color:#297e95;
font-size:10px;
font-style:italic;
font-weight:bold;
}
