#ahem {
	font-weight: bold;
}

/* Default page and font stuff */

body {
	margin: auto;
	background: #ffffff url('images/main/bg-j.gif') no-repeat top right;
}

body, p, td, ol, ul, li, blockquote, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
}

textarea, pre, tt, code, kbd, samp {
	font-family: monospace;
	font-size: 13px;
}

/* Defailt alignment */

body, p, td, ol, ul, li, blockquote {
	text-align: left;
	vertical-align: top;
}

/* Heading styles */

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/* White space rules */

h1, h2, h3, h4, p, ul, ol, blockquote, hr, .para, .mag {
	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: #1A5C80;
	text-decoration: none;
}

a:hover {
	color: #1A5C80;
	text-decoration: underline;
}

/* Page layout styles */

#main {
	width: 100%;
	height: 100%;
}

#left {
	width: 120px;
	background: #1A5C80 url('images/main/bg-menu.jpg') no-repeat;
}

#menu {
	margin: 32px 10px 0 16px;
}

#menu p {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0.5em;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#search {
	margin: 30px 5px 0 5px;
}

#search p {
	text-align: center;
}

#search input {
	font-size: 11px;
	color: #1A5C80;
	background: #FFFFFF;
	border: 1px solid #000000;
}

#search .button {
	color: #FFFFFF;
	background: #72A3CD;
}

#jane {
	text-align: left;
}

#topbar {
	background: url('images/main/bg-dorner.gif') repeat-x;
	height: 98px;
}

#topmenu {
	margin: 10px 0 0 0;
}

#topmenu .bullet {
	margin: 0 6px 0 6px;
}

#content {
	margin: 0 0 40px 52px;
	width: 400px;
}