body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	padding-top: 0;
	background-color: #ffffff;
}

a:link, a:visited {
	/*color: #0000FF;*/
    color: #339900;
}

a:hover {
    color: #FF9900;
    text-decoration: underline;
}


h2 {
	font-size: 14px;
	color: #2D5128;
}

.container_left {
    padding: 0;
    margin: 0px;
    width: 28px;
    background-image:url(images/left.png);
}
.container_right {
    padding: 0;
    margin: 0px;
    width: 28px;
    background-image:url(images/right.png);
}

.header_bar {
	background-image:url(images/header_height.png);
	background-color: #FBB40A;
	background-repeat: repeat-x;
	height: 92px;
}

.header_bottom {
	background-image:url(images/header_bottom.png);
	background-repeat: repeat-x;
	height: 13px;
}

.menu_bar {
	background-color: #054304;
	background-image: url(images/menu_bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 124px;
}


.menu_bar_bottom {
	background-image: url(images/menu_bottom.png);
	background-repeat: repeat-x;
}

.menu_ul {
	list-style-type: none;
	margin: 0px;
    padding: 0px;
    font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}
 
.menu_ul li {
	color: #ffffff;
	padding: 0;
	margin: 0;
}	


.menu_ul a:link, .menu_ul a:visited {
	color: #FFFF00;
	/*display: block;*/
    text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 70px;
	width: 100%;
	font-weight: bold;
}

.menu_ul a:hover {
	color: #ffffff;
	/*display: block;*/
    text-decoration: underline;
}

.content_box {
	padding-left: 3px;
	padding-right: 5px;
	text-align:justify;
}

.content_title {
	font-size: 16px;
	color: #2D5128;
	padding-top: 3px;
	font-weight: bold;
	background-image: url(images/orange_arr.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	border-bottom: 1px solid #FDAD02;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.menu_bot {
	color: #000000;
	padding: 2px;
}

.menu_bot a:link, .menu_bot a:visited {
	text-decoration: none;
	font-family: Tahoma, Verdana, arial;
	font-weight: bold;
	color: #FF9900;
}

.menu_bot a:hover {
	color: #049400;
    text-decoration: underline;
}

.bottom_bar {
	background-color: #054304;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
}

.codesoft_powered {
	float: right;
}
/* min-height: 100%; */
