/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align: center; /* this will center the container div in IE5 browsers */
	margin: 0px;
	padding: 0px; 
	/* zeroing the margins and padding on the body element will account for different browser settings */
	background-attachment: fixed;
	background-image: url(../images/bodybg.png);
	}

#container {
	background-attachment:fixed;
	background-image: url(../images/containerbg.png);
	width: 860px;
	margin: 0 auto; /* this will center the container in the body element */
	padding: 0;
	/*overflow: auto;*/
	text-align: left;
	border: 1px solid #3A4B90;
	}
	
#container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #892c65;
	}
	
#container h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #434985;
	}

/*HEADER*/
#header {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF
	}

/*NAVIGATION	*/

#navcontainer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#navcontainer ul {
	padding-left: 0px;
	margin: 0px;
	background-image:url(../images/navcontainerbg.png);
	color: white;
	float: left;
	width: 100%;
	}

#navcontainer ul li { 
	display: inline; 
	}

#navcontainer ul li a {
	padding: 0.2em 1em;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

#navcontainer ul li a:hover {
	background-color: #FFF;
	font-weight:bold;
	color: #3A4B90;
	}

/*MAIN CONTENT*/	
#maincontent {
	float: left;
	width: 560px;
	background-color:#FFFFFF;
	margin: 0px;
	}
	
#maincontent a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #892c65;
	}

#maincontent a:link, a:visited {
	color: #892c65;
	text-decoration: none;
	}

#maincontent a:hover {
	color: #892c65;
	text-decoration: underline;
	}	
	
#text {
	/*background-attachment:fixed;*/
	background-image:url(../images/textbg.png);
	margin: 0px;
	padding: 15px;
	color: #666666;
}


/*SIDEBAR*/
#sidebar {
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 570px;
	background: #FFFFFF;
	font-size: 90%;
	}
	
#sidebar a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #892c65;
	}

#sidebar a:link, a:visited {
	color: #892c65;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #892c65;
	text-decoration: underline;
	}	

/*Resources Section*/	
#resources {
	padding: 10px;
	margin-top: 15px;
	background-image:url(../images/sidebarbg.png);
	border: solid 1px #892c65;
	}

/*Allied Membership Section*/
#members {
	padding: 10px;
	margin-top: 15px;
	background-image:url(../images/sidebarbg.png);
	border: solid 1px #892c65;
	}
	

/*FOOTER*/
.clearfloat {
	clear:both;
	}
	
.links {
	font-size:x-small;
	color: #892c65;
	}
.links a:link, a:visited { 
	color: #892c65;
	text-decoration: none;
}

.links a:hover {
	font-weight:bold;
	text-decoration:underline;
	}

#footer {
	text-align: center;
	background-image: url(../images/footerbg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #fff;
	margin: 10px 0px 0px 0px;
	padding: 10px 5px 5px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #892c65;
	clear: both;
	}

#footer a:link, a:visited {
	color: #fff; 
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff; 
	text-decoration: underline;
	}
