@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a:link {
	color: #36990A;
}

a:visited {
	color: #218620;
}

a:hover {
	color: #218620;
}

body {
	margin:50px 0px; 
	padding:0px;
	text-align:center;
	background-image:url(../BG.gif);
	}
	
#wrapper {
	width:790px;
	margin:0px auto;
	text-align:left;
	background:url(../BG_2.gif) no-repeat;
	min-height:660px;
	}
	
div.mainnav {
	width:790px;
	margin:0px auto;
	padding:0;
	text-align:left;
	float:left; 
	width:100%;  
	}

div.mainnav a, div.mainnav a:link, div.mainnav a:visited {
display:inline-block;
}

div.mainnav img {
border:0;
}

#header {
	min-height:122px;
}

#content {
width:457px;
float:left;
margin:10px 0 0 0;
}

#sidebar {
float:right;
margin:0 auto;
width:333px;
}

#organizations {
	overflow:auto;
	height:300px;
	margin:10px;
	border:#CCC;
}

div.tournament {
	padding-bottom:1px;
	}
	
/*.tournament p{
	margin-left:30px;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
	}*/

.tournament p{
	margin:0px, 15px;
	}
	
.tournament p em{
	margin:0px, 15px;
	font-size:14px;
	font-style:normal;
	}

div.mainnav a:hover img {
	visibility:hidden;
}

#footer {
clear:both;
}

* html #footer {
height:1px;
}

p {
	font-family: 'Vollkorn', Times, serif;
	line-height:1.3em; 
	font-size:.9em;
	color: #000000;
	margin:6px 0 6px 20px;
	text-align:left;
	color:#333;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-left: 0.4in;
	margin-right: 10px;
	text-align:left;
	background-color:#C9E785;
}

.style1 {
	font-size: 11px;
}

#content table {
	align: center;
	}
