body {
	margin: 0;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #CC3366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	outline: none;
}
img {
	border: none;
}
h1 {
	margin-left: -10px;
	margin-right: -10px;
	padding: 1px 10px;
	border-bottom: #E6E6E6 1px solid;
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	color: #009900;
	font-size: 16px;
}

blockquote.open_quote {
	width: 410px;
	padding-left: 60px;
	background: url(img/open_quote.png) top left no-repeat;
	display: block;
}
blockquote .close_quote {
	padding-right: 60px;
	background: url(img/close_quote.png) bottom right no-repeat;
	display: block;
}
img.img_right {
	margin: 10px 0 10px 10px;
	float: right;
}
img.border {
	border: #E6E6E6 1px solid;
}
.blue {
	color: #0000FF;
}

#preload {
	display: none;
}
#body {
	width: 740px;
	margin: 0 auto;
	padding-bottom: 5px;
	background-color: #FAFAFA;
	border: #FFFFFF 10px solid;
}
#header {
	background: url(img/header_bg.jpg) top right no-repeat;
}
#menu {
	height: 30px;
	padding-left: 15px;
	background: url(img/menu/menu_bg.png);
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu img {
	float: left;
}
#content {
	padding: 5px 20px;
	background: url(img/content_bg.png) top no-repeat;
}
#footer {
	height: 26px;
	padding-top: 4px;
	background: url(img/footer_bg.png) top no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	clear: both;
}
#privacy {
	margin-top: -5px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#privacy a {
	color: #CCCCCC;
	text-decoration: underline;
}
#index_form {
	margin-left: 15px;
	width: 310px;
	height: 121px;
	padding: 16px;
	background: url(img/index_form_bg.png) no-repeat;
}

#arrowlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#arrowlist li
{
padding-top:15px;
padding-left: 30px;
background-image: url(img/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}