/*page colors:
red: #CC0000
blue: #006699
green: #669933
*/

html,body
{
	height:100%;
	width:100%;
	}

#container
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	min-width:800px;
	vertical-align: top;
	z-index: 0;
	margin: 0px;
    /* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 825 ? "800px" : "100%" );
}

#pageheader {
	background-image: url(../images/f5yubaLogo_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width:  800px;
}
#contentcontainer {
	width: 800px;
	height: auto;
	background-color: #ffffff;
	background-image: url(../images/contentbackground_greenlines.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
}
#leftnav {
	width: 150px;
	height: auto;
	text-align: center;
	float: left;
	vertical-align: top;
}
#pagecontent {
	margin-left: 150px;
	z-index: 1;
	text-align: left;
	vertical-align: top;
	width:  644px;
	height: auto;
	border: 3px solid #006699;
	background-color: #FFFFFF;
	top: 0px;
	padding: 1px;
	}
#leftnav a {
	background-color: #FFFFFF;
	border: 2px solid #006699;
	color: #FF0000;
	text-align: left;
	padding: 1px;
	text-decoration: none;
	width: 150px;
}
#leftnav a:hover {
	background-color: #006699;
	border: 2px solid #FF0000;
	color: #FFFFFF;
	text-align: left;
	padding: 1px;
	text-decoration: none;
	width: 150px;
}
#footer {
	background-image: url(../images/greenline_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 800px;
	left: 0px;
	text-align: right;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
	color: #CC0000;
}
#footer a {
	color: #CC0000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #669933;
}
#pagecontent a{
	color: #006699;
}