/* common */

body{
margin:0;
padding:0;
color:#554444;
font-family: "Verdana";
font-size:1em;
text-align:left;
line-height:1.5em;
background:#ffffff;}

h1,h2,h3,h4{
line-height:1.5;
}

h1{
font-size:1.4em;
}
h2{
font-size:1.2em;
}
a img{border:0;}

a{}
 a:link,a:visited{
	color:#330000;
}
a:hover,a:active{
	color:#880000;
}


table{
}
table th, table td{}

.hidden{
display:none;
visibility:hidden;
}
.clear{
clear:both;
font-size:0;
line-height:0;
}
.separator{
border-top:#302222 solid 1px;
height:10px;
margin-top:10px;
}
.imageLeft{
float:left;
margin:0 10px 10px 0;
}
.imageRight{
float:right;
margin:0 0 10px 10px;
}


/* header */
#header{
text-align:left;
background:#880000;
padding:10px;
}
h2{
margin: 0 0 10px 0;
}
.copy{
clear:both;
font-size:0.75em;
color:666666;
text-align:right;
border-top:#444444 solid 1px;
}
ul.menu{
margin:0 0 10px 0;
}
li{
margin:0 0 10px 0;
}