@charset "UTF-8";
/* layout */


body {
background-color:#fefae9;
margin:0 auto;
}

#main {
width:90%;
border:0px;
margin:0 auto;
padding:20px 0px 0px 0px;
}

#hl {
width: 200px;
height:100px;
background:url(images/bg_hl.gif) no-repeat;
}

#hm {
background:url(images/bg_hm.gif) repeat-x;
padding:15px 0px 0px 10px;
min-height:400px;
}

#hr {
width: 99px;
background:url(images/bg_hr.gif) no-repeat;
}

#ml {
background:url(images/bg_ml.gif) repeat-y;
padding:0px 0px 0px 50px;
vertical-align:top;
}

#mm {
background-color:#FFFFFF;
padding:10px 10px 10px 10px;
}

#mr {
background:url(images/bg_mr.gif) repeat-y;
}

#fl {
width: 99px;
background:url(images/bg_fl.gif) no-repeat;
height:63px;
}

#fm {
background:url(images/bg_fm.gif) repeat-x;
font-size: 9px;
}

#fr {
width: 99px;
background:url(images/bg_fr.gif) no-repeat;
}



/* fonts */

p,h2,h3,h4,h5,h6,li,td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;	
	color:#333333;
}

p,td,h6 {
	font-size: 12px;	
}

h1 {
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
	font-weight:bold;
	letter-spacing: 2px;
	color:#009999;
}

h2 {
	font-size: 14px;
	letter-spacing: 1px;
	font-style:italic;
	line-height:200%;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	letter-spacing: 2px;
	line-height:200%;
}

h5 {
	color:#333333;
	text-align:left;
	background-color:#99CCFF;
}


a:link.menu, a:visited.menu {
font-size:12px;
color:#003366;
text-decoration:none;
}

a:hover.menu {
font-size:12px;
color:#993366;
text-decoration:none;
}

a:link, a:visited {
text-decoration:none;
}