@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #f1f1f1;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin: 0;
}

a:active {
	color: #fff;
}

.container {
}

a:visited {
	color: #fff;
}


#page {
	width:1024px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 1024px;
	height: 593px;
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	float: left;
}


#navTop {
	width: 440px;
	height: 110px;
	float: right;
}

#navLeft {
	width: 108px;
	float: left;
	padding-top: 150px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 100;
}

#content {
	color: #fff;
	padding-top:290px;
	padding-right:110px;
	width: 400px;
	float: right;
}
a {
	color: #fff;
	text-decoration: none;
	padding-right:6px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: right;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	}

a:hover {
	text-decoration: underline;
}

#foot {
	width: 1024px;
	height: 77px;
	background-color: #fff;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	clear:both;
	font-size:10px;
	color: #b4b4b4;
}

#footerLeft {
	padding: 40px 0 0 20px;
	float:left;
}

#footerRight {
	padding: 8px 10px 0 0;
	float:Right;
}

#associations {
	padding-top:284px;
	height: 50px;
	width: 500px;
	float: left;
	clear:left;
}