body {
	margin: 0px;
	padding: 0px;
	background-color: #0a3274;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
}

img, div { behavior: url(/media/pngfix/iepngfix.htc) }

h1, h2 { 
	margin-top: -2px;
	margin-bottom: -10px;
	font-size: 18px;
	position: relative;
}

h2 { font-size: 12px; }


A:visited.menulink { color:#FFFFFF;text-decoration: none;font-weight:bold;}
A:link.menulink { color:#FFFFFF; text-decoration: none;font-weight:bold;}
A:hover.menulink { color:#FFFFAA;text-decoration:underline;font-weight:bold;}
A:active.menulink { color:#FFFFFF; text-decoration: none;font-weight:bold;}

A:visited { color:#990000;text-decoration: none; font-weight:bold;}
A:hover { color:#990000;text-decoration:underline;font-weight:bold;}
A:link { color:#990000; text-decoration: none;font-weight:bold;}
A:active { color:#990000; text-decoration: none;font-weight:bold;}

/* ID's - Entries that will only get used once per page */

#header {
	height: 100px;
	font-family: Genva, Arial, Helvetica, sanf-serif;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

#logo {
	background-position: left top;
	background-repeat: no-repeat;
	background: url(/media/logo.jpg);
	height: 100px;
	width: 503px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#topad {
	position: absolute;
	top: 20px;
	right: 160px;
	z-index: 999;
}


#menu,#ads {
	position: absolute;
	top: 105px;
	background-color: #0a3274;
}

#menu {
	padding-left: 5px;
	left: 1px;
	width: 145px;
	color: #BABABA;
	background: url(/media/menubg.jpg);
	background-repeat: no-repeat;
}

#body {
	position: absolute;
	top: 105px;
	left: 165px;
	right: 165px;
	padding-right: 10px;
	background-color: #FFFFFF;
}

#ads {
	padding-right: 5px;
	right: 1px;
	width: 145px;
	text-align: center;
}

#cover {
	position: absolute;
	left: -30px;
	top: -20px;
}

#about {
	padding-left: 180px;
	margin-right: 8px;
}

#newsupdates {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #000000;
}

#squaread {
	margin-right: 5px;
	float: right;
	width: 200px;
	height: 200px;
	border: 1px solid #000000;
}

#featuredarticles {
	background-color: #FFFFCC;
	margin-right: 225px;
	margin-left: 10px;
	padding: 20px;
}

/* Classes */

div.content {
	padding: 5px;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	position: relative;
}

.form {
	font-size: 13px;
	text-align: left;
}

th {
	vertical-align: top;
}

label {
	width: 160px;
	display: block;
	margin-right: 10px;
}

#id_notes {
	width: 300px;
	height: 70px;
}

.errorlist {
	position: relative;
	left: 15px;
	display: inline;
}

.prop {
	height:256px;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* Calendar stuff */
#calendar_tooltip {
	position: absolute;
	top: 145px;
	right: 140px;
	background-color: #8A8A8A;
	border: 1px dashed #330000;
	padding: 5px;
	display: none;
}

#calendar_pageheader {
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}

#calendar {
	width: 600px;
	margin: 0 auto;
}

.calendar_header {
	text-align: center;
	color: #660000;
	font-size: 15px;
}

.calendar_weekday {
	border: 1px solid #000000;
	text-align: center;
	font-size: 20px;
	width: 150px;
	height: 75px;
}

#calendar_pageheader_small {
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

#calendar_small {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.calendar_header_small {
	text-align: center;
	color: #660000;
	font-size: 13px;
}

.calendar_weekday_small {
	text-align: center;
	color: #181818;
	font-weight: normal;
}

.calendar_today { background-color: #969aab; }
.calendar_today_small { background-color: #797c8a; }
.calendar_event { background-color: #cad8e8; }

a.calendar_weekday_event:link { text-decoration: none; color: #A00; }
a.calendar_weekday_event:visited { text-decoration: none; color: #A00; }
a.calendar_weekday_event:hover { text-decoration: none; color: #C00; }

#calendar_tournaments {
	margin: 0 auto;
	margin-top: 20px;
}

.calendar_tournaments_month_header {
	font-size: 17px;
	font-weight: bold;
}
.calendar_tournaments_row1 {
	background-color: #deedff;
}
.calendar_tournaments_row2 {
	background-color: #bfcddc;
}
