body {
    background-color: #ECFCE1;
	/*background-color: #ECFCE1;*/
    font-family: 'Arial','Verdana'; color: #202123; font-size: 12px;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
  color: #027ee7;
  text-decoration: none;
}

a:hover {
  color: #ff5a00;
  text-decoration: underline;
}

.out_table {
	background-color: #fcfefb;
	padding: 0px;
	margin: 0px;
}

.out_table_left {
	background: transparent url(images/left_line.png) repeat-x left top;
	width: 50%;
}

.out_table_right {
	background: transparent url(images/right_line.png) repeat-x left top;
	width: 50%;
}

.main_table {
    background-color: #fcfefb;
	padding: 0px;
	margin: 0px;
	/*border: 10px solid #ffffff;*/
}


.main_header {
    padding: 0px;
	padding-bottom: 0px;
}

.main_footer {
    padding: 0px;
}


.main_sidebar {
    /**/
    width: 172px;
    vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 5px;
	background: #fcfefb url(images/content_bg.png) repeat-x left top;
	text-align: left;
	border-left: 1px solid #cccccc;
}

.main_content {
    width : 700px;
	vertical-align: top;
	padding: 10px 10px 10px 15px;
	background: #fcfefb url(images/content_bg.png) repeat-x left top;
	text-align: left;
	border-right: 1px solid #cccccc;
}

.Header { width: 100%; margin:0px; padding: 15px 20px; background: #55AE0F url(images/header_bg.png) repeat-y left top; text-align: left;}
.tbl_topbanner {margin: 0px; padding: 0px 0px; background: #000000 url(images/banner_body.png) repeat left top; border-top: 10px solid #ffffff; border-bottom: 10px solid #ffffff; border-right:1px solid #cccccc; border-left:1px solid #cccccc; height: 150px;}

.banner_slogan {
	font-size: 24px;
	font-family: Impact, Geneva, Arial, Helvetica, sans-serif;
	font-weight: none;
	color: #F8D859;
	padding-top: 5px;
}

.dock_container {
	height: 50px;
	/*position: absolute;*/
	left: 0px;
}

a.dock-item {
	display: block;
	padding-top: 20px;
	padding-left: 70px;
	width: 40px;
	color: #000;
	position: absolute;
	/*top: 0px;*/
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

.menu_bar_top {
    background-color: #e6f4ff;
    height: 30px;
}


.tbl_footer {
    background-color: #55AE0F;
    padding: 7px;
    margin: 0px;
    color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.tbl_footer a:link, .tbl_footer a:visited {
	color: #ffffff;
	font-weight: bold;
}

.tbl_footer a:hover {
	color: #ffcc00;
	font-weight: bold;
}


/* Sidebar start */
.tbl_sidebar {
    background-color: #FEFEFE;
    padding: 2px 0px 10px 0px;
    vertical-align: top;
	border: 1px solid #cccccc;
}

.tbl_sidebar ul {
	list-style: none;
	padding: 0px;
	margin : 0px;
}

.tbl_sidebar li {
	padding : 3px 8px;
}

.tbl_sidebar li a:link, .tbl_sidebar li a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
    padding-left: 20px;
    background: transparent url(images/menu_icon.png) no-repeat left top;
}

.tbl_sidebar li a:hover {
	text-decoration: underline;
	color: #993300;
	font-weight: bold;
	background: transparent url(images/menu_icon_hover.png) no-repeat left top;
}

/* special hack for min-height: 10px */
.tbl_sidebar_min_height {
	height:150px;
    float:right;
    width:1px;
}

/* Sidebar start */

/* Content start */
h2 {
    font-size: 20px; line-height: 20px; padding: 0px 25px; margin: 0px; color:#305D24;
	background: transparent url(images/h2_icon.png) no-repeat left center;
	font-family: 'Arial', 'Verdana';
}



/* Content end */