/* CSS Document */

body {margins: auto;}
	
html {scrollbar-base-color: blue;
	  scrollbar-3dlight-color: #ffff00;
	  scrollbar-arrow-color: #ffff00;
	  scrollbar-darkshadow-color: #ff6600;
	  scrollbar-face-color: #ffff00;
	  scrollbar-highlight-color: #ff6600;
	  scrollbar-shadow-color: #006666;
	  scrollbar-track-color: #000033;
}
#wrapall {background-color: #fff;
		  text-align: center;
		  width: 600px; margin:0 auto;
}

#header, #footer {text-align: center;}

#pagelists, #gallerylist, #links {
		font-size: 9pt;
  		font-weight: normal;
 		text-align: left;
		margin-right: 10px;
		margin-left: 10px;
		padding-right: 10px;
		padding-left: 10px;
		float: left;
		list-style-position: outside;
		list-style-type: circle;
}
#pagelists, #gallerylist {display: block;
	width: 200px;}
#gallerylist {float: right;}
.pagelists {list-style-type: circle;}
.links {list-style-type:none; font-weight: bold;}
#links {width: 500px; }
ul {margin-left: 1.5em;}
ul, li {margin-top: 10px; margin-bottom: 10px; line-height: 120%; vertical-align: middle; padding-bottom: 8px; }
 li a {
    font-weight: normal; 
	text-decoration: none; }

 li a:link {color: #000033; font-weight: normal}
    
 li a:visited {color: #000033; font-weight: normal}
    
 li a:hover{ color: #cc3300; font-weight: normal}
 li a:active { color: #cc3300; font-weight: normal}
	
.img {border: 1px solid #000033;
}
h1,h2,h3 {color: #000033;}
h1 {
	font: bold 14pt/normal Georgia, Times New Roman, Times, serif;
	line-height: 100%;
	text-transform: none;
	text-decoration: none;
	vertical-align: middle;
}
h2 {font-size: 11pt; font weight: bold; line-height: 100%; margin-left: 1em; }

h3 {font: 10pt Verdana, sans-serif; 
	font-weight: bold; margin-bottom: 0px;

}

p  {font: 10pt Verdana, Helvetica, sans-serif;
      color: #003333; text-align: left;
	  }
.hborder { border-top: solid 1px #003333;
			border-right: 0px;
			border-bottom: 0px #ffffff;
			border-left: 0px;
			width: auto;}
.blueline {width: 600px; color:#000033;}