body {
	margin: 0;
	padding: 0;
}

body, .bg {
	background-color: #e0e0d9;
}

body, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434341;
}



a:link, a:visited {
	color: #3b90bf;
	text-decoration: none;
}
a:hover, a:active {
	color: #154f70;
	text-decoration: none;
}



label {
	cursor: default;
}

acronym {
	cursor: help;
}

img {
	border: 0;
}



.container {
	width: 700px;
}

#menu_top {
	background-image: url("/img/menu_top_bg.gif");
	height: 75px;
}

#menu_bottom {
	background-image: url("/img/menu_bottom_bg.gif");
	height: 43px;
}

#menu_left, #menu_right {
	background-image: url("/img/menu_bg.gif");
	height: 43px;
	color: #ffffff;
	font-size: 13px;
}

#menu_left a:link, #menu_left a:visited, #menu_right a:link, #menu_right a:visited {
	color: #caddeb;
	text-decoration: none;
}

#menu_left a:hover, #menu_left a:active, #menu_right a:hover, #menu_right a:active {
	color: #ffffff;
	text-decoration: none;
}



#content {
	padding-top: 14px;
	background-color: #fafaf7;
}

#content_left {
	padding-right: 14px;
	margin-right: 14px;
}



.title {
	font-size: 18px;
	margin-bottom: 8px;
	color: #a84700;
}

.header {
	font-size: 14px;
	margin-bottom: 4px;
	color: #386a90;
}


ul {
	padding-left: 14px;
	margin-left: 0;
}



#signin {
	padding-bottom: 12px;
	border-bottom: 1px solid #e0e0d9;
	margin-bottom: 14px;
}

#username, #password {
	border: 1px solid #e0e0d9;
	background-color: #ffffff;
}

#submit {
	border: 1px solid #0d3249;
	color: #ffffff;
	background-color: #386a90;
}



#footer {
	padding-top: 14px;
	padding-bottom: 14px;
	color: #989894;
	font-size: 11px;
}
