/* CSS Document */
#box {width:760px;
 margin-left:auto;
 margin-right:auto;
 border:none;
 background:#fff;}
 
#lastupdate{font:x-small #ccc ;text-align:right;}

p{margin:0 10px 10px}

#header{text-align: right;}
#header h1{line-height:80px;
text-align:center;
margin:0;
font-size:200%;
background-image:url();
margin:0;
padding-left:10px;
background: #fff;
color:#333;}
#content{line-height:1.8em;}

#content li{ list-style-image:url(listimg1.gif);}

#content p{font-size:100%; padding:10px 20px;}

#content h2{
/*background-image:url() ;
background-position:bottom;
background-repeat:repeat-x;
border:1px solid #ccc;
	
/*border-bottom:2px solid green;
	border-left:15px solid green; 
	border-right:15px solid green;*/
line-height:1.5em;
margin: 10px 20px 0 0;
font-size:110%;
color:#000000;
padding: 5px 0px 0px 10px;
background-color:#CCCCFF;}

#content h2.a{
/*background-image:url() ;
background-position:bottom;
background-repeat:repeat-x;
border:1px solid #ccc;
	
/*border-bottom:2px solid green;
	border-left:15px solid green; 
	border-right:15px solid green;*/
line-height:1.2em;
margin: 10px 20px 0 0;
font-size:100%;
color:#000000;
padding: 5px 0px 0px 10px;
background-color: #FFFF99;}

#content h3{font-size:80%;
text-indent:1em;
color:#333333;
text-decoration:underline;
line-height:1.2em;}

#footer{background: #fff;color: #333}

#footer p{margin:0;
padding:5px 10px;
border-top: 1px solid #333;
text-align:center;}

#wrapper{width:90%;
margin-top:10px;
margin-left:auto;
margin-right:auto;
/* border:solid 1px #333; */}

#extra{clear:both;
margin-left:auto;
margin-right:auto;
width:90%;
margin-top:10px;
border: dashed 1px  #FF9933;
color:#333333;
background-color:#FFFFFF;
padding: 3px 3px 3px 3px;}


#menu {width:100%;
height:4em;  margin: 0; padding :0;
margin-left:auto;
margin-right:auto;}
#menu ul { 
margin-left:auto;
margin-right:auto;
margin: 0; padding :0; 
list-style-type : none; }
#menu li { 
display : inline; 
padding :0; 
margin:0; 
float:left;}

#menu a {

display:block; 
border-top:1px solid #99CCFF; 
border-bottom:1px solid #99CCFF; 

font-weight:bold;
padding:2px 0px 2px 0px;
text-decoration:none;
color:#333;
width:8em;
height:1.5em;
margin:1px 0px;
text-align:center;}

#menu a:hover {
display:block; 
background-color: #000066;
font-weight:bold;

padding:2px 0px 2px 0px;
text-decoration:none;
color:#ffffff;
height:1.5em;
text-align:center;}


