* {
	margin:0; 
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#800031 url(images/bodyBackground.jpg) repeat-x left top;
	color: #f2cbc9;
}
a {
	color:#ffffff;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
#container { 
	width: 847px; 
	margin: 0 auto; 
} 
#header {
	height:419px;
} 
.logo {
	color:#FFF;
	font-size:72px;
	float:left;
}
.logoPic {
	float:left;
}
.slogan {
	float:right;
	margin:40px 10px 0 0;
	color:#530020;
	font-weight:bold;
}
.slogan1 {
	color:#ed3176;
	font-size:72px;
	padding-left:550px;
}
.slogan2 {
	color:#ffffff;
	font-size:48px;
	padding-left:500px;
}
.slogan3 {
	color:#f2cbc9;
	font-size:72px;
	padding-left:500px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
	width:167px !important;
	height:48px;
}
#navlist a { 
	padding: 10px 47px; 
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	background:url(images/menuB.gif) repeat-x left top;
	text-decoration: none;
	font-size:24px;
}
#navlist a:hover {
	color: #fff;
 background:url(images/menuBactive.gif) repeat-x left top;
	text-decoration: none;
}
#navlist #active a {
	color: #fff;
 background:url(images/menuBactive.gif) repeat-x left top;
	text-decoration: none;
}
.headerBackground {
	margin-top:20px;
	height:222px;
	background:url(images/header.jpg) no-repeat left top;
}
#sidebar1 {
	float: left; 
	width: 212px; 
}
.st {
	background:url(images/sidebarTitle.png) no-repeat left top;
	width:210px;
	height:40px;
	font-weight:bold;
	color:#ffffff;
	padding:40px 0 0 80px;
}
.sidebarList li {
	background:url(images/p.png) no-repeat left 4px;
	padding-left:50px;
	list-style:none;
	margin:5px 0 10px 15px;
}
.sidebarList p {
	margin:5px 0 10px 15px;
}
#mainContent { 
	margin: 0 0 0 222px; 
} 
.mainTitle {
	background:url(images/bodyTitle.png) no-repeat left top;
	height:40px;
	padding:40px 0 0 80px;
	font-weight:bold;
	color:#FFF;
}
#mainContent p {
	margin:5px 0 0 25px;
}
#footer {
	background:url(images/footer.gif) no-repeat left top;
	height:98px;
	margin:10px 0;
} 
#footer p {
	text-align:center;
	padding-top:30px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}