body {
	width:100%;
	background: #454545 url(images/body_background.gif) top center repeat-x;
	text-align: center;
	color: #666666;
	font-family: Verdana;
	font-size: 11px;	
	margin: 0 auto;
}


#container {
	background: #FFFFFF;
	width: 840px;
	margin: 0 auto;
	overflow: hidden;
	/*Auto Height*/
	min-height: 200px;
	height: auto !important;
	min-height: 600px;
	
	display: block;
	/*padding: 0px 4px 10px 4px;*/
	border: 1px #003b83 solid;
}

/*Issue Fixer*/
.clearsx{
	clear: left;
}

#header_def {
	background: #454545 url(images/logo_def.jpg) top center no-repeat;
	margin: 0 auto;
	width: 840px;
	height: 110px;
	text-align: center;
	border-left: 1px #003b83 solid;
	border-right: 1px #003b83 solid;
}

#header_avi {
	background: #454545 url(images/logo_avi.jpg) top center no-repeat;
	margin: 0 auto;
	width: 840px;
	height: 110px;
	text-align: center;
	border-left: 1px #003b83 solid;
	border-right: 1px #003b83 solid;
}

#header_sys {
	background: #454545 url(images/logo_sys.jpg) top center no-repeat;
	margin: 0 auto;
	width: 840px;
	height: 110px;
	text-align: center;
	border-left: 1px #003b83 solid;
	border-right: 1px #003b83 solid;
}

#footer {
	clear: both;
	color: #999999;
	font-size: 9px;
	margin: 5px 0px 5px 0px;
}

#content {
	border-right: 1px #0080cc dashed;
	margin-bottom: 10px;
	width: 600px;
	text-align: justify; 
	/*text-justify: newspaper;*/
	padding: 4px;
	float: left;
	padding: 12px;
	height: 100%;
	
}

#rmenu {
	width: 200px;
	float: right;
	text-align: left;
	margin-right: 10px;
	clear: right;
}


/* minitabs start here */

ul#minitabs{list-style: none; margin: 0; padding: 7px 0;
  border-bottom: 1px solid #CCC; font-weight: bold;
  text-align: center; white-space: nowrap; width: 98%;
  clear: both;}
ul#minitabs li{ display: inline; margin: 0 3px; }
ul#minitabs a{ text-decoration: none; padding: 0 0 3px;
  border-bottom: 4px solid #FFF; color: #999; }
ul#minitabs a.current{ border-color: #6db5ff; color: #6db5ff; }
ul#minitabs a:hover{ border-color: #6db5ff; color: #666; }

.nofloat { border: 1px solid #adc4dc; padding: 4px; margin: 8px;}
.floatright { float: right; border: 1px solid #adc4dc; padding: 4px; margin: 8px;}
.floatleft { float: left; border: 1px solid #adc4dc; padding: 4px; margin: 8px;}

p { margin-bottom: 10px; }

h1, h2, h3, h4 {
	display: block;
	width: 100%;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia;
	border-bottom: 1px #0080cc solid;
	margin-bottom: 5px;
	padding: 3px;
}

h3 {
	width: 250px;
	font-family: Verdana;
	font-size: 12px;
	padding-bottom: 0px;
}

/* menu start here */

.super_menu, .submenu
{
	padding-left: 6px;
	list-style: none;
	color: #6db5ff;
}

ul.super_menu {
	border: 1px #0080cc dotted;
	/*background: #e3f0ff;	*/
	background: #f6faff;
}


li.menu {
	text-decoration: none; 
	padding: 0 0 3px;
	border-right: 10px solid #FFF;
	font-weight: bold;
}

li.menu:hover {
	border-color: #6db5ff; 
	/*color: #288dfe;*/
	background: #e3f0ff;
	cursor: hand;
}

ul.submenu li, ul.submenu li:hover {
 	/*background: #f6faff;*/
	cursor: default;
	margin-bottom: 2px;
	border-bottom: 1px #0080cc dotted;
}


ul.super_menu a, ul.super_menu a:visited {
	text-decoration: none;
	color: #288dfe;
	font-weight: normal;
}

ul.super_menu a:hover {
	text-decoration: underline;
	color: #666
}