@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #3E3EFF;
}
.maintable {
	background-color: #3E3EFF;
	background-image: url(../images/bkground.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

p {
	margin: 3px;
	padding: 3px;
}
.header {
	border-top-width: 10px;
	border-top-style: groove;
	border-top-color: #BE2F31;
	border-bottom-width: 10px;
	border-bottom-style: outset;
	border-bottom-color: #0000FF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #00007F;
	line-height: 22px;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	text-align: center;
	white-space: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-decoration: underline;

}
.submenu {
	font-size: 13px;
	font-style: italic;
	text-align: center;
}
.submenu a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}
.submenu a:hover {
	text-decoration: underline overline;
}
.newsmenu {
	background-color: #EEEEEE;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.promo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new {
	border: 3px outset #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	padding: 3px;
	background-color: #FFFFFF;
}
