html {
	width:100%;
	height:99%;
	padding:0;
	margin:0;
}
body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, "Bitstream Vera Sans", sans-serif;
	font-size:13px;
}

h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, "Bitstream Vera Sans", sans-serif;
	font-size:14px;
	color:#000000;
	margin-top:0px;
}
h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, "Bitstream Vera Sans", sans-serif;
	font-size:16px;
	color:#f36f21;
    margin-top:0px;
}
p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, "Bitstream Vera Sans", sans-serif;
	font-size:10pt;
}

a {
    text-decoration:none;
    color:#0066b3;
    margin-left:0px;
    font-weight:bold; 
}

a:hover {
    text-decoration:none;
    color:#f36f21;
    margin-left:0px;
    font-weight:bold; 
}

#subnav ul {
  margin:0px;
  padding:0px;
  list-style-type:none; 
}

#subnav li {
  margin-left:0px;
  margin-bottom:10px;
  padding:0px;
}

#subnav ul li.active a {
	color:#f36f21;
}

img {
	border:0;
}

#header {
	background-image:url(../images/header.png);
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:1024px;
	height:242px;
}
#nav {
	background-image:url(../images/nav.png);
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:1024px;
	height:58px;
}
#nav ul {
	margin:0;
	margin-left:32px;
	list-style:none;
	font-weight:bold;
}
#nav ul li {
	float:left;
	text-align:center;
}
#nav ul li a {
	margin-left:20px;
	margin-right:20px;
	margin-top:6px;
	margin-bottom:-5px;
	color:black;
	display:block;
	height:25px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, "Bitstream Vera Sans";
	text-decoration:none;
	font-size:12pt;
	background-image:url(../images/orangeblue-trans.png);
	text-transform:uppercase;
}
#nav ul li img {
	margin-top:4px;
}
#nav ul li.not_selected img {
	display:none;
}
#nav ul li.not_selected a {
	background-image:none;
}
#nav ul li.not_selected a:hover {
	background-image:url(../images/orangeblue-trans.png);
}
#content {
	background-image:url(../images/content_bg.png);
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:1024px;
	height:70%;
}
#content img.header {
	margin-bottom:-75px;			
}
#inner {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:800px;
}
