@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	background-color:#ffffff;
	color: #666666;
	text-align:center;
}

#outer {
	width:764px;
	margin: 0 auto;
	background-image: url('../images/body_bg.gif');
	background-repeat: repeat-y;
}

img {
	display:block;
	border:none;
}

a {
	color:#9b020b;
	border: none;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
b {
	color:black;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	font-size: 12px;
	padding-bottom:18px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height: 36px;
	color: black;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 32px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height: 18px;
	color: black;
	
}
ol {
	margin-left: 35px;
	margin-right:35px;
}

#main_inner {
	padding:20px 30px 20px 30px;
	text-align:left;
}

#border-top {
	background-image: url('../images/border_top.gif');
	width:764px;
	height:12px;
	line-height:1px;
	font-size:1px;
}

#header-bg {
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-y;
	width:764px;
}

#header {
	background-image: url('../images/header.gif');
	width:749px;
	height:140px;
	margin:0 auto;
}

#menu {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
	font-weight:bold;
	width:751px;
	height:31px;
	margin:0 auto;
	background-image: url('../images/menu_spacer.gif');
}

#menu div {
	float:right;
	background-image: url('../images/button_back_l.gif');
	background-position: left;
	background-repeat:no-repeat;
	height:31px;
	
}

a.menu {
	line-height:18px;
	color: #ffffff;
	background-image: url('../images/button_back_r.gif');
	background-position: center right;
	background-repeat:no-repeat;
	padding: 7px 20px 6px 20px;
	display:block;
}

div#menu-spacer {
	width:124px;
	background-image:none;
}

#border-bottom {
	background-image: url('../images/border_bottom.gif');
	width:764px;
	height:11px;
}
