/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
}

#content2 {
	background: url(right.png) top right repeat-y;
}

#content3 {
	background: url(right2.png) top right repeat-y;
}

#content {
	width: 100%;
	color: #FFFFFF;
	background: url(left.png) repeat-y;
}

#spacer_left {
	padding-top: 120px;
	padding-left: 30px;
	background: url(header5.png) no-repeat;
	font-size: 90%;
	text-align: left;
	width: 60%;
	float: left;
	height: 30px;
	padding-left: 15px;
}

#spacer_right {
	height: 150px;
	width: 37%;
	float: right;
	text-align: right;
	padding-right: 2px;
	color: #FFFFFF;
}

#header {
	background: #1F458C no-repeat;
	height: 175px;
}

#menu {
	background: #F9C20D;
	height: 25px;
	float: none;
	clear: both;
}

#menu p {
	display: inline;
	width: 25%;
	margin: 20px;
	font-weight: bold;
}

#menu a {
	color: #1F458C;
}

#left {
	padding: 5px;
	width: 70%;
	float: left;
	color: #000000;
	text-align: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#left p.first {
	margin-top: 0px;
}

#right {
	clear: none;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 155px;
	float: right;
	color: #000000;
	background: #F9C20D;
}

#full {
	width: 780px;
	color: #000000;
	padding: 5px;
	text-align: center;
	background: #FFFFFF;
}

#right img {
	display: block;
	padding-bottom: 5px;
}

#footer {
	float: none;
	clear: both;
}

#footer .top {
	background: #F9C20D;
	height: 5px;
}

#footer .bottom {
	background: #1F458C;
	height: 40px;
	font-size: 70%;
	vertical-align: middle;
}

#footer .bottom img {
	position: relative;
	top: 5px;
}

h1 {
	margin-top: 30px;
}