@charset "utf-8";
#top a:hover {
	color: #333333;
	text-decoration: none;
}
#header {
	background-image: url(images/_header.jpg);
	background-repeat: no-repeat;
}
.linkright {
	color: #FFF;
	margin-left: 80px;
	font-size: 100%;
}

#menu {
	background-image: url(images/_menu.jpg);
	background-repeat: no-repeat;
}


#menu   a {
	color: #9A3638;
	text-align: left;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 75%;
	line-height: 35px;
	font-weight: bold;
}
#menu  a:hover {
	text-decoration: underline;
	text-align: right;
}
#mainContent #newsbox h6{
	font-weight: bold;
	color: #AD2323;
	font-size: 80%;
	margin-left: 20px;
}
#mainContent {
	float: right;
	background-image: url(images/_bg_content.jpg);
	background-repeat: repeat-y;
}
#mainContent li {
	color: #666666;
	font-size: 80%;
}



#mainContent  p  {
	color: #666666;
	text-align: left;
	font-size: 80%;
	margin-left: 20px;
	margin-right: 30px;
}
#mainContent  h1  {
	color: #AD2323;
	font-size: 95%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AD2323;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 10px;
}
#mainContent  h2  {
	color: #AD2323;
	font-size: 85%;
	line-height: 20px;
	margin-left: 20px;
	margin-top: -20px;
}
#mainContent table td {
	font-size: 80%;
}
#mainContent a {
	color: #9B3737;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	color: #7D2D2F;
	text-decoration: none;
}


#footer {
	background-image: url(images/_footer.jpg);
	background-repeat: no-repeat;
}
#footer a {
	font-size: 70%;
	text-align: right;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: none;
}
.formfield {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #9B3737;
	border-bottom-color: #9B3737;
	width: 250px;
}
.formbutton {
	background-color: #FFFFFF;
	border: 1px solid #9B3737;
}


.imgrechts {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 55px;
}
.firstp {
	padding-top: 20px;
}

