body{
    margin:0px;
    padding:0px;
    text-align:center;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFCD;
}

#siteWrapper{
    text-align:left;
    width:900px;
    margin-left:auto;
    margin-right:auto;
}

#header{
	width:900px;
	height:167px;
	margin:0px;
	padding:0px;
	background-image:url('images/header.jpg');
	background-position:top;
	background-repeat:no-repeat;
}

#nav{
	float:right;
	margin:30px 0px 0px 0px;
	padding:0px;
}

#navLast{
	float:right;
	margin:30px 18px 0px 0px;
	padding:0px;
}

#body{
	width:697px;
	float:right;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#top{
	width:697px;
	height:25px;
	background-image:url('images/body_top.gif');
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#middle{
	width:697px;
	background-image:url('images/body_middle.gif');
	background-repeat:repeat-y;
	background-position:top;
	margin:0px;
	padding:0px;
}

#bottom{
	width:697px;
	height:25px;
	background-image:url('images/body_bottom.gif');
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#body p{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	margin:0px;
	padding:0px 15px 18px 15px;
	line-height:18px;
}

#body table p{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	margin:0px;
	padding:0px 15px 5px 15px;
	line-height:18px;
}

#body h1{
	font-family:Trebuchet MS, Century Gothic, Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#0199FE;
	font-variant:small-caps;
	margin:0px;
	padding:0px 0px 18px 15px;
}

#body h2{
	font-family:Trebuchet MS, Century Gothic, Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#0199FE;
	font-variant:small-caps;
	margin:0px;
	padding:0px 0px 5px 15px;
}

#body h3{
	font-family:Trebuchet MS, Century Gothic, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0199FE;
	font-variant:small-caps;
	margin:0px;
	padding:0px 0px 5px 15px;
}

#body legend{
	font-family:Trebuchet MS, Century Gothic, Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#0199FE;
	font-variant:small-caps;
	margin:0px;
	padding:0px 15px 5px 15px;
}

#body fieldset{
	margin:0px 15px 0px 15px;
	border-color:#0199FE;
}

#body a:link {color:#663300;text-decoration:underline;}
#body a:hover {color:#663300;text-decoration:underline;}
#body a:active {color:#663300;text-decoration:underline;}
#body a:visited {color:#663300;text-decoration:underline;}
#body a:visited:hover {color:#663300;text-decoration:underline;}

#body h2 a:link {color:#0199FE;text-decoration:none;}
#body h2 a:hover {color:#0199FE;text-decoration:underline;}
#body h2 a:active {color:#0199FE;text-decoration:none;}
#body h2 a:visited {color:#0199FE;text-decoration:none;}
#body h2 a:visited:hover {color:#0199FE;text-decoration:underline;}

#body h3 a:link {color:#0199FE;text-decoration:none;}
#body h3 a:hover {color:#0199FE;text-decoration:none;}
#body h3 a:active {color:#0199FE;text-decoration:none;}
#body h3 a:visited {color:#0199FE;text-decoration:none;}
#body h3 a:visited:hover {color:#0199FE;text-decoration:none;}

#footer{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	text-align:center;
	margin:15px 0px 0px 0px;
	padding:0px;
}

#subNav{
	float:left;
	width:185px;
	margin:15px 0px 0px 0px;
	padding:0px;
}

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

#subNav li{
	width:182px;
	height:54px;
	background-image:url('images/bg_button.png');
	background-position:top;
	background-repeat:no-repeat;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#079bfe;
	text-align:center;
	margin:0px;
	padding:15px 0px 0px 0px;
}

#subNav a:link {color:#079bfe;text-decoration:none;}
#subNav a:hover {color:#079bfe;text-decoration:underline;}
#subNav a:active {color:#079bfe;text-decoration:none;}
#subNav a:visited {color:#079bfe;text-decoration:none;}
#subNav a:visited:hover {color:#079bfe;text-decoration:underline;}

.used{
	color:#999999;
}