body {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	margin: 0px auto;
	width: 800px;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	background-color: #FFFFFF;
	width: 780px;
}
#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
	padding-top: 5px;
	background-color: #dddddd;
	padding-bottom: 5px;
}

.headersub {
	padding: 75px 0 0 0;
	margin-top: 0px;
	letter-spacing: 3px;
	margin-left: 25px;
}
.headersub a {
	text-decoration: none;
}
#headernav {
	float:left;
	width:100%;
	background:url("images/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
	padding-top: 40px;
    }
#headernav ul {
    margin:0;
	padding:10px 10px 10px;
    list-style:none;
    }
#headernav li {
    float:left;
	background:url("images/norm_right.gif") no-repeat right top;
    margin:0;
    padding:0;
    }
#headernav a {
	float: left;
    display:block;
	text-decoration: none;
	color:#000033;
	background:url("images/norm_left.gif") no-repeat left top;
    padding:5px 15px 4px;
    }
	 /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #headernav a {float:none;}
  /* End IE5-Mac hack */
#headernav a:hover{
	color:#669999;
	}

#headernav #current {
    background-image:url("images/norm_right_on.gif");
    }
#headernav #current a {
    background-image:url("images/norm_left_on.gif");
	padding-bottom:5px;
    }

#content #left {
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #content #right p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#content #right {
	width: 310px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	margin: 0 auto;
	vertical-align: top;
}
#container #content #right a {
	text-decoration: none;
	color: #000066;
}
#container #content #right a:hover {
	text-decoration: underline;
	color: #000066;
}
