body,td,th {
	font-family: comic sans ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #aa0000;
}
body {
	background-color: #F0F0F0;
	margin: 0px;
}

.supermain {
	background-image: url(/media/bgkytka.jpg);
	width:900px;
	margin: auto;
	padding-top:66px;
	padding-bottom:66px;
	border:ridge 2px white;
	margin-top:40px;
	margin-bottom:40px;
}

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: 20pt;
}

h3 {
	font-size: 17pt;
}

h4 {
	font-size: 12pt;
}

form {
	margin: 0;
}
.main {
	width: 760px;
	margin: auto;
	padding: 0;
	background-color: #ffffff;
	border:solid 1px silver;
}

.top {
/*	background-image: url(header.jpg);
	background-repeat: repeat-x; */
	background:#aa0000;
	border:solid 10px white;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 20px;
	margin-bottom:5px;
	height: 55px;
	width:740px;
}

.broomefish {
	position:relative;
	top:58px;
	left:-20px;
	border:solid 1px white;
}

.banner, .search_box {
	height: 55px;
}

.banner {
	width: 520px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.banner a {
	color: #FFFFFF;
	font-size:14pt;
	text-decoration:underline;
}
.menu {
 float: left;
	width: 140px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom:10px;
}
.menu ul, .menu li {
	margin:0px;
	padding:0px;
	list-style: none;
}

.menu li {
	margin-top:5px;
	font-size:11pt;
}

.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	border-bottom: 1px dotted #999999;
}
.menu_main a:hover {
	border-bottom: 1px dotted #333333;
}
.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;
}
.content {
	border-left:dotted 1px silver;
	margin:0px 10px 20px 170px;
	padding: 0px 10px 14px 25px;
	text-align: justify;
 	clear: right;
 	min-height:460px;
}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	/* background-image: url(footer.jpg);
	background-repeat: repeat-x; */
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 21px;
	border-top:dotted 1px silver;
	margin:10px 10px 0px 10px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

p {
	margin:0px;
}

input, select, textarea {
	border:solid 1px red;
	padding-left:2px;
	color:#aa0000;
	font: bold 13pt comic sans ms;
	background:#eeeeee;
}