body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	color: #333333;
	/*background: #fff;*/
	background: #6DCFFF url(../images/body_bg.jpg) repeat-x scroll 0 0;
}

body.contentpane {
	background: #fff;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

p {
	margin: 5px 0;
	text-align: justify;
}



input  {
	color: #3D60B1;
	outline: none;
	margin: 0;
}

input:focus {
	outline: none;
}

button {
	color: #fff;
	font-size: 11px;
	border: none;
	background: #696969;
	cursor: pointer;
}


#modlgn_remember.inputbox  {
	background: none;
	border: none;
	width: auto;
	vertical-align:middle;
}

input.button, .validate  {
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	font-weight: 700;
	border: none;
	height:18px;
	line-height:13px;
	padding: 2px 4px 4px;
	margin:6px 0 0 0;
	background: transparent url(../images/but.png) repeat-x top left;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg {
	/*background: #fff url(../images/page_bg.png) repeat-x top left;*/
}

#wrapper {
	margin:0 auto;
	width:980px;
}

#header {
	/*position:relative;
	height:280px;
	margin:0 auto;
	background: transparent url(../images/headerimg.jpg) no-repeat top center;*/
	width:960px;
	float:left;
	padding:0px 10px 0px 10px;
	background:#FFFFFF;
}

#pillmenu {
	position:absolute;
	bottom:1px;
	left:5px;
	width:964px;
	height:30px;
	padding:0;
	margin:0 auto;
	overflow: hidden;
	background:none;
}

#pillmenu ul {
	margin: 0;
	padding:0;
	list-style: none;
}

#pillmenu li {
	float: left;
}

#pillmenu li a {
	float:left;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	height:30px;
	line-height:29px;
	padding: 0 14px;
	cursor:pointer;
	background: transparent url(../images/t_menu_divider.png) no-repeat right top;
}

#pillmenu li a:hover, #pillmenu li a#active_menu-nav {
	color: #6bb9ff;
	background: transparent url(../images/t_menu_hover.png) no-repeat right top;
}

.logo {
	padding:0 20px 0 22px;
	overflow:hidden;
	width:560px;
	height:216px;
}

.logo table {
	height:216px;
	width:518px;
}

.logo table td{
	vertical-align:middle;
}

.logo h1 {
	text-align:center;
	text-transform:uppercase;
	margin:0;
	color:#000;
	line-height:normal;
}

.logo a, .logo a:link, .logo a:visited  {
	color:#000;
	font-size:22px;
	font-weight:700;
	text-decoration:none;
}

.logo a:hover {
	text-decoration:none;
	font-weight:700;
}

#newsflash {
	color:#832968;
	float:left;
	width:660px;
}

.popular .module,.latest .module{
	float:left;
}

.popular .module {
	width:49%;
	padding:0 4px 0 0;
}

.latest .module {
	margin:0;
}

.latest h3,.popular h3  {
	text-align:left;
	height: 22px;
	line-height:19px;
	font-weight: 700;
	color: #eb0c45;
	font-size: 11px;
	text-transform:none;
	margin:0;
	padding:0 0 0 18px;
	background: url(../images/news_arrow.gif) no-repeat center left;
}

.latest h3 {
	padding:0 0 0 48px;
}

.popular a, .popular a:link , .popular ul li a:visited,
.latest a, .latest a:link, .latest ul li a:visited {
	color:#7a7a7a;
	text-decoration:none;
	padding:0 0 0 14px;
	margin:0 0 0 4px;
	line-height:15px;
	background: url(../images/news_arrow.png) no-repeat center left;
}

.popular ul li a:hover, .latest ul li a:hover {
	color:#eb0c45;
	text-decoration:underline;
}

.popular ul li a:visited, .latest ul li a:visited {
	color:#eb0c45;
	text-decoration:underline;
}

.latest .module {
	margin:0;
}

.latestnews {
	padding:0 0 0 30px;
	background: url(../images/newsflash_divider.gif) repeat-y top left;
}

.cpathway {
	height:26px;
	line-height:25px;
	margin:0 auto;
	padding:0 20px;
	width:934px;
	overflow:hidden;
	background: url(../images/path_bg.jpg) no-repeat bottom center;
	float:left;
}

.cpathway img {
	float:left;
	padding:10px 6px 0 0;
}

span.breadcrumbs.pathway {
	float:left;
	color: #0388ff;
	padding:0;
	margin:0;
	line-height:23px;
}

span.breadcrumbs.pathway a.pathway  {
	float:left;
	margin:0;
	padding:0 6px 0 0;
	color:#05143f;
	font-weight:400;
	line-height:23px;
	text-decoration: none;
}

span.breadcrumbs.pathway a.pathway:hover {
	text-decoration: underline;
}

#search {
	padding:12px 0 0 18px;
	height:20px;
	width:300px;
	overflow:hidden;
}

.search {
	float:left;
	background: transparent url(../images/inputbox.png) no-repeat top left;
}

.search .inputbox {
	float:left;
	border: none;
	color: #666666;
	font-size:11px;
	line-height:14px;
	width:138px;
	height:15px;
	padding:3px 6px 2px;
	margin:0 4px 0 0;
	background: none;
}

.search .button {
	float:left;
	margin:0;
	padding:0;
	color:#3c67cb;
	text-transform:uppercase;
	height:11px;
        width:11px; 
	background:none;
        padding-top:5px; 
}

.search .button:hover {
	color:#000;
}

#content {
	width:964px;
	margin:0 auto;
	padding:0;
}

.c_middle {background:#FFFFFF;;}
.c_left {background:#FFFFFF;;}
.c_right {background:#FFFFFF;;}
.c_full {background:#FFFFFF;;}


#leftcolumn, #rightcolumn {
	float: left;
	width: 240px;
	padding:0 10px 0 10px;
}

#rightcolumn {
	padding:0 0 0 10px;
}

div#maincolumn {
	float: left;
	padding:6px 0;
	width: 460px;
}

div#maincolumn_full {
	margin:0 auto;	
	padding:6px 0;
	width: 934px;
}

div#maincolumn_left, div#maincolumn_right  {
	float: left;
	/*padding:6px 0;
	width: 736px;*/
	padding:6px 10px 0;
	width:680px;
}

#flashnews {
	color:#1c5649;
	background: transparent url(../images/flashnews.png) no-repeat top right;
}

#flashnews_l {
	padding:10px;
	margin:0 0 10px 0;
	height:95px;
	background: transparent url(../images/flashnews_l.png) no-repeat top left;
}

#flashnews a {
	color:#1c5649;
	text-decoration:underline;
}

#flashnews h3 {
	margin:0 0 4px 4px;
	padding:0;
	font-size:11px;
	color:#000;
	overflow:hidden;
}

div.nopad {
	overflow: hidden;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#footer_content {
	background: transparent url(../images/footer_content.png) repeat-x left bottom;
}

#footer {
	width: 930px;
	margin: 0 auto 20px;
	height: 52px;
	line-height:27px;
	text-align: center;
	color: #fff;
	padding:0 18px;
	background: transparent url(../images/footer_bg.png) no-repeat center bottom;
}

#footer_light {
	height:30px;
	width:800px;
	margin:0 auto;
	background: transparent url(../images/footer_light.png) repeat-x left bottom;
}

#footer a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#footer p {
	margin:0;
}

#footer a:hover {
	text-decoration:underline;
}

a.footer123:link, a.footer123:visited {
	color: #FE8300;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: underline;
}

#f123 {
	text-align: right;
	width: 100%;
	margin: 0 auto;
	font-family: Tahoma, Arial, sans-serif;
}
.f123 {
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
.f123_bg {
	background:url(../images/123_bg.png);
	width:134px;
	height:30px;
	text-align:center;
	padding: 0 3px;
}
.f123_1 {
	display: block;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	color: #666;
	text-align: left;
	padding: 0 0 2px 4px;
}

a.link_123:link, a.link_123:visited {
	font-size: 15px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}
a.link_123:hover {
	font-size: 15px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	margin:0;
	color: #05143f;
}

table.blog {
	
}

h1 {
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	vertical-align: bottom;
	color: #153A71;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	color: #3359b2;
	text-align: left;
	font-weight: 700;
}

h2, a.contentheading {
	background: none;
	border: none;
	margin:6px 0;
}

table.contentpaneopen h3 {
	margin-top: 25px;
	color:#6493b3;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	margin:6px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight:700;
	text-align: left;
	text-transform:uppercase;
	color: #c0500d;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #000;
	font-weight: 700;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666;
	text-align: right;
}

.createdate {
	vertical-align: top;
	font-size: 11px;
	color: #999;
	padding-bottom: 8px;
}

a.readon {
	float: right;
	background: url(../images/readon.png) no-repeat center left;
	line-height: normal;
	font-size: 11px;
	padding: 0 0 0 14px;
	color: #7c7c7c;
	text-transform: lowercase;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #fbfbfb;
	font-weight: 700;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
	font-size:0;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  padding: 5px;
  background: none;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #999;
  font-weight: 700;
  padding: 4px;
}

tr.sectiontableentry1 td {
	padding: 4px;
}

tr.sectiontableentry1 {
	background:#e2ebff;
}
  
tr.sectiontableentry0 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  font-size: 11px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #666;
}

table.contentpaneopen {
	border-collapse: collapse;
	margin:0 4px;
}

#newsflash {
	margin:0 auto;
	width:486px;
	background:transparent url(../images/news_bg_r.png) no-repeat right top;
}

.newsflash {
	height:80px;
	padding:8px 16px 14px;
	overflow:hidden;
	background:transparent url(../images/news_bg.png) no-repeat left top;
}

.newsflash table.contentpaneopen {
	margin:0;
	padding:0;
	color:#aaa;
	text-align:left;
}

.newsflash table.contentpaneopen a {
	color:#fbfbfb;
	text-decoration:none;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}
table.contentpaneopen a:link {
color:#006699;
text-decoration:none;
font-weight:bold;
}

table.contentpaneopen a:visited {
color:#006699;
text-decoration:none;
font-weight:bold;
}

table.contentpaneopen a:hover {
color:#333333;
text-decoration:underline;
font-weight:bold;
}

table.contentpaneopen h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #492f20;
}

.highlight {
	background-color: #fffebb;
}

ul.latestnews, ul.mostread {
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module, div.module_text {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module div, div.module_text div {
}

div.module_menu div div, div.module div div, div.module_text div div {
	margin: 0 auto;
	text-align: center;
	background:#fff url(../images/box_b.png) no-repeat scroll center bottom;
}

.newsflash div.module  {
}

.newsflash div.module div  {
}

/*div.module_menu div div div, div.module div div div, div.module_text div div div {
	padding:0 0 36px 0;
	margin:0;
	color:#000;
}*/

.popular div.module_menu div div div, .popular div.module div div div, .popular  div.module_text div div div,
.newsflash div.module_menu div div div, .newsflash div.module div div div, .newsflash  div.module_text div div div {
	margin:0;
	padding:0;
}

div.module div div div div {
	width: 220px;
	color:#05143f;
}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
	background: none;
	margin:0 auto;
	padding:0;
}

div.module_text div div div div {
	text-align: left;
}

div.module_text div div div div.bannergroup_text {
	padding: 10px 10px 10px 20px;
	width: 174px;
}

div.module_text div div div div.bannergroup_text div {
	color:#183554;
	width: auto;
	padding: 0 0 4px;
}

div.module div div div form {
	margin:0 auto;
	padding:0 0 20px 20px;
	text-align:left;
	width:180px;
}

div.module_menu ul {
	list-style: none;
	padding: 0;
}

div.module_menu ul#mainlevel {
	margin: 0 auto;
	text-align: center;
}

div.module_menu ul li{
	width:192px;
	float:left;
	padding:2px 0px 5px 0px;
	font-weight:bold;
	background:transparent url(../images/icon1.jpg) no-repeat;
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	font-size:11px;
	border-bottom:1px solid #CCCCCC;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: 700;
	line-height: 24px;
}

#leftcolumn div.module table ,#rightcolumn div.module table {
}

#leftcolumn div.module table td ,#rightcolumn div.module table td {
	margin:0;
	padding: 0 6px 0 0;
	height:20px;
	color:#05143f;
	text-align:left;
	line-height:13px;
	vertical-align: middle;
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3 { 	
	/*width: 184px;*/
	height: 32px;
	line-height: 28px;
	padding: 0 10px 0 40px;
	margin:0 0 8px 0;
	color: #fff;
	font-size: 16px;
	text-align: left;
	font-weight: bolder;
	overflow:hidden;
	text-transform:none;
	background: transparent url(../images/left_head1.jpg) no-repeat top left;
}

#rightcolumn h3 { 	
	/*width: 184px;*/
	height: 32px;
	line-height: 28px;
	padding: 0 10px 0 40px;
	margin:0 0 8px 0;
	color: #000;
	font-size: 16px;
	text-align: left;
	font-weight: bolder;
	overflow:hidden;
	text-transform:none;
	background: transparent url(../images/left_head2.jpg) no-repeat top left;
}

#rightcolumn h3 {
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

 #rightcolumn ul.menu {
	list-style: none;
	text-align: left;
	margin:0;
	padding:0 0 6px 0;
}
#leftcolumn ul.menu{
	list-style: none;
	text-align: left;
	padding:0px;
	width:220px;
}

#rightcolumn ul.menu {
	margin:0 10px 0 0;
}

#rightcolumn ul.menu li {
	margin:0 0 1px 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {
}


#leftcolumn ul.menu li ul li, #rightcolumn ul.menu li ul li {
}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	display:block;
	font-weight: 400;
	font-size: 11px;
	height:20px;
	line-height: 19px;
	padding: 0 0 0 12px;
	margin:0 0 0 14px;
	text-decoration: none;
	color: #05143f;
}


#rightcolumn ul.menu li a:hover {
	color: #3359b2;
	margin:0;
	background:#adc3f6;
}

/*LEFT COL CURRENT LINK*/

#leftcolumn ul.menu li#current, #rightcolumn ul.menu li#current {
}


#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	display:block;
	color: #3359b2;
	margin:0;
	background:#adc3f6;
}

#leftcolumn ul.menu li#current {
	
}

#rightcolumn ul.menu li#current a:hover {
	margin:0;
	background:#adc3f6;

}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link,
#rightcolumn ul.menu li#current ul li a, #rightcolumn ul.menu li#current ul li a:link {
	font-weight: 400;
	font-size: 11px;
	line-height:15px;
	text-decoration: none;
	color: #3359b2;
	margin:0;
	padding:0 0 0 24px;
	background:#adc3f6;
}

#leftcolumn ul.menu li#current ul li a:hover, #rightcolumn ul.menu li#current ul li a:hover {
	color:#000;
	margin:0;
	background:#adc3f6;
}

#leftcolumn ul.menu li ul li#current, #rightcolumn ul.menu li ul li#current {
}

#leftcolumn ul.menu li.parent ul li, #rightcolumn ul.menu li.parent ul li {
}

#leftcolumn ul.menu li.parent ul li a, 
#rightcolumn ul.menu li.parent ul li a {
	line-height:19px;
	font-size: 11px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	margin:0;
	padding:0 0 0 24px;
	background:#adc3f6;
}

#leftcolumn ul.menu li.parent ul li a:hover {
	background:#adc3f6;
}

/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}


#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
	margin:0;
}


/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { 
	border: 0 none; 
	padding: 0;
	margin:0;
	color:#05143f;
	text-align: left;
}

form#form-login ul {
	padding: 0;
	list-style: none;
	text-align: left;
	margin: 10px auto 0;
}

form#form-login ul li { 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 11px;
	color: #05143f;
	text-decoration: none;
}

form#form-login ul li a:hover {
	text-decoration: underline;
}

#form-login input {
	border:none;
	color:#000;
	font-size:11px;
	height:17px;
	line-height:16px;
	padding:2px 4px;
	background:transparent url(../images/login_input.gif) top left repeat-x;
}

input#modlgn_passwd, input#modlgn_username {
	width:150px;
}

input.button, #form-login input.button {
	height:18px;
	color:#fff;
	line-height:15px;
	padding:2px 4px 4px;
	border:none;
	background:transparent url(../images/but.gif) top left repeat-x;
}

input.button:hover, #form-login input.button:hover {
	color:#c4d6f1;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 700;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.banneritem_text a {
	font-weight:700;
	color:#05143f;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 4px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: 700;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#system-message dd {
	text-indent: 0;
}

#system-message dd ul {
	list-style-type: none;
	color: #c00; 
	background: none;
	border: none;
}

#system-message {
	margin-top: 5px;
}













.top_logopanel
{
	width:980px;
	height:80px;
	float:left;
	background:url(../images/top_bg.jpg) no-repeat;
	padding:0px 0px 0px 0px;
}

.toplogo_left
{
width:780px;
height:80px;
float:left;
}
.toplogo_right
{
width:200px;
height:40px;
float:left;
padding:40px 0px 0px 0px;
}
.searh_box
{
float:left;
padding:0px 0px 0px 0px;
}
.searh_img
{
float:left;
padding:4px 0px 0px 4px;
}
.banner_top
{
width:980px;
height:20px;
float:left;
background:url(../images/banner_top.jpg) no-repeat;
}
.banner_1
{
width:980px;
height:286px;
float:left;
background:#FFFFFF;
}
.banner_2
{
width:960px;
height:286px;
padding:0px 10px 0px 10px;
float:left;
background:#FFFFFF;
}
.content_panel
{
width:960px;
float:left;
padding:0px 10px 0px 10px;
background:#FFFFFF;
}
.menu_panel
{
width:960px;
height:32px;
float:left;
padding:0px 0px 10px 0px;
}
.menu
{
width:700px;
height:32px;
float:left;
}
ul#mainlevel-nav
{
float:left;
margin:0px;
padding:0px;
list-style-type:none;
}
ul#mainlevel-nav li
{
display:inline;
}
ul#mainlevel-nav li a, ul#mainlevel-nav li a:visited
{
width:100px;
height:20px;
float:left;
padding:6px 0px 6px 0px;
color:#333333;
background:url(../images/menu_bg.jpg) no-repeat;
background-position:0px 0px;
text-decoration:none;
text-align:center;
font-weight:bold;
margin-left:10px;
}
ul#mainlevel-nav li a:hover
{
color:#FFFFFF;
background-position:0px -32px;
}
ul#mainlevel-nav li a#current, ul#mainlevel-nav li a#current:hover, ul#mainlevel-nav li a#active_menu-nav:visited
{
color:#FFFFFF;
text-decoration: none;
background-position:0px -32px;
}





.left_panel
{
width:240px;
float:left;
}
.left_inner
{
	width:240px;
	float:left;
	padding:10px;
	text-align:right;
	/*border:#999999 solid 1px;*/
}
.left_more_button{
	/*width:220px;*/
	float:right;
	text-align:right;
	/*border:#999999 solid 1px;*/
}
.left_head_1
{
width:200px;
height:27px;
float:left;
padding:5px 0px 0px 40px;
background:url(../images/left_head1.jpg) no-repeat;
color:#FFFFFF;
font-size:18px;
}
.left_head_2
{
width:200px;
height:28px;
float:left;
padding:4px 0px 0px 40px;
background:url(../images/left_head2.jpg) no-repeat;
color:#333333;
font-size:18px;
}
.left_inner ul
{
width:220px;
margin:0px;
padding:0px;
}
.left_inner li
{
width:220px;
float:left;
padding:2px 0px 5px 30px;
font-weight:bold;
background:transparent url(../images/icon1.jpg) no-repeat;
list-style-image:none;
list-style-type:none;
list-style-position:outside;
font-size:11px;
border-bottom:1px solid #CCCCCC;
height:20px;
text-align:left;
}
.left_inner a:link
{
color:#333333;
text-decoration:none;
}
.left_inner a:visited
{
color:#333333;
text-decoration:none;
}
.left_inner a:hover
{
color:#333333;
text-decoration:underline;
}
.middle_panel
{
width:460px;
float:left;
padding:0px 10px 0px 10px;
}

.module_menu a:link
{
color:#333333;
text-decoration:none;
}
.module_menu a:visited
{
color:#333333;
text-decoration:none;
}
.module_menu a:hover
{
color:#333333;
text-decoration:underline;
}

.footer_bg
{
width:960px;
height:20px;
float:left;
background:#0099FF;
padding:10px 10px 10px 10px;
text-align:center;
color:#FFFFFF;
}
.footer_left
{
width:480px;
float:left;
text-align:left;
}
.footer_right
{
width:480px;
float:left;
text-align:right;
}
.footer_bg a:link
{
color:#FFFFFF;
text-decoration:none;
}
.footer_bg a:visited
{
color:#FFFFFF;
text-decoration:none;
}
.footer_bg a:hover
{
color:#FFFFFF;
text-decoration:underline;
}
.t1
{
color:#666666;
font-size:18px;
font-style:italic;
}
.t2
{
color:#333333;
font-size:12px;
font-weight:bold;
}
.t3
{
color:#0099FF;
font-size:12px;
font-weight:bold;
}
.t4
{
color:#FF0000;
font-size:12px;
}
.t5
{
font-family:Helvetica,sans-serif;
color:#171717;
font-size:16px;
font-weight:bold;
}
.t6
{
font-family:Helvetica,sans-serif;
color:#990000;
font-size:16px;
font-weight:bold;
}
.t7
{
font-family:Helvetica,sans-serif;
color:#990000;
font-size:12px;
font-weight:bold;
}
.t8
{
font-size:11px;
color:#666666;
}
.middle_panel_inner
{
width:440px;
float:left;
padding:10px 10px 10px 10px;
border-bottom:1px solid #CCCCCC;
text-align:justify;
}
.inn_right_inner
{
width:660px;
float:left;
padding:10px 10px 10px 10px;
border-bottom:1px solid #CCCCCC;
text-align:justify;
}
.contact_panel
{
width:440px;
float:left;
padding:0px 0px 10px 0px;
}
.contact_col1
{
width:220px;
float:left;
}