@charset "utf-8";
/* CSS Document */
#wrap {
margin:0 auto;
width:1000px; background-color:#fff;
}
#Logo {float:left;width:397px; height:105px; }
#Banner { float:left; width:602px; height:105px}
div.Menu{height:78px; vertical-align:middle; background-image:url(images/menu-center.jpg); background-repeat:repeat-x; font-size:12px;}
div.Bg {background-image:url(images/bg.gif); background-repeat:repeat-x;}
#MenuLeft{float:left; width:35px; height:78px;}
#MenuRight{float:right; width:164px; height:78px;}

#AreaLeft{ float:left; width:250px; min-height:490px;}
#AreaCenter{float:left; width:475px; min-height:490px; border-right:1px dotted #588435; border-left:1px dotted #588435; padding-left:10px; padding-right:10px}
#AreaMain{float:left; width:725px; min-height:490px; border-right:1px dotted #588435; padding-left:10px; padding-right:10px}
#AreaRight{ float:right; width:248px; min-height:490px;}
div.Footer{background-image:url(images/footer-bg.gif); background-repeat:repeat-x; line-height:2.5; color:#fff }
div.Footer div {width:33%; float:left; text-align:center}
ul.BottomMenu {list-style:none; margin:0px; color:#000}
ul.BottomMenu li {list-style:none; float:left; margin:5px;}
ul.BottomMenu a { color:#000; padding:10px}

a {color:#fff }
a:hover {color:#030}

body {margin:0px; background-color:#ddd;
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;
}
caption {background-image:url(images/heading-bacl.jpg); background-repeat:repeat-x; color:#ddd; text-align:center; font-family:'Trebuchet MS','Lucida Grande',sans-serif,Helvetica,Arial,Verdana;font-size: 18px; border:1px solid #363 }
h1{
	font-family: 'Trebuchet MS','Lucida Grande',sans-serif,Helvetica,Arial,Verdana;
	font-size:24px;	margin:8px 0 4px 0;
	color:#0175a4; font-weight:normal;
}

h2{
	font-family:'Trebuchet MS','Lucida Grande',sans-serif,Helvetica,Arial,Verdana;
	font-size:21px; text-decoration: underline; margin-top:1px;
	font-weight:normal; margin-bottom:5px;
}

h3{
	font-family:'Trebuchet MS','Lucida Grande',sans-serif,Helvetica,Arial,Verdana;
	font-size:16px; color:#030;

}
h4{
	font-family:'Trebuchet MS','Lucida Grande',sans-serif,Helvetica,Arial,Verdana;
	font-size:14px; color:#085206;
	font-weight:bold; margin:0px;
}
p {text-align:justify; color:#242; font-size:13px}
img { border:0}
table {border-collapse:collapse}
td {font-size:12px;}
th{
	font-size:12px;font-weight:bold;color:#454545;	line-height:1.3;background-color:#dbd9ca;
}select{
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#AA9D84;
}

input.button{
	background-color:#AEA988;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	border-color:#AA9D84;
	border-style:solid;
}
/*INPUT { background-color: expression(this.type=="text"?'red':'black'); }
INPUT[type="text"]{background-color:#FF0000}
*/
input{
	background-color: #EFEFEF;
	font-size:12px;
	color:#333333;

}

textarea{
	background-color:#EFEFEF;
	font-size:12px;
	color:#333333;
	border-color:#AA9D84;
	border-style:solid;
	border-width:1px;
}
img.border{
	border-style:solid;
	border-width:1px;
	border-color:#BBBBBB;
}
li {text-align:left}
fieldset { margin:10px; padding:10px;}
legend {padding:2px; font-family:'Trebuchet MS',Arial, Helvetica, sans-serif;font-size:14px; color:#063; font-weight:600}

dl { background-color:#FFF; padding:2px;}
dt{font-weight:bold; background-color:#C3BDAF; line-height:1.5; text-align:center}
dd {margin:1px 0px 2px 5px; border-top:1px solid #eceadd}
dd a{text-decoration:none; color:#333; display:block}
dd a:hover{background-color:#eceadd; color:#09F;}
