/* all div's indented to reflect parentage 	*/
/* color: blue 	  | green   | grey    | white   | black	*/
/* code : #06142f | #52bf2f | #efefef | #fff    | #000	*/

body {
	font: 12px verdana;
	color: #06142f;
	background: url(images/bg.gif) repeat;
}

h2 {
}

h3 {
	font: 16px verdana;
	font-weight: bold;
	background: url(images/ddown.png) repeat-x;
	height: 28px;
	margin-top: 0;
	padding-top: 5px;
	padding-left: 10px;
	color: #fff;
}

h3 a {
	font-weight: bold;
	background: url(images/ddown.png) repeat-x;
	height: 28px;
	margin-top: 0;
	padding-top: 5px;
	padding-left: 10px;
	color: #fff;
}

h3 a:hover {
	color: #52bf2f;
}

h4 {
	color: #06142f;
}

h5 {
	text-align: center;
}

a:link {
	color: #52bf2f;
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}

a:link:visited {
	color: #52bf2f;
	text-decoration: none;
}

a:link:visited:hover {
	color: #52bf2f;
	text-decoration: none;
}

name {
	text-decoration: none;
}

img {
	border: 0;
}

label {
	clear: left;
	width: 100px;
	float: left;
	margin-bottom: 10px;
}
input, textarea {
	width: 400px;
	font: 12px verdana, arial, sans-serif;
	border: 1px solid #06142f;
	color: #06142f;
	margin-bottom: 10px;
}	

#container {
	/*border: 1px solid #000;*/
	/*background: url(images/bg.png) repeat-y;*/
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

	#header {
		border: 1px none #000;
		background: transparent url(images/newbanner.png) no-repeat;
		min-height: 225px;
		margin-bottom: 0;
	}

	#holder {
		border: 1px none #000;
		background: #fff;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}

		#navigation {
			background: #fff;
			margin-top: 10px;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			float: left;
			padding-top: 0;
			padding-left: 0;
			width: 194px;
		}
			#navigation h3 {
				padding-bottom: 0;
				margin-bottom: 0;
			}

			#navigation ul {
				/*background: #06142f;*/
				display: block;
				margin-top: 0;
				margin-left: 0;
				margin-bottom: 0;
				padding-top: 0;
				padding-left: 0;
				padding-right: 0;
				border-top: 1px solid #06142f;
			}

			#navigation ul li {
				/*background: #06142f;*/
				color: #52bf2f;
				list-style-type: none;
				padding-left: 0;
				margin-left: 0;
			}

			#navigation ul li:hover {
				border-top: #fff;
				border-bottom: #fff;
				/*background: #fff;*/
				color: #52bf2f;
			}

			#navigation ul li a {
				color: #52bf2f;
				font-weight: bold;
				display: block;
				border-bottom: 1px solid #06142f;
				padding-top: 10px;
				padding-bottom: 10px;
				text-decoration: none;
			}

			#navigation ul li a:hover {
				color: #06142f;
			}

		#right {
			border: 1px none #000;
			margin-top: 10px;
			margin-left: 5px;
			/*padding-right: 5px;*/
			float: right;
			width: 595px;
		}

			#right ul {
				display: block;
			}

			#right ul li {
				list-style-image: url(images/bul.gif);
				padding-bottom: 2px;
			}
			#right img {
				padding-right: 50px;
				padding-bottom: 25px;
			}
			#welcome {
				background: #fff;
				border: 1px solid #000;
				margin-bottom: 15px;
				min-height: 200px;
			}

			#content {
				background: #fff;
				padding-left: 5px;
				padding-right: 5px;
				padding-bottom: 5px;
				min-height: 250px;
			}

			.athlete {
				width: 95%;
				clear: both;
				margin-bottom: 10px
				border-bottom: 1px solid #000;
			}

				#a_image {
					float: left;
					width: 15%;
					margin-left: 30px;
				}

				#a_content {
					float: right;
					width: 69%;
				}

			#news {
				background: #fff;
				border: 1px solid #06142f;
				float: left;
				width: 290px;
				min-height: 150px;
				clear: both;
			}

			#messages {
				background: #fff;
				border: 1px solid #06142f;
				margin-left: 5px;
				float: right;
				width: 290px;
				min-height: 150px;
			}

			/* MESSAGE BOARD */
			.messageboard {
				border: 1px solid #06142f;
				width: 100%;
			}

			.m_head {
				color: #fff;
				background: #06142f;
				border: 0;
			}
				.m_title {
					width: 60%;
					border: 0;
				}

				.m_date {
					width: 40%;
					border: 0;
				}

				.message {
					width: 40%;
					border: 0;
				}

			#m_footer {
				padding-top: 5px;
				padding-bottom: 10px;
			}

#sponsors {
	background: #fff;
	border: 1px none #000;
	margin-top: 5px;
	min-height: 200px;
	clear: both;
}

	#sponsors ul {
		list-style-type: none;
		margin-left: 0;
	}

	#sponsors ul li {
		display: inline;
		padding-left: 25px;
	}

#footer {
	display: none;
	border: 1px none #000;
}