/* @override http://www.obokmt.us/assets/css/default.css */

/* @override http://www.obokmt.us/assets/css/default.css */

* {
	margin: 0 auto;
	padding: 0;
}

body {
	text-align: center;
	background: #333;
	font: normal "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

p {
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;;
	padding: 10px 0 5px 0;
	text-align: center;
}

h1 { font-size: 150%; 	}
h2 { font-size: 140%; 	}
h3 { font-size: 100%; 	}
h4 { font-size:  95%; 	}
h5 { font-size:  85%;	}

ul {
	margin-left: 10px;
	padding: 10px;
	list-style-position: inside;
	text-align: left;
}

ul li {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.hidden, .x-hidden {
	display: none;
}

#wrap {
	margin: 10px auto;
	width: 974px;
	text-align: center;
}

#sponsor_table {
	width: 880px;
	margin: 0 10px;
	height: 90px;
	border: none;
}

#hd {
	padding: 0;
	width: 974px;
	height: 192px;
	background: #1c5c7f url('../../assets/images/obokmt-header.jpg');
}

#bd {
	float: left;
	margin: 0;
	padding: 0;
	width: 974px;
	background: #1c5c7f;
}

#navigation {
	float: left;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li a {
	display: block;
	margin: 10px 0;
	width: 150px;
	height: 35px;
	background: url('../../assets/images/btn_content.png');
	text-indent: left;
	text-align: center;
	color: #333;
	font: italic bold small/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigation ul li a:hover {
	background: url('../../assets/images/btn_content_active.png');
	text-decoration: none;
}

#content {
	float: right;
	padding: 10px;
	width: 760px;
	*width: 730px;
	min-height: 500px;
	background: #fff;
}

#content p {
	text-align: center;
	font: bold small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

#ft {
	float: left;
	margin-bottom: 10px;
	width: 974px;		
	height: 75px;
	background: #1c5c7f;
}

#ft p {
	margin-top: 20px;
	text-align: center;
	color: #fff;
	font: small/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

table {
	width: 500px;
	border-top: solid 1px #888;
	border-left: solid 1px #888;
}

table td {
	font: bold small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	padding: 5px;
	width: 50%;
}

#rule-contents ol {
	margin-left: 20px;
	margin-right: 10px;	
}

#rule-contents ol li {
	list-style-position: outside;
	font: normal x-small Arial;
	text-align: left;
	margin-bottom: 10px;
}

#rule-contents ol li a {
	text-decoration: none;
	color: blue;
	font-weight: bold;
}

#rule-contents ol li a:hover {
	text-decoration: underline;
}

/* Form Values */
#input_block {
	padding: 10px;
	text-align: left;
	font: normal 90% Arial;
}

#input_block.alt_row {
	background: #eee;
}

#input_block input[type="text"] {
	margin-top: -3px;
	text-indent: 5px;
	width: 400px;
	height: 20px;
	border: solid 1px #999;
}