@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-repeat: repeat;
	background-image: url(images/bg.png);
}
#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}
#header #headMask {
	overflow: hidden;
}
#header #motto {
	float: left;
}
#header #logo {
	float: right;
}
#navigationLinks {
	padding: 10px;
	background-color: #e7e7df;
	border-top: 1px solid #810012;
	border-bottom: 1px solid #810012;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#navigationLinks #navMask {
	width: 780px;
	margin: 0 auto;
}
#navigationLinks ul {
	margin: 0;
	padding: 0;
}
#navigationLinks ul li {
	display: inline;
}
#navigationLinks a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#navigationLinks a:hover {
	color: #810012;
}
#footer {
	margin: 0 auto;
	width: 780px;
}
#footer #bottomLinks{
	text-align: center;
	font-size: 14px;
	height: 100%;
	float: left;

}
#footer #bottomLinks ul{
	margin: 0;
	padding: 0;
}
#footer #bottomLinks ul li{
	display: inline;
	padding: 0 2px;
}
#footer #rights {
	float: right;
}
#contentArea {
	margin: 0 auto;
	border:1px solid #810012;
	border-top: none;
	border-bottom-width:2px;
	width: 777px;
	background-color: #FFF;
	padding: 5px;
}
#contentArea .genericMask {
	overflow: hidden;
}
#contentArea h1{
	font-size: 18px;
	font-weight: bold;
	color: #810012;
}
#contentArea h2{
	font-size: 16px;
	font-weight: bold;
	color: #FFBB21;

}


#contentArea a img {
	border: none;
}
