body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url("layout/backdrop.jpg");
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
        background-color: #FFFFFF;
}

.page-table {
padding: 10px 70px 0px 35px; }

#backgound-left {
	background-image: url(layout/background-left.jpg);
	background-position: top left;
	background-attachment: inherit;
	background-repeat: repeat-y;
	margin: 0px;
	width:100%
}
#backgound-right {
	background-image: url(layout/background-right.jpg);
	background-position: top right;
	background-attachment: inherit;
	background-repeat: repeat-y;
	margin: 0px;
	width:100%;
}
a:link, a:visited, a:active {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
	text-decoration: underline;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 16px;
	color: #532600;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 14px;
	color: #532600;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 100%;
	height: 157px;
	vertical-align: top;
}
.leftcolumn {
	width: 250px;
	height: 100%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFCC66;
}
#menu { width: 230px; padding: 0px; }
#menu ul { list-style-type: none; border-bottom: 0px; margin: 0; padding-left: 40px;; }
#menu li {list-style: url(layout/seed.gif); margin: 0; padding: .2em;} 
#menu ul ul { margin: 0; padding-left: 15px; }
#menu a:link, #menu a:visited, #menu a:active { padding: 4px 10px 4px 10px; color: #996600; display: block; text-decoration: none; white-space: nowrap; border-bottom-color: #ffcc66; border-bottom-style: solid; border-bottom-width: 1px;}
#menu a:hover { text-decoration: none; background-image: url(layout/bkg_xlt.gif); }
.menu_current {
	font-weight: bold;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	color: #996600;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #996600;
	text-decoration: none;
}
.login a:hover {
	color: #CC9900;
	text-decoration: none;
}
.title {color: #996600; font-size:18px; font-weight:300;}
.content {
	padding: 0px 10px 10px 10px;
	height: 450px;
	vertical-align: top;
	text-align: left;
}
.footer {
	margin: 2px 2px 2px 35px;
	padding: 2px 2px 2px 2px;
	height: 12px;
	color: #996600;
	vertical-align: middle;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFCC66;
}
.footer a:link {color:#996600; font-size:9px}
.footer a:hover {color:#CC9900;}
