body {
	min-width: 800px;
	background-color: #E3E4FA;
}

table#pageTable {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #006633;
	width: 84%;
	min-width: 800px;
	border-top: medium groove #9966CC;
}

/* Headerstuff */

div#header {
	position: absolute;
	top: 4px;
	width: 84%;
	min-width: 800px;
	padding-bottom: 12px;
}

div#header h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 58px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #15317E;/*006633;*/
	text-decoration: none;
}

div#header h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #999900;
	font-style: italic;
	text-decoration: none;
}

div#header h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #9966CC;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: capitalize;
}

div#header a {
	color: #006633;
	text-decoration: none;
	font-weight: bolder;
}

div#header a:hover {
	color: #999900;
	text-decoration: underline overline;
	font-weight: bolder;
}

div#header img {
	border:0;
}

div#header p {
	line-height: 0px;
}

h1#mainHeader {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 58px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #15317E;
	text-decoration: none;
}

/* LeftStuff */

td#left {
	width: 18%;
	max-width: 18%;
	min-width: 132px;
	padding-right: 10px;
	border-right: medium groove #9966CC;
}

/* For those that need to look the same as those with an email attached but shouldn't have a link attached to them*/

td#left .nameWOEmail {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #9900CC;
	text-decoration: none;
}

td#left a {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #9900CC;
	text-decoration: none;
}

td#left a:hover {
	background-color: #CC99CC;
}

td#left h3 {
	padding: 10px 0px 2px 10px;
}

td#left ul a:link, #navBar ul a:visited {
	display: block;
	text-decoration: none;
}

td#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

td#left #relatedLinks #Blurb {
	background-color: Indigo;
}

td#left #relatedLinks #Blurb a {
	color: white;
}

td#left #relatedLinks #Blurb a:hover {
	color: Indigo;
	background-color: violet;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
td#left li {
	border-bottom: 1px solid #EEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEE;
}

td#left #Navigation a {
	border-top: 1px solid #cccccc;
}

td#left #Navigation {
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

td#left div#socialNetwork {
	padding-top: 7px;
	background-color: #E3E4FA;
}

div#socialNetwork img {
	border: 0px;
}

div#socialNetwork a:hover {
	background-color: #E3E4FA;
}

/* Centerstuff */
td#center {
	background-image: url('images/feet%203.png');
	background-position: top left;
	background-repeat: repeat-y;
	color: #006633;
	padding: 15px;
	margin-left: 6px;
	min-width: 450px;
	font-weight: bold;
}

td#center p {
	font-weight: bold;
}

div#supporters img {
	width: 200px;
}

/* Rightstuff */

td#right {
	width: 18%;
	min-width: 132px;
	padding-left: 10px;
	border-left-width: medium;
	border-left-style: groove;
	border-left-color: #9966CC;
}

td#right img {
	width: 100%;
}

/* Footerstuff */

td#footer {
	margin: 0px;
	border-top: thin groove #9966cc;
}

/* Otherstuff */

div#photos {
	position: static;
	display: block;
	width: 97%;
}

p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006633;
	text-decoration: none;
}

div#relatedLinks a:link,
div#relatedLinks a:visited {
	display: block; 
}

div#relatedLinks li {
		padding: 0px 0px 2px 10px;
}

div#supporters {
	text-align: center;
}

div#supporters table {
	width: 100%;
}

div#supporters img {
	width: 95%;
}

div#Sponsors {
	border-top: medium groove #9966CC;
}

div#Sponsors img {
	width: 95%;
	border-style: none;
	border-width: 0px;
}

/* are these needed anymore? */

#linklist {
	background-color: blue;
}

#linklist ul {
	list-style-position: inside;
	list-style-type: square;
}
#linklist a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#linklist a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* photos stuff */
div#picMenu {
	position: relative;
	width: 20%;
	height: 400px;
	float: right;
	overflow: scroll;
	padding: 5px;
	clear: none;
}

div#picMenu img {
	border-width: 0px;
	width: 100%;
}

div#picMenu a {
	border-width: 0px;
}

div#pic {
	width: 74%;
	text-align: center;
	clear: none;
}

div#pic img {
	border-width: 0px;
	max-width: 100%;
}

/* IE hacks */

div#picIE img {
	width: 75%;
}

div#ieSponsors img {
	width: 132px;
}

div#ieSupporters {
	width: 549px;
}

div#ieSupporters img {
	width: 180px;
}

div#countdown {
	color: yellow;
	text-align: center;
	font-size: 12px;
}

div#countdown table {
	background-color: black;
}