/* Reset Styles */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td, a, img { 
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* Default Styles */

body, html {
	font: 12px Arial, Helvetica, sans-serif;
}

#container {
	background: #fff url('images/wrapbg.gif') repeat-y;
	margin: 0 auto;
	width: 800px;
}

.clear {
	clear: both;
}

/* Header */

#header {
	background: #fff url('images/header.jpg') top left no-repeat;
	height: 188px;
}

/* Content - main container that holds the left menu, the main content and the headline area */

#content {
	overflow: auto;
	width: 100%
}

/* Main - the main content in the middle of the page */

#main {
	color: #333;
	display: inline;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	width: 483px;
	padding: 0 0 0 16px;
}

#main .image_left {
	float: left;
	margin: 4px 4px 4px 0;
}

#main .image_right {
	float: right;
	margin: 4px 0 4px 4px;
}

#main a {
	color: #f73;
	text-decoration: none;
}

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

#main h1 {
	background: url('images/header.gif') repeat-x bottom left;
	color: #346;
	font: 20px "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	margin: 20px 0 4px 0;
	width: 470px;
}

#main h2 {
	color: #346;
	font: 16px "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	margin: 10px 0 4px 0;
	width: 470px;
}

#main h3 {
	color: #346;
	font: bold 14px "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	margin: 10px 0 4px 0;
	width: 470px;
}

#main .more {
	color: #a00;
	font: bold 10px Verdana, Geneva, sans-serif;
	padding: 10px 0 0 0;
}

#main .more a {
	color: #a00;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#main .more a:hover {
	color: #234;
	text-decoration: underline;
}

#main ul, #main ol {
	list-style-position: inside;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#main ul {
	list-style: disc;
}

/* Menu - the menu on the left side of the page */

#menu {
	width: 130px;
	float: left;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

#menu, #menu ul {
	list-style: none;
}
	
#menu li a {
	background: url('images/menubg.gif') no-repeat 1px 0;
	color: #345;
	position: relative;
	display: block;
	font: bold 14px "Trebuchet MS", Helvetica, sans-serif;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	width: 120px;
}

#menu li a:hover {
	background: #234 url('images/menubg_hover.jpg') no-repeat 1px 0;
	color: #fff;
}

#menu li a.last {
	background: url('images/menubg_last.gif') no-repeat 1px 0;
	height: 38px;
}

#menu li a.last:hover {
	background: url('images/menubg_last_hover.jpg') no-repeat 1px 0;
}

/* Headlines - the headline section on the right side of the page */

#headlines {
	padding: 20px 0 0 0;
	margin: 0 1px 0 660px;
}

#headlines .headline { /* Headline - each individual headline section */
	background: #fff url('images/headlinebg.gif') bottom left repeat-x;
	border-top: 1px solid #ccc;
	color: #333;
	margin: 0 0 20px 0;
	padding: 8px 5px 12px 10px;
}

#headlines .headline h2 {
	color: #234;
	font: bold 16px "Trebuchet MS", Helvetica, sans-serif;
}

#headlines .headline .more {
	color: #a00;
	font: bold 10px Verdana, Geneva, sans-serif;
	padding: 0 10px 0 0;
	text-align: right;
}

#headlines .headline .more a {
	color: #a00;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#headlines .headline .more a:hover {
	color: #234;
	text-decoration: underline;
}

/* Footer - the footer section at the bottom of the page */

#footer {
	background: #fff url('images/footer.jpg') top left no-repeat;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	height: 52px;
	line-height: 52px;
	margin: 20px 0 0 0;
}

#footer #copyright { /* Copyright - the copyright statement */
	float: left;
	padding: 0 0 0 15px;
}

#footer #footerlinks { /* Footerlinks - the links that appear in the footer */
	padding: 0 15px 0 0;
	text-align: right;
}

#footer #footerlinks a {
	color: #fff;
}

#footer #footerlinks a:hover {
	color: #ace;
}

/* Miscellaneous Font Styles */

.bold {
	font-weight: bold;
}

.orange {
	color: #f70;
}
