#ahem {
	font-weight: bold;
}

/* Default page and font stuff */

body {
	margin: auto;
	background: #ffffff url('/images/main/bg-rose.gif') no-repeat bottom right;
}

body, p, td, ol, ul, li, blockquote, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

textarea, pre, tt, code, kbd, samp {
	font-family: monospace;
	font-size: 12px;
}

/* Defailt alignment */

body, p, td, ol, ul, li, blockquote {
	text-align: left;
	vertical-align: top;
	line-height: 1.3em;
}

/* Heading styles */

h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #571715;
	clear: left;
}

/* White space rules */

h1, h2, h3, h4, p, ul, ol, blockquote, hr, div, .para {
	padding: 0;
	margin: 0;
	margin-bottom: 0.8em;
}

h1 {
	margin-top: 1.5em;
}

p + h2, ul + h2, table + h2, div + h2, blockquote + h2, hr + h2 {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

p + h3, ul + h3, table + h3, div + h3, blockquote + h3, hr + h3 {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

p + h4, ul + h4, table + h4, div + h4, blockquote + h4, hr + h4 {
	margin-top: 1.5em;
	margin-bottom: 0.4em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	font-style: italic;
	margin-left: 1em;
	margin-right: 1em;
}

/* Other misc stuff */

hr {
	height: 1px;
	border: none;
	color: #ABABAB;
	background: #ABABAB;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}

a:link, a:visited, a:active {
	color: #571715;
	text-decoration: none;
}

a:hover {
	color: #AD9C7E;
	text-decoration: underline;
}

div.img-right, div.img-left, div.img-center, .img {
	margin-bottom: 0.8em;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.img {
	padding-left: 10px;
	padding-right: 10px;
}

div.img-right {
	float: right;
	clear: right;
	margin-left: 10px;
}

div.img-right img, div.img-left img, div.img-center .img {
	margin-bottom: 0.4em;
}

div.img-left {
	float: left;
	clear: left;
	margin-right: 10px;
}

div.img-center {
	margin-left: auto;
	margin-right: auto;
}

/* Page layout styles */

#main {
	width: 100%;
	height: 100%;
	background: url('/images/main/bg-bar.gif') repeat-y top right;
}

#topbar {
	background: url('/images/main/bg-topbar.gif') repeat-x;
	margin: 0 9px 0 0;
}

#rose {
	float: right;
	margin-right: 12px;
}

#menu1 {
	margin: 20px 0 0 8px;
}

#menu1 .bullet {
	margin: 0 6px 0 6px;
}

#content {
	margin: 30px 120px 50px 75px;
}

/* Local class styles */

.imgcenter, .imgleft, .imgright {
	margin-top: 3px;
	margin-bottom: 10px;
}

.imgcenter img, .imgleft img, .imgright img {
	border: 1px solid #415D3D;
}

.imgcenter {
	text-align: center;
}

.imgleft {
	float: left;
	clear: left;
	margin-right: 10px;
}

.imgright {
	float: right;
	clear: right;
	margin-left: 10px;
}

.byline {
	clear: both;
	color: #AD9C7E;
	padding-top: 3em;
	font-size: 9px;
}