@charset "utf-8";
a {
	color:#F00;
}
a:hover {
	color:#F00;
	text-decoration:none
}
html, body, form {
	padding: 0px; 
	margin: 0px;
}
body {
	text-align: center;
	background: #FFF;
	font: 0.75em Verdana;
}
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px 0;
}
a img {
	border:0;	
}
#header {
	margin-bottom:10px;
}
#main th {
	background:#E6E6E6;
}
#lc {
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	width:200px;
	padding-bottom:20px;
}
#rc {
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	width:200px;
}
#lc, #cc, #rc {
	border-bottom:1px solid #E6E6E6;
	border-top:1px solid #E6E6E6;
}
#content {
	padding: 0 15px 15px 15px;
}
h1 {
	color:#F00;
	font-size:1.5em;
	margin-top:5px;
}
h2 {
	color:#F00;
	font-size:1.3em;
}
h3 {
	color:#F00;
	font-size:1.1em;
}
#footer {
	padding:5px;	
}

.lc-w {
	margin:0 5px;
	font-size:0.95em;
}
.col-hd {
	color:#000;
	background-color:#E6E6E6;
	text-align:center;
	font-weight:bold;
	font-size:1em;
}
.lc-w a {
	color:#00F;
}
#top-banner {
	margin-bottom:10px;	
}
.l {background: url(/images/dot.gif) 0 0 repeat-y #FFF}
.r {background: url(/images/dot.gif) 100% 0 repeat-y #FFF}
.table_form {
	border-collapse:collapse	
}
.table_form td {
	border-bottom:1px solid #FFCECE;
}
.table_form td td {
	border:0;
}

.message {
	font-weight:bold;
	padding:10px;
	margin:5px 0;
	border:1px solid #F00;
}
.outer {
	background-color:#CCC;
	padding:2px;
	margin-bottom:10px;
}
.inner {
	background-color:#FFF;
	padding:5px;
}
hr {
	border: 0;
	height:1px;
	background:#CCC;
}

#menu {
	cursor:default;
	border:0px solid #000;
	margin-top:3px;
	font: 0.9em Verdana;
	margin-left:0;
}
#menu a {
	color:#333;
	text-decoration:none;
}
#menu a:hover {
	color:#FFF;
	text-decoration:none;
}
/*#menu div.active {
	background:#A4A4A4;
}
#menu div.active a {
	color:#FFF;
}*/
/*#menu div.open_active {
	background:#6D609E;
	color:#FFF;
}
#menu div.active {
	background:#6D609E;
}*/
/*#menu div.close {
	
}
#menu span.open_active {
	background:url(/images/menu_open.gif) no-repeat;
	background-position: 7px;
}
#menu span.open {
	background:url(/images/menu_open.gif) no-repeat;
	background-position: 7px;
}
#menu span.close {
	background:url(/images/menu_close.gif) no-repeat;
	background-position: 7px;
}*/
#menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu span.open_active {
	background-image:url(/images/menu_open.gif);
	background-position: 1px;
	background-repeat: no-repeat;
}
#menu span.open {
	background-image:url(/images/menu_open.gif);
	background-position: 1px;
	background-repeat: no-repeat;
}
#menu span.close {
	background-image:url(/images/menu_close.gif);
	background-position: 3px;
	background-repeat: no-repeat;
}
#menu span {
	padding-left:0px;
}
#menu div {
	padding:3px 0;
	/*padding-left:15px;*/
	border-bottom:1px solid #A4A4A4;
}
#menu div.active {
	background:#CCC;
}
#menu .level_1 {
	background-color:#E6E6E6;
}
#menu .level_2 {
	background-color:#F6F6F6;
}
#captcha_image {
	cursor:pointer
}