@charset "utf-8";
body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003;
}
body {
	background-color: #B3668C;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #936;
}
a:visited {
	color: #969;
}
a:hover {
	color: #969;
}
a:active {
	color: #903;
}
h1 {
	font-size: 18px;
	color: #936;
}
h2 {
	font-size: 14px;
	color: #003;
}
#container {
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 600px;
	width: 955px;
}
#header {
	height: 108px;
	width: 888px;
	margin-top: 8px;
	margin-left: 25px;
}
#logo {
	float: left;
	height: 108px;
	width: 503px;
}
#topBubble {
	font-size: 10px;
	background-image: url(images/top_bubble.gif);
	background-repeat: no-repeat;
	float: right;
	height: 90px;
	width: 223px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	line-height: 13px;
}
#menu {
	float: left;
	width: 182px;
	margin-top: 40px;
	margin-left: 25px;
}
#menu img {
	margin-bottom: 20px;
}
#mainText {
	background: url(images/text_bg.jpg) no-repeat;
	padding: 5px 25px 15px;
	float: left;
	height: 390px;
	width: 550px;
	margin-top: 40px;
	margin-left: 108px;
}
.third {
	float: left;
	width: 32%;
	margin-right: 1%;
}
#mainText ul {
	margin: 5px 0px;
	padding: 0 0 0 12px;
}
#mainText li {
	margin-left: 0px;
	padding-left: 0px;
}

#mainText h1 {
	margin-top: 0px;
	line-height: 1em;
	margin-bottom: 8px;
}
#mainText p {
	margin-top: 0px;
	margin-bottom: 8px;
}
.scrolling {
	width: 540px;
	padding-right: 10px;
	height: 350px;
	overflow-y: auto;
	overflow-x: none;
}
#mainText h2 {
	margin-bottom: 3px;
	margin-top: 10px;
}

#bottomeAddress {
	width: 955px;
	margin: 5px auto;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	clear: both;
}

