@charset "UTF-8";

body {
	background: #669 url(../images/bg2.png) top repeat-x;
	font: 87.5%/133% Georgia, "Times New Roman", Times, serif; /* 14px */
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 142.86%; /* 20px */
	text-transform: uppercase;
}

h2 {
	font-size: 114.29%; /* 18px */
}

h3 {
	font-size: 100%; /* 14px */
}

address {
	font-weight: normal;
	font-style: italic;
}

address strong {
	font-style: normal;
}

#page {
	background: #fff;
	margin: 0 auto;
	overflow: auto;
	padding: 12px;
	width: 744px;
}

#logo {
	display: block;
	margin-bottom: 12px;
}

ul#nav {
	background: #cc9;
	float: left;
	font-size: 87.5%;
	font-weight: bold;
	list-style: none;
	margin: 0 0 1px;
	padding: 0;
	width: 180px
}

ul#nav li {
	border: 1px solid #996;
	border-bottom: none;
}

ul#nav a {
	display: block;
	padding: 6px 8px;
	text-decoration: none;
}

ul#nav a:link {
	color: #000;
}

ul#nav a:visited {
	color: #663;
}

ul#nav a:hover {
	text-decoration: underline;
}

ul#nav li.first a {
	background: url(../images/nav_top.gif) top no-repeat;
	margin: -1px -1px 0;
	padding-top: 7px;
}

ul#nav li.last a {
	background: url(../images/nav_bottom.gif) bottom no-repeat;
	margin: 0 -1px -1px;
	padding-bottom: 7px;
}

#content {
	margin: 24px 12px 12px 204px;
}

.rightimage {
	float: right;
	margin: 0 0 12px 12px;
}

.leftimage {
	float: left;
	margin: 0 12px 12px 0;
}

.personalaccount {
	font-style: italic;
	margin: 2em 0 0;
}