.clearfix {
	clear:				both;
}

html, body {
	margin:				0;
}

body {
	background:			#0988A8;
	margin:				0;
	font-family:		Verdana,Arial;
	font-size:			12px;
	color:				#000;
}

a {
	text-decoration:	underline;
	color:				#000;
}

a:hover {
	text-decoration:	none;
	color:				red;
}

#header {
	background: 		url("../img/tbg.gif") repeat-x scroll 0 0 transparent;
	height: 			98px;
}

#head_line {
	background: 		url("../img/tbg1.gif");
	height: 			24px;
}

#logo {
	font-size:			22px;
	color:				#fff;
	background-image:	url("../img/toplogo.gif");
	background-repeat:	no-repeat;
	width:				800px;
	height:				98px;
	padding:			35px 0 0 25px;
}

.article {
	padding:			1px 10px 10px 10px;
	background: 		#EBEBEB;
	height: 			100%;
	border-left: 		1px solid #3A3B9A;
	border-bottom: 		1px solid #3A3B9A;
	border-right: 		1px solid #3A3B9A;
}

#headmenu{
	background: 		url("../img/tbg1.gif") repeat scroll 0 0 transparent;
	border: 			1px solid #000080;
	padding:			5px 5px 5px 21px;
	font-weight:		bold;
}

#navigation{
	margin-top: 		20px;
	padding: 			5px 5px 25px 5px;
	width: 				240px;
	float: 				left;
}

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

#navigation ul li{
	background: 		none repeat scroll 0 0 #EBEBEB;
	border-bottom: 		1px solid #000080;
	border-left: 		1px solid #000080;
	border-right: 		1px solid #000080;
	min-height: 		18px;
	padding:			5px 7px 5px 7px;
}

#navigation ul li a{
	color: 				#9A0000;
	width: 				100%;
	font-weight: 		600;
	margin-top:			2px;
	margin-left: 		5px;
}

#navigation ul li a:hover{
	color: 				red;
}

#navigation ul li.active, #navigation ul li.active a {
      color:                  red;
}

#content_head {
	background: 		url("../img/tbg1.gif");
	border: 			1px solid #000080;
	padding:			5px 5px 5px 9px;
	font-weight:		bold;
}

#content{
	display: 			block;
	margin-left: 		270px;
	margin-top: 		20px;
	padding: 			3px;
}

.submenu_item {
	padding-left: 		15px !important;
}

.menu_heading {
	display: inline-block;
	list-style-type: none;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 14px !important;
	color: #fff !important;
	font-size: 11pt;
	font-weight: bold;
	background: none !important;
	border: none !important;
}

.submenu_item + .menu_heading {
	font-size: 11pt;
	margin-top: 7px !important;
	margin-bottom: 7px !important;
	margin-left: 19px !important;
}

.menu_separator {
	list-style-type: none;
	background: none !important;
	border: none !important;
}
