/* ********** [ GENERAL ] ********** */

body {
	margin: 0px; padding: 0px;
	cursor: default;
	background: #0a4c89 url('page_bg.gif'); }

div.clear {
	clear: both; }



/* ********** [ PAGE ] ********** */

div#page_wrap {
	background: url('page_bg_top.gif') repeat-x; }

	div#page {
		margin: 0px auto;
		width: 876px;
		background: url('content_bg.png') repeat-y; }



/* ********** [ HEADER ] ********** */

div#header_wrap {
	padding: 9px 0px 0px 0px; }

	div#header {
		margin: 0px auto;
		width: 840px;
		height: 83px;
		background: #dd0040 url('header_bg.png') no-repeat; }

		div#header h1 {
			margin: 0px;
			padding: 0px 0px 0px 60px;
			float: left;
			font: 30px/83px Trebuchet MS, tahoma;
			font-weight: bold;
			color: #ffffff; }

			div#header h1 span { }


/* ********** [ NAVIGATION ] ********** */

div#headernav_wrap {
	height: 38px; }

	div#headernav {
		margin: 0px auto;
		width: 840px;
		height: 38px;
		background: #dd0040 url('navbar_bg.png') no-repeat; }

		div#headernav ul {
			margin: 0px 0px 0px 7px;
			padding: 0px;
			height: 35px;
			list-style-type: none; }

			div#headernav ul li {
				margin: 0px; padding: 0px;
				float: left; }

				div#headernav ul li a {
					padding: 0px 7px;
					height: 35px;
					display: block;
					float: left;
					font: bold 12px/35px arial;
					color: #ffffff;
					text-decoration: none; }

					div#headernav ul li a:hover {
						text-decoration: underline; }


div#usernav_wrap {
	margin: 5px auto 0px auto;
	width: 840px;
	height: 28px; }

	div#usernav { }

		div#usernav ul {
			margin: 0px 0px 0px 8px;
			padding: 0px;
			list-style-type: none; }

			div#usernav ul li {
				margin: 0px;
				float: left; }

			div#usernav ul li a {
				margin: 0px;
				padding: 0px 6px;
				height: 28px;
				display: block;
				float: left;
				font: bold 12px/28px arial;
				color: #0a4c89;
				text-decoration: none; }

				div#usernav ul li a:hover {
                	color: #cb0030; }


/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	margin: 0px auto;
	width: 858px;
	height: 64px;
	background: #464646 url('footer_bg.gif') repeat-x; }

	div#footer {
		font: 11px/64px arial;
		color: #ffffff;
		text-align: center; }

		div#footer span {
			margin: 0px 5px; }

		div#footer a {
			font: 11px/64px arial;
			color: #ffffff;
			text-decoration: none; }

		div#footer a:hover {
			text-decoration: underline; }

	div#footer_border {
		margin: 0px auto;
		width: 876px;
		height: 10px;
		background: url('footer_border.png') no-repeat; }


/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 840px;
	background: #ffffff; }

  	div#container { }


/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
	background: #ffffff; }

  	div#sidebar { }


/* ********** [ CONTENT ] ********** */

#content_wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 640px; }

  	#content { }


/* ********** [ MESSAGES ] ********** */

div#info_message {
	margin: 10px 0px 10px 10px;
	padding: 10px;
    font: 12px arial;
	color: #aa571b;
    background-color: #FFFFC0;
    border-top: 1px #d8b62d solid;
    border-bottom: 1px #d8b62d solid; }

	div#info_message a {
		font: 12px arial;
		color: #aa571b;
		text-decoration: none; }

	div#info_message a {
		text-decoration: underline; }

div#error_message {
	margin: 10px 0px 10px 10px;
	padding: 10px;
    font: 12px arial;
	color: #800000;
    background-color: #FFD7D7;
    border-top: 1px #9D290D solid;
    border-bottom: 1px #9D290D solid; }

	div#error_message a {
		font: 12px arial;
		color: #800000;
		text-decoration: none; }

	div#error_message a {
		text-decoration: underline; }
