@charset "utf-8";

/* initializes */
body, div, dl, dt, dd, ul, ol, li, pre,img, form, fieldset, blockquote, th, td{
	margin:0;
	padding:0;
	border:0px solid #00f;
}

h2,h3,h4,h5,h6,p,address{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
}

ul,li{
	list-style:none;
	padding:0;
	margin:0;
}



/* whole */
body{
	text-align:center; /*IEcentering*/
	margin-left:auto;
	margin-right:auto;
        width:950px;
        text-align:left;
	font-size:0.9em;
	font-weight:bold;
	color:#333333;
	line-height:1.3em;
	background-color:#cccccc;
}

h1{ 
        margin:15px 0px 0px 0px;
	color:white;
	font-size:1.3em;
}

p.side{ 
        margin:10px 20px 0px 20px;
	text-align:center;
        color:green;
        background-color:#FFFF99;
	font-size:1.3em;
	font-weight:bold;
	border:1px dotted red;
        
}


p{
	font-size:0.9em;
	font-weight:bold;
	color:#333333;
	line-height:1.3em;
}


#header{
	text-align:center; /*IEcentering*/
	margin-left:auto;
	margin-right:auto;
        width:950px;
        text-align:left;
	height:120px;
	background-image:url("../img/header.gif");
}

#menu{
	text-align:center; /*IEcentering*/
	margin-left:auto;
	margin-right:auto;
        width:950px;
        text-align:left;
	height:30px;
	padding:0px 0px 0px 0px;
	border:0px solid black;
	color:white;
	background-image:url("../img/menu.gif");
}

#menu li{
	float:left;
	margin-left:5px;
}

#menu ul{
	margin-left:5px;
}

#statement{
	text-align:center; /*IEcentering*/
	margin-left:auto;
	margin-right:auto;
        width:950px;
        text-align:left;
	height:98px;
	border-bottom:1px solid #333333;
	font-size:1.2em;
	background-color:white;
	clear:both;
}


#statement img{
	float:left;
	margin-left:-3px;
}

/*ffstyle*/
html[xmlns] #statement img{
	margin-left:0px;
}

#container{
	text-align:center; /*IEcentering*/
	margin-left:auto;
	margin-right:auto;
        width:950px;
        text-align:left;
        background-color:#FFFFCC;
}

#content{
        float:left;
	width:676px;
}


#sidemenu{
	float:left;
	width:274px;
        height:995px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
        background-color:#FFFFCC;
	font-size:1em;
}

/*ffstyle*/
html[xmlns] #sidemenu{
	background-color:white;
}

#sidemenu ul{
	margin:5px 0px 0px 0px;
	padding:5px 8px 5px 8px;
}

#sidemenu img.valid{
	margin:5px 0px 5px 0px;
	padding:5px 5px 5px 25px;
}

#sidemenu li{
	font-size:0.8em;
	margin:25px 0px 5px 0px;
	padding:5px;
}


#footer{
	clear:both;
	text-align:center; /*IEcentering*/
	margin-left:auto;
	margin-right:auto;
        width:950px;
        text-align:left;
	height:100px;
        margin-bottom:0px;
        margin-top:0px;
	background-image:url("../img/footer.gif");
}

#footer p{
	color:white;
	padding-top:70px;
	text-align:center; 
}


iframe{
        background-color:#FFFFCC;
        padding-left:70px;
        width:268px;
        height:964px;}form{background-color:white;padding:10px 0px 0px 30px;} /*ffstyle*/ html[xmlns] form{background-color:#FFFFCC;}#statement{border-top:1px solid #333333;}




