body {
	font-family: Arial, Verdana,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11 px;
	color: #000;
	background-color: #fff;
	background-image:url(images/background.png);
	background-repeat: repeat-y;
}


#top {
	width:100%;
	height:71px;
	margin:0;
	background: #ffffff url(images/header.png) no-repeat top left;
	border-bottom: 1px solid #c7cdd8;
}


#hline {
	width:100%;
	height:15px;
}



#main {
	width:100%;
	height:100%;
	margin:1px 0 0 0;
}

#menu {
	width:160px;
	height:100%;
	position: absolute;
	left:20px;
	top:87px;
}
#menu_item {
	background-image:url(images/menu_card.gif);
	background-repeat:no-repeat;
	width:160px;
	height:22px;
	padding-left:20px;
	padding-bottom:3px;
	vertical-align:middle;
}
#menu_item a:link, #menu_item a:visited, #menu_item a:active, #menu_item a:hover {
	font-family: Arial, Verdana,sans-serif;
	font-size: 11px;
	color:#555555;
	text-decoration:none;
	letter-spacing:1px;
	line-height:22px;
}

#menu_sub_item {
	background-image:url(images/submenu_card.gif);
	background-repeat:no-repeat;
	width:160px;
	height:22px;
	padding-left:30px;
	padding-bottom:3px;
	vertical-align:middle;
}
#menu_sub_item a:link, #menu_sub_item a:visited, #menu_sub_item a:active, #menu_sub_item a:hover {
	font-family: Arial, Verdana,sans-serif;
	font-size: 11px;
	color:#555555;
	text-decoration:none;
	line-height:22px;
}


#right_column {
	width:200px;
	height:100%;
	position:absolute;
	top:87px;
	right:10px;
}

.rc_content {
	border: 1px solid #c7cdd8;
	margin-bottom:10px;
	background-color: #fff;
}

.rc_content h2{
	background-color: #EF9639;
	color:#eeeeee;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding-left:10px;
	border-bottom:1px solid #c7cdd8;
}

.rc_content p, #rc_content td {
	font-size:11px;
	margin: 2px 10px 5px 10px;
}

.rc_content a:link, .rc_content a:visited, .rc_content a:active, .rc_content a:hover {
	color:#6B0C08;
	font-size:11px;
}



#content {
	border: 1px solid #c7cdd8;
	height:100%;
	margin:0 230px 0 200px;
	padding:5px 10px 5px 10px;
	background-color:#fff;
	font-family: Arial Verdana,sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:18px;
}
#content p, #content td {
	font-family: Arial, Verdana,sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:18px;
	margin-top:5px;
	margin-bottom:0;
}
#content b {
	color:#555555;
}
#content h2 {
	font-size:1.4em;
	text-align:left;
	margin:20px 0 15px 0;
}
#content a:link, #content a:visited, #content a:active, #content a:hover {
	color:#6B0C08;
}


