body {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #333333;
	margin: 0;
	background-image: url("/images/body_bg.png");
	background-position: top;
	background-repeat: repeat-x;
}

img {
	border: none;
}

a {
	color: #3e7fcf;
	text-decoration: none;
}

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

#container {
	width:900px;
	padding: 0;
	margin:0 auto 0 auto;
	position: relative;
}

table#main_home {
	width: 900px;
	margin: 35px 0;
	border: 0;
	border-collapse: collapse;
}

table#main_home td#top {
	background-image: url("/images/main_home_bg_top.png");
	background-repeat: no-repeat;
	height: 5px;
	padding: 0;
}

table#main_home td#body {
	background-image: url("/images/main_home_bg_slice.png");
	background-repeat: repeat-y;
	padding: 12px 10px 10px 10px;
}

table#main_home td#bottom {
	background-image: url("/images/main_home_bg_bottom.png");
	background-repeat: no-repeat;
	height: 5px;
	padding: 0;
}

table#main {
	width: 650px;
	margin: 35px 0 35px 250px;
	border: 0;
	border-collapse: collapse;
}

table#main td#top {
	background-image: url("/images/main_bg_top.png");
	background-repeat: no-repeat;
	height: 5px;
	padding: 0;
}

table#main td#body {
	background-image: url("/images/main_bg_slice.png");
	background-repeat: repeat-y;
	padding: 0 10px 10px 10px;
}

table#main td#bottom {
	background-image: url("/images/main_bg_bottom.png");
	background-repeat: no-repeat;
	height: 5px;
	padding: 0;
}

#banner {
	background-image: url("/images/banner.jpg");
	width: 900px;
	height: 300px;
	clear: both;
}

table#main_menu {
	height: 33px;
	float: right;
	margin: 44px 0 25px 0;
	border: 0;
	border-collapse: collapse;
	color: #ffffff;
}

table#main_menu a {
	color: #ffffff;
	text-decoration: none;
}

table#main_menu td.active_corner {
	background-image: url("/images/menubar_bg_active_slice.png");
	background-repeat: repeat-x;
	padding: 0;
}

table#main_menu td.inactive_corner {
	background-image: url("/images/menubar_bg_inactive_slice.png");
	background-repeat: repeat-x;
	padding: 0;
}

table#main_menu td.inactive_corner:hover {
	background-image: url("/images/menubar_bg_active_slice.png");
	background-repeat: repeat-x;
}

table#main_menu div#main_menu_left_active {
	background-image: url("/images/menubar_bg_active_left.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 9px 8px 0 24px;
	height: 24px;
}

table#main_menu div#main_menu_left_inactive {
	background-image: url("/images/menubar_bg_inactive_left.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 9px 8px 0 24px;
	height: 24px;
}

table#main_menu div#main_menu_left_inactive:hover {
	background-image: url("/images/menubar_bg_active_left.png");
}

table#main_menu div#main_menu_right_active {
	background-image: url("/images/menubar_bg_active_right.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 9px 0 0 10px;
	height: 24px;
}


table#main_menu div#main_menu_right_inactive {
	background-image: url("/images/menubar_bg_inactive_right.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 9px 0 0 10px;
	height: 24px;
}

table#main_menu div#main_menu_right_inactive:hover {
	background-image: url("/images/menubar_bg_active_right.png");
}

table#main_menu td.active {
	background-image: url("/images/menubar_bg_active_slice.png");
	background-repeat: repeat-x;
	border-left: solid 1px #4C4C4C;
	border-right: solid 1px #4C4C4C;
	padding: 0 10px;
}

table#main_menu td.inactive {
	background-image: url("/images/menubar_bg_inactive_slice.png");
	background-repeat: repeat-x;
	border-left: solid 1px #4C4C4C;
	border-right: solid 1px #4C4C4C;
	padding: 0 10px;
}

table#main_menu td.inactive:hover {
	background-image: url("/images/menubar_bg_active_slice.png");
	background-repeat: repeat-x;
}

div#logout {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

table.sidebar {
	width: 230px;
	padding: 0;
	margin-top: 33px;
	float: left;
	clear: left;
	border: 0;
	border-collapse: collapse;
}

table.sidebar td.top {
	height: 18px;
	padding: 0;
	background-image: url("/images/sidebar_bg_top.png");
	background-repeat: no-repeat;
}

table.sidebar td.body {
	padding: 0;
	background-image: url("/images/sidebar_bg_slice.png");
	background-repeat: repeat-y;
}

table.sidebar td.body div.sidebar_content {
	width: 210px;
	height: 61px;
	padding: 10px;
	background-image: url("/images/sidebar_bg_bottom.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

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

h1 {	
	font-family: Garamond, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	margin: 0;
}

span.header_background {
	background-color: #ffffff;
	padding: 0 10px;
}

h3 {
	margin-bottom: 5px;
}

div#copyright {
	font-size: smaller;
	text-align: center;
	clear: both;
	padding: 10px;
	border-top: 1px dotted #cccccc;
	margin: 0 50px 10px 50px;
}

div#error {
	position: absolute;
	left: 0;
	top: 88px;
	z-index: 1;
	background-color: #eaa;
	border: solid red 1px;
	margin: 1em;
	padding: 3px;
}

div#notice {
	position: absolute;
	left: 0;
	top: 88px;
	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: 11px;
}

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