/* ---- MAIN STYLES ----- */

body {
	background: #fff;
	margin: 20px;
	padding: 0;
}

body, td {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}

p {
	margin: 5px 0 10px 0;
}

table, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}

.height {
	height: 100%;
}

.left {
	float: left;
	
}
.right {
	float: right;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

/* -- 1st HYPERLINK STYLE -- */

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	
	text-decoration: underline;
}

tr.bottom-panel td {
	font-size: 11px;
}

/* -- 2nd HYPERLINK STYLE -- */

.a2 {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}

.a2:hover {
	color: #b6514f;
	text-decoration: none;
}

/* - NAVIGATION STYLES - */

#navigation {
	margin: 0 10px 0 10px;
	height: 30px;
	background: url(../images/bg_nav.gif);
	padding: 0;
	position: relative;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#navigation li, #navigation a {
	height: 31px;
	display: block;
}

#nav_home {left: 15px; width: 56px; background: url(../images/nav_home.gif) left top no-repeat; }
#nav_home a:hover {background: url(../images/nav_home_off.gif) left top no-repeat; }
#nav_home a:visited:hover {background: url(../images/nav_home_off.gif) left top no-repeat; }
#nav_home_selected {left: 15px; width: 56px; background: url(../images/nav_home_off.gif) left top no-repeat; }

#nav_news {left: 109px; width: 55px; background: url(../images/nav_news.gif) left top no-repeat; }
#nav_news a:hover {background: url(../images/nav_news_off.gif) left top no-repeat; }
#nav_news a:visited:hover {background: url(../images/nav_news_off.gif) left top no-repeat; }
#nav_news_selected {left: 109px; width: 55px; background: url(../images/nav_news_off.gif) left top no-repeat; }

/* --- CONTENT STYLES --- */

h1 {
	color: #942930;
	margin-bottom: 6px;
	font-size: 100%;
}

h2 {
	color: #a87037;
	margin-bottom: 6px;
	font-size: 100%;
}

h1.title {
	font-size: 14px;
	position: relative;
	top: -10px;
	_top: 0px;
	margin-bottom: 0px;
	float: left;
}

span.breadcrumb {
	float: right;
}

hr.break {
	clear: both;
	width: 0px;
	height: 0px;
	color: 0px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}


#container { 
	width: 770px;
	margin: 0 auto 10px auto; 
	background: #fff;
	padding: 0;
	text-align: left;
	height: auto;
}

.content {
	/*width: 608px;*/
	width: auto;
	height: auto;
	margin: 10px;
	/*overflow: hidden;
	line-height: 15px;*/
}

.h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

.h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

.hr {
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
}

/* --- UL & LI STYLES --- */

ul, ol {
	list-style: outside disc;
	line-height: 20px;
 }

/* ----- FORM STYLES ----- */

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	margin: 5px 0 0 0;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/input.gif) repeat-x;
	color: #666;
	border: 1px solid #ccc;
	width: 100px;
}

textarea {
	overflow: auto;
	height: 50px;
}

.submit {
	width: auto;
}

/* ---- IMAGE STYLES ---- */

.image {
	margin: 0;
}

/* ---- OTHER STYLES ---- */

.content_table {
	background-color: #b6514f;
	padding: 2px;
}