@charset "utf-8";
/* CSS Document */

			html
			{
				height: 100%;
			}
			
			
			body {
				margin:0 auto;
				background-color:#bfbfbf;
				height:101%;
				text-align:center;
				font-family:Arial;
				font-size:14px;
				font-weight:normal;
				color:#000000;
			}
			
			img
			{
				
			}

				a img, body a
				{
					border:none;	
				}

				
				#club_nav
				{
					margin: 0 auto;
					padding: 0;
					height: 30px;
					background-color: #000;
				}
					
					#satellites
					{
						margin: 0px 0px 0px 0px;
						padding: 0px 0px 0px 0px;
					}
					
						#satellites p
						{
							margin: 0;
							padding: 0;
						}
						
							#satellites p a
							{
								margin: 0px 20px 0px 0px;
								padding: 0;
								color: #FFF;
								text-align:left;
								line-height: 30px;
								font-size: 12px;
								text-decoration: none;
								border-bottom: 1px dotted;
							}
							
							#satellites p a:hover
							{
								color: #cccccc;	
							}
					
				#nineeighty
				{
					margin: 0 auto;
					padding: 0;
					width: 980px;
					border-left: 1px solid #666;
					border-right: 1px solid #666;
				}
				
#department-name {
	clear:both;
	width:980px;
	height:50px;
	margin:0 auto;
	padding:0;
	background:url("../images/club_name.png") 0 0 repeat-x;
}

		#department-name-left
		{
			margin: 0px 0px 0px 0px;
			padding: 0;
			float: left;
			width: 680px;
			height: 50px;
		}

			#department-name-left h1
			{
				margin: 0;
				padding: 0;
				background-image:url("../images/name.png");
				background-repeat: no-repeat;
			}
			
				#department-name-left h1 span
				{
					visibility: hidden;
				}
		
		#department-name-right
		{
			margin: 0px 0px 0px 0px;
			padding: 0;
			float:right;
			height:50px;
			width:220px;
			overflow:hidden;
		}


			#department-name-right p
			{
				margin: 0;
				padding: 0;
				vertical-align: middle;
			}
				
				#department-name-right a
				{
					display:block;
					height:50px;
					width:220px;
					background:url("../images/facebook.png") 0 0 no-repeat;
					text-indent:-9000px;
				}
				
					#department-name-right a:hover
					{
						background-position:0 -50px;
					}
					
					#department-name-right a:active
					{
						background-position:0 0px;
					}
					
		#banner_image
		{
			margin: 0 auto;
			padding: 0;
			height: 250px;
		}
		

		#links
		{
			width:980px;
			height:30px;
			margin:0 auto;
			padding:0;
			background:url("../images/club_name.png") 0 0 repeat-x;
		}
			
			#links p
			{
				margin: 0;
				padding: 0;
				font-weight: bold;
				color:#fff;
				text-transform:uppercase;
				line-height: 30px;
				text-align:left;
				font-family: "Times New Roman", Times, serif;
				letter-spacing: .1em;
			}
				#links p a
				{
					margin: 0px 10px 0px 10px;	
					color:#084770;
					text-decoration:none;
				}
				
					#links p a:hover
					{
						color: #fff;	
					}

		#content
		{
			margin: 0 auto;
			padding: 0;
			background-color: #FFF;
		}
		
			#content_left
			{
				margin: 0;
				padding: 0;
				float: left;
				width: 250px;
				margin-left: 15px;
			}
		
			table
			{
				
			}
				table th
				{
					background-color: #3CF;
					text-align:center;
				}
				
				table td
				{
					font-size: 13px;
					text-align: center;
					background-color: #eeeeee;
				}
		/* LEFT COLUMN PROPERTIES */
			#sidebar
			{
				margin: 12px 0px 0px 0px;
				padding: 0;
				background-color:#eaeaea;
			}
	

			#sidebar h1
			{
				font-size: 18px;
				font-family:Arial Narrow;
				font-weight:bold;
				line-height: 25px;
				text-align: center;
				padding-top: 5px;
				padding-bottom: 7px;
				background:url("../images/sidebar.jpg") 0 -94px no-repeat;	
				text-transform:uppercase;
				color:#ffffff;
				letter-spacing: .1em;
			}

			#sidebar ul {
				margin:0;
				padding:0;
				text-align:left;
				list-style-type:none;
				line-height: 18px;
				letter-spacing: .1em;
			}

			#sidebar ul li.item {
				font-family:Arial Narrow;
				font-weight:bold;
				font-size:15px;
				margin:20px 20px 0px 20px;
			}

			#sidebar ul li.item a {
				color: #000000;
				text-decoration: none;
			}

				#sidebar ul li.item a:hover {
					color: #084770;
					text-decoration:underline;
				}

			#sidebar ul.contact-info {
			margin:0;
			padding:0;
			}
			
			#sidebar ul.contact-info li {
			font-family:Arial Narrow;	
			font-size:14px;
			font-weight:normal;
			margin:0 20px 0 20px;
			}
			
			#sidebar ul.contact-info li a {
			font-family:Arial Narrow;
			}
			
		/* END OF LEFT COLUMN PROPERTIES */
			
			#content_right
			{
				margin: 0;
				padding: 0;
				float: right;
				width: 700px;
			}
			
				#content_right h1
				{
					font-size: 24px;
					text-align:left;
				}
				
				#content_right h2
				{
					text-align:left;
				}
				
				#content_right p
				{
					margin: 0px 10px 8px 10px;
					text-align: justify;
					width:95%;
					font-size: 14px;
					line-height: 21px;
				}
				
				#content_right a
				{
					color: #084770;
					border-bottom: 1px dotted #084770;
					text-decoration: none;
				}
				
				#content_right a:hover
				{
					color: #04BDFB;
					text-decoration: none;
				}
				
				#content_right h3, #content_right h4
				{
					text-align: left;	
				}
				
			#footer
			{
				width:980px;
				height:35px;
				margin:0 auto;
				padding:0;
				background-color: #000;
			}	
				#footer p
				{
					margin: 0;
					padding: 0;
					color: #999;
					line-height: 35px;
					font-size: 11px;
				}

/* ACCORDION */
.toggler {
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	text-align:left;
	font-weight: bold;
	width: 96%;
	
}
.active {
	background-color: #66CCFF;
	text-align:left;
	font-weight: bold;
}
