/* CSS Document */
body {
	font-family: "Century Gothic";
	background-image: url(/images/background_image.jpg); 
	background-repeat: no-repeat;
	background-position:center;
	background-color: #cbd4e5;
	font-size:12px;
	color:#245495;
}
strong {
	font-weight:bold;
	color:#ff0000;
	font-size:14px;
}

strong a {
	color:#FF0000;
}

a {
	color: #1a3b69;
	text-decoration:none;
}

h1 {
	font-weight:bolder;
	color: #ff0000;
	font-size:18px;
	margin-bottom:0;
	padding-bottom:0;
}

h2 {
	font-style:italic;
	font-size:16px;
	color:#ff0000;
	margin:0;
	padding: 0;
}

h2 a {
	color:#FF0000;
}

p {
	margin:0;
	padding:0 0 15px 0;
}

img {
	border:0;
}

form {
	margin:0;
	padding:0;
}

.sportheader {
	font-style:italic;
	font-size:18px;
}

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

/*box*/
#box {
	width:800px;
	margin:5px auto 0 auto;
}

/*container*/
#container {
	background-repeat: no-repeat;
	width:800px;
}

/*header*/
#header{
	width:800px;
	height:148px;
	overflow:hidden;
}

#subheader {
	padding-top:7px;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(images/menu-lines.gif);
	border-bottom:1px solid #83a0c2;
	height:70px;
	overflow:hidden;
	background-color:#FFFFFF;
	padding-left:22px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

#subheader ul {
	list-style:none;
	margin:0;
	padding: 7px 0 0 0;
}

#subheader ul li {
	float:left;
	border-left: 1px solid #FF0000;
	padding: 0 5px 0 5px;
}

#subheader ul li a {
	color:#265394;
	text-decoration:underline;
}

#subheader ul li a:hover {
	color:#CC0000;
}

#subheader ul li#menufirst {
	border:0;
}

/*content*/
#content{
	width:798px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#dce3ee;
	background-image:url(/images/boximg.gif);	
	background-position: 0 -148px;
	background-repeat:no-repeat;

}

#innercontent{
	min-height:705px;
	width:746px;
	padding:10px 25px 10px 27px;
}

#left{
	float:left;
	width:347px;
	padding:0 50px 0 0;
}

#right{
	float:left;
	width:349px;
	font-size:12px;
}

/*footer*/
#footer {
	width:783px;
	border-bottom:#666666 1px solid;
	padding:20px 15px 0 0;
	text-align:right;
	padding-bottom:5px;
	clear:both;
	
}

/*gallery*/

#gallery ul {
	margin:0;
	padding:0;
	list-style:none;
}

#gallery ul li {
	float:left;
	width:130px;
	text-align:center;
	font-size:11px;
	padding-right:25px;
	padding-bottom:20px;
}

#gallery ul li.first {
	clear:both;
}

#gallery h2 {
	font-style:italic;
	font-size:18px;
	color:#ff0000;
	margin:0;
	padding:5px 0 5px 0;
	clear:both;
}



/*news and results*/
#news {
	float:left;
	width:349px;
	padding-right:40px;
}

#results {
	padding-left:10px;
	float:left;
	width:346px;
	border-left:1px solid #5a7faf;
}

.newsimage {
	float:right;
}

.text {
	font-size:10px;
}

.tablesheader {
	color:#ff0000;
}

.content-img {
	float:right;
	padding:0 0 15px 15px;
	text-align:center;
	width:292px;
}

.content-img img {
	border:1px solid #CCCCCC;
}

#back-link {
	float:right;
	font-size:small;

}

#back-link a {
}

#back-link a:hover {
	color:#CC0000;
}

#contact input {
	width:300px;
}

#contact textarea {
	width:300px;
	height:150px;
}

ul#association_files {
	margin:0;
	padding:10px 0 0 0px;
	list-style:none;
}

ul#association_files li {
	background-repeat:no-repeat;
	padding: 0 0 5px 20px;
	background-position:0 0;
}
