/* CSS Document */

body {
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	background-color: #7bd2f7;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

#wrapper {
	background-image: url(images/wrapper.gif);
	width: 915px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    text-align: left;

}

#header {
	background-image: url(images/header.gif);
	height: 46px;
	width: 875px;
	margin: 0px;
	padding-top: 171px;
	padding-left: 40px;

}

#nav {
	height: 29px;
	width: 316px;
}

#content {
	text-align: left;
	width: 825px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 40px;
}
a {
	color: #0071bb;
	text-decoration: none;
    outline:none;
}
a:hover {
	color: #0071bb;
	text-decoration: underline;
}
h1 {
	font-size: 31px;
	color: #0071BC;
    margin-top:3px;
}
#sidebar {
	background-color: #FFF8AB;
	float: right;
	width: 281px;
	margin-left: 40px;
	font-size: 23px;
	font-weight: bold;
	color: #0071BC;
	text-align: center;
	line-height: 28px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}

#footer {
	color: #FFFFFF;
	background-image: url(images/footer.gif);
	height: 29px;
	width: 895px;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-left {
	float: left;
	width: 400px;
}

#footer-right {
	float: right;
	width: 400px;
	text-align: right;
}
#sidebar a {
	background-color: #FFF8AB;
	font-size: 23px;
	font-weight: bold;
	color: #0071BC;
	text-align: center;
	line-height: 28px;
	text-decoration: underline;
}
.right {
	float: right;
	margin-left: 15px;
	border: medium solid #0071BC;
	padding: 10px;
	background-color: #FFFFCC;
}
#clear {clear:both;}
h2 {
	font-size: 16px;
	color: #006600;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #006600;
}
.left {
	border: medium solid #0071BC;
	padding: 10px;
	background-color: #FFFFCC;
	float: left;
	margin-left: 35px;
}
