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

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #DBD9CA;
}
#nav {
	background-image: url(../../images/navBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 49px;
}
#cnt {
	background-image: url(../../images/contentBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 736px;
}
#footer {
	background-image: url(../../images/footerBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 69px;
}
.content {
	width: 959px;
	margin-right: auto;
	margin-left: auto;
}
.content a {
	color: #93171B;
	text-decoration: none;
}
.content a:hover {
	color: #93171B;
	text-decoration: underline;
}
.sarellisList {
	list-style-image: url(../../images/bullet.gif);
	margin-top: 20px;
}
.sarellisList li {
	margin: 15px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	color: #D41E26;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-large;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 3px;
}
h2 {
	color: #A4181E;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-weight: normal;
	color: #A4181E;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

