html, body {
	color: #000;
	background: #fff url("./background.gif") center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: block;
}

body {
	text-align: center;
}

a {
	color: #008;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	text-decoration: none;
}
a img {
 border: 0;
 vertical-align: middle;
}
sup a, sub a {
	text-decoration: none;
}


.msg {
	color: #000;
	background-color: #ECE9D8;
	text-align: center;
	font-weight: bold;
	margin: 1em 25%;
	border-style: solid;
	border-width: 2px;
	border-top-width: 20px;
	border-color: #0055E5;
	padding: 10px 20px;
}

.err {
	border-color: #c33;
}

.info {
	font-size: 11px;
	background-color: #FFFFE7;
	color: #000;
	border: 1px solid #000;
	text-align: left !important;
	padding: 5px 10px;
	margin: 20px 15%;
	cursor: help;
}
.info ul {
	margin-top: 0;
	margin-bottom: 5px;
}
.info ul li {
	list-style-image: none;
}
.info dt {
	font-weight: bold;
}

.pagination {
	text-align: center;
}
.pagination a {
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: none;
}

input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input.text {
	border: 1px solid #888;
	width: 150px;
}
input.long {
	width: 400px;
}
input.short {
	width: 50px;
}

textarea {	
	border: 1px solid #888;
	width: 400px;
}
textarea.long {
	width: 525px;
}

select {
	border: 1px solid #888;
}

input.text:focus, textarea:focus, select:focus {
	border-color: #000;
}

input.button {
	width: 75px;
	color: #008;
	background-color: #EFF5FF;
	font-weight: bold;
	background-color: #eee;
	border-width: 1px;
	border-style: solid;
	border-color: #888 #000 #000 #888;
	background: #eee url("./button.gif") repeat-x center;
}


#top {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background: #fff url("./bg.gif") repeat-y center;
}

#body_ {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	text-align: left;
}

#menu_ {
	width: 170px;
	overflow: hidden;
	float: left;
	background: #47bbe2 url("./menu_content.gif") repeat-y left;
	color: #fff;
	font-weight: bold;
}
#menu_ .menu_ {
	background: url("./menu_foot.gif") no-repeat left bottom;
	padding-bottom: 65px;
}
#menu_ h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #ffdfdf;
	background: url("./menu_head.gif") no-repeat left top;
	padding: 16px 20px 12px 20px;
}
#menu_ ul, #menu_ li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#menu_ li {
	margin: 0 20px;
	padding: 3px 0 3px 20px;
	border-top: 1px solid #7cddff;
	border-bottom: 1px solid #118fb8;
	background: url("./menu_li.gif") no-repeat 0 3px;
}
#menu_ a {
	font-size: 12px;
	line-height: 14px;
	font-variant: small-caps;
	color: #eff;
	font-weight: bold;
	text-decoration: none;
}
#menu_ a:hover {
	color: #096185;
}
#menu_ .menu_ div {
	font-size: 11px;
	font-weight: bold;
	color: #1a7296;
	text-align: center;
	margin: 10px 16px;
	padding: 7px 3px;
	background: #c8ebf7;
	border-width: 1px;
	border-style: solid;
	border-color: #1a7296 #fff #fff #1a7296;
}
#menu_ form {
	margin-top: 0;
	margin-bottom: 0;
}
#menu_ input.text, #menu_ select {
	width: 130px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
}
#menu_ input.text {
	width: 100px;
	font-size: 11px;
}
#menu_ option {
	font-size: 10px;
}

#content_ {
	width: 540px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	padding-top: 50px;
	padding-bottom: 100px;
}
#content_ h1 {
	color: #a00;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 100px;
	font-size: 24px;
	padding-right: 10px;
	border-right: 40px solid #d77;
}
#content_ h2 {
	font-size: 20px;
}
#content_ h3 {
	font-size: 18px;
}
#content_ h4 {
	font-size: 16px;
}
#content_ h5 {
	font-size: 14px;
}
#content_ h6 {
	font-size: 12px;
}
#content_, #content_ p {
	text-align: justify;
}
#content_ table {
	font-size: 11px;
}

#content_ ul, #content_ ul li {
	display: block;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#content_ ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content_ ul ul, #content_ ol ul {
	margin-top: 0;
	margin-bottom: 0;
}
#content_ ul li {
	background: url("./li.gif") no-repeat left top;
	padding-left: 22px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#content_ ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #457100;
}
#content_ ul li a:hover {
	color: #85b110;
}

#content_ ol {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content_ ol ol, #content_ ul ol {
	margin-top: 0;
	margin-bottom: 0;
}
#content_ ol li {
	margin-bottom: 5px;
}

#footer_ {
	clear: both;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 20px;
	color: #fff;
	background: #739800 url("./footer.gif") repeat-x top;
}
#footer_ a {
	color: #fff;
	text-decoration: underline;
}
#footer_ a:hover {
	text-decoration: none;
}

li form {
	display: inline;
	margin-right: 3px;
}

.admin_ {
	font-weight: bold;
}
.admin_ a, a.admin_ {
	color: #d14141 !important;
	font-weight: bold !important;
	text-decoration: none;
}

.u {
	text-decoration: underline;
}
.nowrap {
	white-space: nowrap;
}

table.table {
	font-size: 11px;
	margin: 1em auto;
	border-width: 2px;
	border-style: solid;
	border-color: #AAB2BF #8A929F #8A929F #AAB2BF;
	border-collapse: collapse;
}
table.table th {
	color: #5A626F;
	background: #CAD2DF url("./header.gif") repeat-x top;
	padding: 5px 7px;
	border: 1px solid #9AA2AF;
	font-size: 13px;
	text-align: center;
}
table.table th.col {
	padding: 1px 5px;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}
table.table td {
	color: #000;
	background-color: #EAF2FF;
	padding: 1px 5px;
	border: 1px solid #AAB2BF;
}
table.table td.col {
	color: #000;
	background: #CAD2DF url("./header.gif") repeat-x top;
	padding: 2px 7px;
	border: 1px solid #9AA2AF;
}
table.table tr.tfoot td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
	background-color: #DAE2EF;
}
table.table small {
	font-size: 10px;
}
