/* CSS Document 
Template Name: Association
Date: 07/18/07
*/

#container {
	margin: 0px 0px 0px 0px;	
	padding:0px 0px 0px 0px;
	background-color: #ffffff;
	background-color:transparent;
	background-repeat:repeat-y;
	border: 0px #CCE4FF solid;
	width: 770px;
}

/* start of banner section */

#banner { /* defines the entire banner areas dimensions */
	width:770px;
	height:170px;
	background-repeat:no-repeat;
	background-image: url('images/banner.png');
	border: 0px solid #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.flash { 
	width:340px;
	height:124px;
	border: 0px solid #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 300px;
}

#banner h1 { 
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	font-style:regular;
	color:#ffffff;
	margin: 20px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	position: absolute;
}


#banner p { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position: absolute;
}

#banner a { 
	color:#000000;
	text-decoration: none;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#banner a:hover { 
	color:#ffffff;
	text-decoration: none;
	background:#999999;
	padding: 0px 0px 0px 0px;
}

/* end of banner section */



/* start of navigation section */

.horizontal_navigation_bar {
width: 770px;
height: 25px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #000000;
background-image: url(images/navbar.png);
text-decoration: none;
}

.horizontal_navigation_bar a:link {
color: #333333;
text-decoration: none;
}

.horizontal_navigation_bar a:visited {
color: #ae0000;
text-decoration: none;
}

.horizontal_navigation_bar a:selected {
color: #ae0000;
text-decoration: none;
}

.horizontal_navigation_bar a:hover {
color: #ae0000;
text-decoration: none;
}

/* end of navigation section */


/* start of footer section */

#footer {
	margin: 0px 0px 0px 0px;
	background-image:url(images/footer.png);
	height:35px;
	width:770px;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:16px 0px 0px 0px;
	text-align:center;
}

#footer a {
	color:#ae0000;
}

/* end of footer section */


/* start of home button section */

#home_btn {
width: 200px;
height: 25px;
margin-left: 730px;
margin-top: 105px;
position: absolute;
z-index:99;
}

/* end of home button section */

/* start of image section */

img {
border: none;
}

/* end of image section */




