﻿body {
	background-color: #9999FF;
}

#container {
				position: absolute;
				padding: 0;
				margin: 10px auto 0 auto;
				text-align: left;
				width: auto;
				min-width: 0px;
				top: auto;
				left: auto;
				height: auto;
}

#topleft {
	width: 30px;
	height: 30px;
	background-image: url('Images/upperleft.gif');
	background-repeat: no-repeat;
	float: left;}

#topcenter {
				width: auto;
				height: auto;
				background-color: #0066CC;
				float: left;
}

#topright {
				width: 89px;
				height: 30px;
				background-image: url('Images/upperright.gif');
				background-repeat: no-repeat;
				float: left;
				margin-left: 13px;
				background-color: #0066CC;
}


#middlecenter {
				width: 1216px;
				height: auto;
				background-color: #F0EEC6;
				float: none;
}

#bottomleft {
	width: 30px;
	height: 30px;
	background-image: url('Images/bottomleft.gif');
	background-repeat: no-repeat;

	float:left;
}

#bottomcenter {
				width: auto;
				height: auto;
				background-color: #FFFFFF;
				float: left;
				margin-top: 46px;
				background-attachment: inherit;
}

#bottomright {
				height: 30px;
				width: 30px;
				background-image: url('Images/bottomright.gif');
				background-repeat: no-repeat;
				float: left;
				background-color: #0066CC;
}


/*CSS for actual content, not the page setup. In the order they appear in the code.*/
#clubname {
				background-color: #3366CC;
				color: #F0EEC6;
				font-family: Century;
				font-variant: small-caps;
				font-size: large;
				height: auto;
				width: auto;
				text-align: center;
				padding-right: inherit;
}
#menuandcontentcontainer {
				margin: auto;
				background-color: #0066CC;
				width: auto;
				font-family: "Californian FB";
				font-size: large;
				text-align: center;
				height: auto;
				font-weight: 700;
				color: #FFFFCC;
}


#menubar {
				background-color: white;
				width: auto;
				font-family: Gulim;
				font-size: 14pt;
				text-align: center;
				margin-left: auto;
				margin-right: auto;
				border-top: 2px #F0EEC6 solid;
				border-right: 2px #F0EEC6 solid;
				border-left: 2px #F0EEC6 solid;
				height: auto;
				font-weight: bold;
				color: #0066CC;
}
#content {
				background-color: #CCCCFF;
				width: auto;
				margin-left: auto;
				margin-right: auto;
				border-bottom: 2px #F0EEC6 solid;
				border-right: 2px #F0EEC6 solid;
				border-left: 2px #F0EEC6 solid;
				height: auto;
				font-family: Gulim;
				font-size: x-large;
				font-weight: bold;
				color: #003366;
				position: relative;
				top: 7px;
				left: 0px;
}
#verticalmenu {
				font-family: Gulim;
				font-size: large;
				font-weight: bold;
				color: #0066CC;
}

a:visited {
	font-family: Century;
	font-size: 12pt;
	text-decoration: none;

}


a:active {
	font-family: Century;
	font-size: 12pt;
	text-decoration: none;

}


a:link {
				font-family: Arial, Helvetica, sans-serif;
				text-decoration: inherit;
				color: #663300;
				font-size: medium;
				text-align: right;
				width: auto;
}


#footer {
				background-color: #FFFFFF;
				font-family: "Californian FB";
				font-size: medium;
				color: #FFFFCC;
				height: 150px;
				text-align: center;
				font-weight: 700;
				vertical-align: middle;
				width: auto;
}

th {
	border-style: solid;
				border-color: #FFFFCC;
				font-family:Helvetica;
					letter-spacing:2px;
					font-size: large;
					font-variant:small-caps;
					text-decoration:underline;
					text-align:center;
}