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

/* Tool Styles */
table.nospace {
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}

table.nospace td {
	padding: 0px;
	margin: 0px;
}

/* --- */

.site_container {
	width: 838px;
	margin: 0px auto;
	font-family: arial, sans-serif;
}

.main {
	margin-top: 10px;
	width: 100%;
}

.topmenu {
	margin-top: 20px;
	width: 100%;
	background-color: #9D0B0E;
	border: 0px;
	padding: 0px;
}

.topmenu td {
	padding: 0px;
	margin: 0px;
}

.topmenu-td a {
	width: 100%;
	height: 22px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display:block;
}

.topmenu-td a:hover {
	background-color: #ffffff;
	color: #9d0b0e;
}

.topmenu-td {
	width: 167px;
	text-align: center;
	background-color: #9d0b0e;
	color: #ffffff;
}

.topmenu-td-active {
	width: 167px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	background: url(img/topmenu_arr.gif) no-repeat;
	background-color: #ffffff;
	color: #9d0b0e;
	cursor: default;
}

.topmenu-td-active a {
	width: 100%;
	height: 22px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #9d0b0e;
	display:block;
}

.topmenu-td-active a:hover {
	color: #9d0b0e;
	background: url(img/topmenu_arr.gif) no-repeat 5px;
	background-color: #ffffff;
}

.topmenu-a-label-active {
	color: #9d0b0e;
}

.sidebar {
	width: 196px;
	height: 100%;
	background: url(img/img_sidebar.jpg) no-repeat;
	background-color: #ececec;
	vertical-align: top;
}

.sidebar-caption {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #666465;
	padding: 8px 0px 10px 10px;
}

.sidebar-nav a {
	width: 100%;
	min-height: 24px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666465;
	cursor:pointer; /*IE < 7 fix*/
	/*padding: 1px;*/
	text-decoration: none;
}

.sidebar-nav a:hover {
	/*color: #005000;
	background-color : #d1d0d0;*/
	color: #000000;
	/*background-color : #adcdac;*/
	background-color: #cccccc;
}

.sidebar-nav-label {
	padding-left: 18px;
	line-height:24px;
}

.sidebar-nav-a-active {
	background: url(img/menu_arr_r.gif) no-repeat;
}

.sidebar-nav-label-active {
	padding-left: 18px;
	width: 196px;
	line-height:24px;
	font-weight: bold;
	color: #9D0B0E;
}


.main-spacer {
	width: 10px;
}

.content {
	height: 100%;
	font-size: 12px;
	color: #666465;
	background-color: #ececec;
	vertical-align: top;
}

.content h1 {
	font-size: 14px;
	/*line-height:22px;*/
	margin: 0px;
	color: #666465;
}


.content a {
	color: #9d0b0e;
	cursor:pointer; /*IE < 7 fix*/
	/*padding: 1px;*/
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content-end {
	height: 10px;
}

.floatline {
	margin: 0px 0px 0px 14px;
	height: 1px;
	width: 602px;
	float:left;
}

.text-box {
	margin: 10px 0px 0px 14px;
	width: 602px;
	float:left;
}

.text-box-50 {
	margin: 10px 0px 0px 14px;
	width: 294px;
	float:left;
}

.text-box-1_3 {
	margin: 10px 0px 0px 14px;
	width: 191px;
	float:left;
}

.text-box-2_3 {
	margin: 10px 0px 0px 14px;
	width: 398px;
	float:left;
}

.image {
	margin: 10px 0px 0px 14px;
	width: 602px;
	float:left;
}

.image-50 {
	margin: 10px 0px 0px 14px;
	width: 294px;
	float:left;
}

.image-1_3 {
	margin: 10px 0px 0px 14px;
	width: 191px;
	float:left;
}

.image-2_3 {
	margin: 10px 0px 0px 14px;
	width: 398px;
	float:left;
}

.foot {
	height:32px;
	margin-top: 10px;
	font-size: 12px;
	color: #818181;
	text-align:left;
	background-color:#ffffff;
}

.foot a {
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #818181;
}