@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
}

body, input, textarea, th, td, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.96em;
	letter-spacing: 0.02em;
}

body {
	background-color: #eeeeee;
	background-attachment: scroll;
	background-image: url('../img/body-background.gif');
	background-position: center;
	background-repeat: repeat-y;
}

img {
	border: 0px;
}

#content a img, #footer a img {
	padding: 5px;
	border: 1px solid #8a8586;
}

a {
	color: #eb2a2d;
	text-decoration: none;
}

a:hover {
	color: #3a3637;
	text-decoration: none;
}

dt {
	font-weight: bold;
	cursor: pointer;
	color: #8a8586;
	padding: 5px 2px;
}

dt:hover {
	color: #eb2a2d !important;
}

dd img, #footer img {
	width: 100px;
	height: 100px;
}

#ribbon {
	background-color: #eb2a2d;
	background-attachment: scroll;
	background-image: url('../img/ribbon-background.gif');
	background-position: center;
	background-repeat: repeat-y;
	position: absolute;
	top: 30px;
	width: 100%;
	height: 135px;
}

#page {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#header {
	margin-top: 10px;
	background-color: #eb2a2d;
	height: 135px;
}

#logo {
	padding: 17px;
	text-align: right;
}

#menu, #menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu {
	padding: 20px;
	text-align: right;
}

#menu li, #menu li a {
	font-size: 0.9em;
	display: inline;
}

#menu li a {
	padding: 10px 20px;
	color: #8a8586;
	font-weight: bold;
}

#menu li a:hover {
	color: #eb2a2d;
}

#menu li a.current, #menu li a:hover.current {
	color: #3a3637;
}

#content {
	padding: 20px 40px 40px 40px;
	line-height: 1.4em;
	color: #3a3637;
}

#footer {
	padding: 0px 25px 0px 25px;
	color: #8a8586;
	text-align: center;
	font-size: .7em;
}

#footer a {
	margin: 0px 5px;
}

td {
	padding: 0px 30px 0px 0px;
}

h3 {
	margin-bottom: -13px;
	font-size: 0.96em;
}