html {
	width : 100%;
	padding : 0px;
	margin : 0px;
	font-family : Arial,"DejaVu Sans",verdana,sans-serif;
	font-size : 0.8em;
}

body {
	width : 100%;
	padding : 0px;
	margin : 0px;
	font-family : Arial,"DejaVu Sans",verdana,sans-serif;
	background-color : #ededed;
}

#container {
	width : 100%;
	margin : 0px;
	padding : 0px;
}

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

#header {
                background-image : url('/images/header_images.png');
                background-repeat : no-repeat;
                background-position : top right;
        width : 1004px;
        height : 250px;
	position : relative;
}

#header_test {
                height : 250px;
                width : 464px;
                position : absolute;
                right : 0px;
                top : 0px;
}

#header_links {
	float : left;
	margin-top :0px;
}

	#header_links ul {
		list-style : none;
		margin : 0px;
		margin-left : 5px;
		padding : 0px;
	}

		#header_links ul li {
			padding-bottom:3px;
		}
	
			#header_links ul li a {
				text-decoration : none;
				color : #fff;
				font-weight : bold;
			}

#column {
        background-image : url('/images/header_1.png');
        background-repeat : no-repeat;
        background-color : #fff;

        width : 1004px;
        margin : auto;
        margin-top : 10px;
        margin-bottom : 10px;
        border-right-style : solid;
        border-right-width : 4px;
        border-right-color : #bfd49d;

        border-left-style : solid;
        border-left-width : 4px;
        border-left-color : #bfd49d;

        border-bottom-style : solid;
        border-bottom-width : 4px;
        border-bottom-color : #bfd49d;

        border-top-style : solid;
        border-top-width : 4px;
        border-top-color : #bfd49d;

        padding-bottom:50px;

}

#header_image_1 {
	margin-left : 200px;
	padding-top : 20px;
}

#header_image_2 {
	margin-left : 170px;
	padding-top : 20px;
}

#header_menu {
	float : right;
	margin-top : 75px;
}

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

		#header_menu ul li {
			float : left;
			padding : 0px;
			margin : 3px;
			width : 105px;
			height : 40px;
			text-align : center;
			line-height : 30px;
		}

			#header_menu ul li a {
				text-decoration : none;
				color : #fff;
				font-weight : bold;
				display : block;
				width : 100%;
			}

#bodycontent {
	width : 1004px;
}

#menu2 {
	width : 200px;
}

	#menu2 ul {
		list-style : none;
		margin : 0px;
		padding : 0px;
	}
	
	#menu2 ul li {
		border-bottom-style : solid;
		border-bottom-color : #00017f;
		border-bottom-width : 2px;

		border-right-style : solid;
		border-right-color : #00017f;
		border-right-width : 2px;
		line-height : 28px;
	}

		#menu2 ul li a {
			text-decoration : none;
			color : #000000;
		}

		#menu2 ul li ul {
			padding-left : 50px;
			background-color : #00017f;
		}
				
			#menu2 ul li ul li a {
				color : #fff
			}

#pagedetail {
	width : 95%;
	text-align:left;
}

#pagedetailwide {
	width : 100%;
	padding : 10px;
}

.error {
	color : #e00;
	font-weight : bold;
}

#upcoming_events {
	background-color : #e4ffc9;
	width : 100%;
	text-align:center;
	margin-bottom : 10px;
	padding-bottom : 15px;
}
	#upcoming_events a {
		text-decoration : none;
		color : #004001;
		font-weight : bold;
	}

#caleventslist {
	list-style : none;
	margin : 0px;
	padding : 0px;
}

	#caleventslist li {
		margin : 0px;
		padding : 5px;
		text-align:left;
		border-bottom-style:dashed;
		border-bottom-color : #aaaaaa;
		border-bottom-width : 1px;
	}

		#caleventslist li a {
			text-decoration : none;
			color : #004001;
			font-weight : normal;
		}

.infobox_header {
	width : 100%;
	font-weight : bold;
	color : #004001;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-bottom-color : #004001;
	padding-top : 5px;
	padding-bottom : 5px;
}

#news {

}

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

		#news ul li {
			width : 100%;
			margin-bottom : 10px;
		}

			#news ul li a {
				text-decoration : none;
				color : #000;
			}




#eventdetail {
	background-color : #cccccc;
	width : 98%;
	padding : 0px;
	font-weight : bold;
	font-size: 0.9em;
}

.tr_header {
        background-color : #ffffff;
        font-weight : bold;
}

.highlight {
	background-color : #cccccc;
}

.greenbox {
	background-image : url('/images/result_box.png');
	background-repeat : no-repeat;
	font-weight:bold;
	width : 230px;
	height : 66px;
	line-height : 66px;
	margin : 10px;
	text-align:center;
}

.greenbox a {
	text-decoration : none;	
	color : #ffffff;
	width : 100%;
	display:block;
}

.merlin_tournament {
}


.btn {
}

#calendar {
	min-height : 500px;
}
