@charset "utf-8";
/* CSS Document */

/* -----=====|  Tag Styles  |=====----- */
html, body {
	padding:0px;
	margin:0px;
	background:#000000 url(../img/bg_body.jpg) repeat fixed top left;
	font:normal normal normal 12px/1.2em "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, hr, img {
	padding:0px; margin:0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-variant:small-caps;
}

h1 {
	margin:0px 0px 20px 0px;
	font-size:2em;
}

h2 {
	margin:0px 0px 10px 0px;
	font-size:1.5em;
	text-align:center;
}

h3 {
	margin:0px 0px 10px 0px;
	font-size:1em;
	text-align:center;
}

h3 a {
	text-decoration:none;
	font-variant:small-caps;
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
}

h3 a:hover {
	text-decoration:underline;
	color:#603300;
}

h4 {
	margin:0px 0px 20px 0px;
	font-size:1em;
	text-align:center;
}

h5 {
	margin:0px 0px 10px 0px;
	font-size:1.2em;
	text-align:center;
}

h6 {
	margin:0px 0px 10px 0px;
	font-size:0.7em;
}

dt {
	margin:0px 0px 3px 0px;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:#000000 dotted 1px;
}

dt span {
	padding:0px;
	margin:0px;
	font-weight:bold;
	float:right;
}

dd {
	margin:0px 0px 15px 20px;
	font-size:1em;
	padding:0px;
}

label {
	display:block;
	text-align:left;
}

input {
	display:block;
	width:500px;
	margin:0px auto 10px;
}

textarea {
	display:block;
	width:500px;
	height:200px;
	margin:0px 0px 10px 0px;
}

address {
	font:normal normal normal 1em/1em Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 10px 0px;
}

/* -----=====|  Identification Styles  |=====----- */
#navigation {
	padding:95px 0px 0px 0px;
	margin:0px;
	width:810px;
	text-align:right;
}

#navigation a {
	font:normal small-caps bold 16px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#603300;
}

#navigation span {
	font:normal normal bold 16px Arial, Helvetica, sans-serif;
}


#header {
	padding:0px;
	margin:0px auto;
	width:850px;
	height:150px;
	background:url(../img/bg_header.gif) no-repeat top center;
}

#main_top {
	padding:0px;
	margin:0px auto;
	width:850px;
	height:30px;
	background:url(../img/bg_main_top.gif) no-repeat bottom center;
}

#main_body {
	padding:10px 30px;
	margin:0px auto;
	width:790px;
	background:url(../img/bg_main_mid.gif) repeat-y top center;
}

#main_bottom {
	padding:0px;
	margin:0px auto;
	width:850px;
	height:30px;
	background:url(../img/bg_main_bot.gif) no-repeat top center;
}

#flash_box {
	padding:20px 0px 20px 0px;
	margin:0px auto;
	width:775px;
	height:185px;
}

#bucket_box {
	padding:0px;
	margin:0px auto;
	width:775px;
	height:270px;
	text-align:center;
}

#bucket_box a {
	border:none;
}

#bucket_box img {
	border:none;
}

#menu_navi {
	text-align:center;
	margin:0px 0px 10px 0px;
}

#menu_navi a {
	text-decoration:none;
	font-variant:small-caps;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
}

#menu_navi a:hover {
	text-decoration:underline;
	color:#603300;
}

/* -----=====|  Page Specific Styles  |=====----- */
.card_red {
	color:#CC0000;
}

.card_blk {
	color:#000000;
}

.new_hr {
	margin:0px auto 20px auto;
	padding:0px;
	background-color:#000000;
	height:4px;
	width:750px;
	overflow:hidden;
}