body {
	background-color:#b5c2d2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color:#333333;
	line-height:20px;
	margin:0;
	background-image: url("/images/backgrounds/main.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

img {
	border: none;
}

#container {
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}

#header {
	width:700px;
	background-color:#40556f;
	height:258px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:210%;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
}

#main_menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 80%;
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	background-image: url("/images/backgrounds/menubg.jpg");
	margin-bottom:10px;
	height: 30px;
	border: 0;
	border-collapse: collapse;
}

#logout a:hover {
	color: #40556f;
	text-decoration: underline;
}

#main_menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:9px !important;
	padding-top:9px;
	padding-bottom:11px;
	margin-left:1px !important;
	margin-left:1px;
	margin-right: -1px !important;
	margin-right: -1px;
}

#main_menu_inner {
	text-align: right;
}

#main_menu_inner a:hover {
	background-color:#40556f;
	background-image: url("/images/backgrounds/link.jpg");
}

#main_menu .active {
	background-color:#40556f;
	background-image: url("/images/backgrounds/link.jpg");
}

.leaves {
	border-right:2px solid #ffffff;
	float:left;
}

.sidebar {
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("/images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}

.sidebar h1,h2,h3 {
	margin: 0 0 10px 0;
	color:#000000;
	border:none;
	background-image:none;
}

#main {
	padding: 10px;
	border: 1px solid #cccccc;
	background-image: url("/images/backgrounds/articlebackground.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position: relative;
	_height: 0;
}

h1 {	
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
	border-bottom: 2px solid #cccccc;
	background-image: url("/images/backgrounds/headerbackground.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 6px;
}

h3 {
	margin-bottom: 0;
}

#copyright {
	font-size: smaller;
	text-align: center;
	clear: both;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url("/images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

a {
	color:#888888;
}

div#error {
	background-color: #eaa;
	border: solid red 1px;
	margin: 1em;
	padding: 3px;
}

div#notice {
	position: absolute;
	left: 0;
	top: -10px;
	z-index: 1;
	background-color: #aea;
	border: solid green 1px;
	margin:  1em;
	padding:  3px;
}

p.actions {
	font-size: smaller;
	margin-top: 0;
}

table.pageInfo {
	width: 100%;
}

table.pageInfo th {
	text-align: left;
	font-size: smaller;
	padding: 5px;
	border-bottom: dashed #aaaaaa 1px;
}

table.accountInfo {
	width: 100%;
}

table.accountInfo th {
	text-align: left;
	font-size: smaller;
	padding: 5px;
	border-bottom: dashed #aaaaaa 1px;
}

table.accountForm {
	width: 100%;
}

table.accountForm th {
	text-align: left;
}

div#breadcrumb {
	margin-top: -10px;
	font-size: smaller;
	color: #ca0000;
}

div#breadcrumb a{
	color: #000000;
	text-decoration: none;
}

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

table.form th {
	text-align: left;
}