﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
	height: 25px;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 190px;
	float: right;
	padding-left: 5px;
}
#page_content {
	margin-left: 190px;
	margin-right: 190px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
#footer {
	clear: both;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav ul {
	list-style-type: none;
	width: 984px;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-right: 28.7px;
	padding-left: 30px;
	background-image: url('Images/page%20layouts/metal%20rod.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#left_nav {
	border: 3px double #666666;
}
#left_nav ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_nav li {
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 0px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#left_nav a:hover {
	color: #FF0000;
	text-decoration: none;
	margin-right: 20px;
}
#events {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 5px;
	border: 3px double #666666;
	font-size: 14px;
	text-align: center;
}
#friends {
	border: 3px double #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
}
#sponsors {
	border: 3px double #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: underline;
	color: #FFFFFF;
	text-align: center;
}
#main_content {
	padding: 5px;
	background-color: #E8E8E8;
}
#top_nav a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#friends ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#friends li {
	display: block;
	padding: 0px;
	margin: 0px;
}
#friends a {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 1px;
	text-align: left;
}
#friends a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FF0000;
	text-decoration: none;
}
h2 {
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}

#Pinkribbon {
	border: 3px double #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}






