html {
	height: 100%;
}
body {
	margin:0 auto;
	padding:0 auto;
    width: 100%;
	height: 100%;
    font-family: Arial, Verdana;
	font-size: 9pt;
	color: #000000;
	background: #FBFDDD url('../images/bg.jpg') repeat;
}

img {border:0;}

ins {
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #000000;
    text-decoration:none;
}



.fontsizer {
    width:100%;
 	font-family: Arial, Verdana;
	font-size: 8pt;
    font-weight: normal;
	color: #555555;
    text-align: right;
    padding-top:0px;
    margin-bottom: 20px;
}

.c_title {
    width:100%;
    padding:0 auto;
    margin:0 auto;
}

#menu_box {
	width: 200px;
	text-align: right;
	line-height: 150%;
    margin-top: 60px;
}
#logo_box {
	width: 100%;
	height: 100%;
	text-align: left;
    padding-left:15%;
    padding-top:5%;
}

#content_title_box {
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
	font-size: 24pt;
	font-weight: bold;
	color: #ff6600;
	font-family: Arial, Verdana;
}

#content_box {
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
    line-height: 150%;
    min-height: 250px;
}

#footer_box {
	width: 100%;
	margin:0px;
	padding-top:30px;
	background: url('../images/bottom_green.jpg') no-repeat top right;
    font-size: 8pt;
}

#footer_box_left {
	float: left;
	width: 40%;
	text-align: left;
	margin-bottom:30px;
	padding:0px;
	color: #666666;
}

#footer_box_right {
	float: right;
	width: 40%;
	text-align: right;
	margin-bottom:30px;
	padding:0px;
	color: #666666;
}

a {
	font-family: Arial, Verdana;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}


a.orange {
	font-family: Arial, Verdana;
	font-size: 11pt;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

a.orange:hover {
	color: #637E47;
	font-weight: bold;
	text-decoration: none;
}

a.green {
	font-family: Arial, Verdana;
	font-size: 11pt;
	color: #637E47;
	font-weight: bold;
	text-decoration: none;
}

a.green:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

a.foot {
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #637E47;
	font-weight: normal;
	text-decoration: none;
}

a.foot:hover {
	color: #ff6600;
	font-weight: normal;
	text-decoration: underline;
}