#page_leftcol {
	width : 160px;
	float : left;
	}

#page_maincol {
	margin-left : 14px;
	width : 585px;
	float : left;
	}

/*--- LEFT COLUMN ---*/

.leftcol_box {
	width : 158px;
	background : #fff;
	overflow : hidden;
	display : block;
	clear : both;
	}

.leftcol_box p{
	font-size : 11px;
	text-align: left;
	float:left;
	margin-bottom:10px
	}

.leftcol_box span {
	height : 14px;
	font-size : 11px;
	line-height : 11px;
	color:#847543;
	}

.leftcol_box h2 {
	padding : 6px 6px 3px;
	margin:0;
	width : 158px;
	height : 14px;
	color : #fff;
	font-size : 11px;
	line-height : 11px;
	text-align: left;
	}

.leftcol_box h2 img{
	padding-right:5px;
	vertical-align: center;
	}


.leftcol_box .content {
	margin : 12px 24px 5px;
	width : 150px;
	}

.leftcol_box form {
	width : 149px;
	float : none;
	}

#menu_box h2 {
    font:14px/16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background-color : #feeccf;
	border-bottom : #A2B565 1px solid;
	margin:0;
	text-align: left;
	}

#login_box h2 {
	padding : 3px 6px 6px;
    font-size : 11px;
	background-color : #feeccf;
	border-bottom : #A2B565 1px solid;
	margin:0;
	}

.content_box input {
	margin : 2px 0 4px;
	width : 140px;
	}

.leftcol_box input.submit{
	width:60px;
	margin:2px 5px 0 0;
	}

.content_box select {
	margin: 2px 0 8px;
	width : 75px;
	float : left;
	clear : right;
	}

body > #left_menu {
	width : 100%;
	}

#left_menu {
	z-index : 10000;
	width : 100%;
	}

#left_menu ul {
	padding : 0;
	margin : 0;
	background-color : #f5f5f5;
	}

#left_menu li {
	padding : 0;
	margin : 0;
	background-color : #c2ceda;
	font-size : 11px;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-decoration : none;
	}

#left_menu a {
	border-left : 1px solid #fefefe;
	border-top : 1px solid #fefefe;
	border-right : 1px solid #c3c8cb;
	border-bottom : 1px solid #c3c8cb;
	padding : 3px 4px;
	background: 100% 50% #eaeeee;
	display : block;
	color : #333;
	font-weight : normal;
	font-size : 11px;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-decoration : none;
}

#left_menu a:hover {
	background-color : #f8fafc;
	color : #630;
	}

#left_menu a:active {
	background-color : #f8fafc;
	color : #630;
	}

#left_menu .nav_breack {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
	font-weight : bolder;
	color : #21536a;
	background-color : #feeccf;
	padding : 1px 0 3px;
	border-top : 0 none #c2ceda;
	border-bottom : 1px solid #c3c8cb;
	border-right : 1px solid #c3c8cb;
	border-top : 1px solid #fefefe;
	display : block;
	height : 16px;
	}


/* Main Column Style */

#maincol_top {
	margin-top : 8px;
	width : 100%;
	height : 240px;
	overflow : hidden;
	}

#maincol_top h2 {
    font-size : 11px;
	height : 30px;
	padding : 2px 5px;
   	margin: 0px;
    	background-color : #feeccf;
	border-bottom : #A2B565 1px solid;
	}

#maincol_top .sideimg {
	position : absolute;
	background : url(images/logo.jpg) no-repeat bottom left;
	width : 88px;
	height : 88px;
	}

#maincol_top .content {
	position : absolute;
	width : 435px;
	margin-left : 90px;
	padding : 0px 6px 6px;

	}

#maincol_top .content p {
	color : black;
	font-size : 12px;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding : 5px;
	line-height : 14px;
	text-indent: 15px;
	}

#maincol_top a {
	color : #333;
	font-weight : bold;
	text-decoration : none;
	}

#maincol_top a:hover {
	text-decoration : underline;
	}

#maincol_btm {
	width : 100%;
	overflow : hidden;
	}

#maincol_btm .content h2 {
    font-size : 11px;
	background-color : #feeccf;
	border-bottom : #A2B565 1px solid;
	margin:0;
	padding:2px 5px;
	}

#maincol_btm .content {
	width : 100%;
	amrgin:0;
	padding : 0px;

	}

#maincol_btm .content p{
	color : black;
	font-size : 12px;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding : 6px 6px;
	line-height : 14px;
	text-indent: 15px;
	}