body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0;
	background:#CCCCCC;
}
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.container {
	/*background: #fff url(layout/top.gif) repeat-x;*/
	width: 980px;
	margin:10px auto;
	padding:1px 0;
	text-align:left;
	background:#F8FCF8;
	color:#303030;
	border:1px solid #003070;
	min-height: 450px;
}
.header .search_box {
 	background: #fff url(layout/bkg-header.gif);
	height: 150px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	
}
.header {
	width: 460px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
.marquee { 
list-style-type: none;
	padding-right: 100px;
	background: #fff url(layout/bkg-header.gif);
	height: 50px;
	float: right;
	width: 300px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.header a {
	color: #FFFFFF;
}
	
.content {
	background: #FFFFFF;
	padding:0 20px 0 20px; /*top, left, bottom, right */
	float: left;
	width: 730px;
	min-height: 450px;
	text-align: justify;
	border-right: #DEDEDE 1px solid;
	border-top: #DEDEDE 1px solid;
	vertical-align: top;	
}
.menu {
float: right;
	clear: right;
	width: 160px;
	font-size:12px;
	padding:85px 30px 10px 10px;
	background: #fff url(layout/bkg-header.gif);
}
.menu ul, .menu li {
	margin: 2px;
	list-style: none;
	padding:5px 2px 5px 0;
}
.menu ul ul {
	margin:5px 0 0 10px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color:#555;
	font-weight:bold;
	line-height: 18px;
	text-decoration:none;
	display: block;
	border-top: 1px solid #bbbbbb;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	color:#555;
	background-color:#F9F9F9;
	font-weight:bold;
	text-decoration:none;
	border-top: 1px solid #bbbbbb;
}
.menu_default a:hover {
	color: #990000;
	text-decoration:none;
	background-color:#EEEEEE;
}

.menu_current  {
	border-top: 1px solid #bbbbbb;
	font-weight:bold;
	background-color: #FFFF99;
}

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;

}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background:#fff url(layout/footer.jpg) repeat-x;
	background-repeat: repeat-x;
	font-size: 10px;
	padding:10px 10px 12px 10px;
	margin:0 auto;
	color:#555;
	text-align: left;
}
#design, #design a:link, #design a:visited, #design a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
float:right;
font-size: 9px;
text-decoration: none;
clear: both;
margin: 0;
padding: 0.3em;
color: #999999;
width:150px;
}
#design a:hover {
	text-decoration: underline;
}