body {
	margin:0;
	font-family:Verdana,Arial,Helvetica;
	font-size:10pt;
	background-color:#fff8d9;
}
form {
	 margin:0;
}
h1 {
   font-size:200%;
   font-weight:bold;
   margin:0 0 10px;
}
h2 {
   font-size:120%;
   font-weight:bold;
   margin-bottom:2px;
}
h3 {
   font-size:110%;
   font-weight:bold;
   margin-bottom:2px;
   margin-top:0;
   color:#ff6600;
}
p {
	margin-top:0;
	margin-bottom:15px;
}
img {
	border:none;
}
a:link {
	color:#0066FF;
	text-decoration:underline;
}
a:visited {
	color:#0066FF;
	text-decoration:underline;
}
a:active {
	color:#ff6600;
}
a:hover {
	color:#ff6600;
}
#box {
	  position:relative;
	  margin:0 auto 20px;
	  width:750px;
}
#header {
	position:relative;
	margin:15px;
	width:720;
	height:145px;
	border-bottom:solid 2px #ff6600;
	font-family: Georgia,"Times New Roman";
	font-size:48px;
	color:#FF6600;
	font-style: italic;
	background-image: url(images/logo_sm2.gif);
	background-repeat: no-repeat;
	text-align:right;
	padding:5px 0;
}
#footer {
	position:relative;
	clear:both;
	padding-top:5px;
	margin:0 auto 30px;	
	width:625px;
	font-size:80%;
	text-align:center;
	border-top:solid 1px #ff6600;
	color:#ff6600;
}
#leftbox {
	padding-top:5px;
	position:relative;	
	width:130px;
	font-size:70%;
	min-height:500px;
	font-weight:bold;
}
#leftbox div {
	margin:0 0 10px 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:3px 0 3px 17px;
}
#leftbox a:link, #leftbox a:visited {
	text-decoration:none;
	color:#000000;
}
#leftbox a:hover, #leftbox a:active {
	text-decoration:none;
	color:#ff6600;
}
#rightbox {
	  float:right;
	  width:600px;
	  min-height:500px;
	  font-size:90%;
	  overflow:hidden;
}
.linkbutton {
	padding:2px 5px;
	border:solid 2px #ff6600;
	float:right;
	margin-bottom:20px;
}
