
body {
	background-color:#ffffff;
	color: #000000;
	margin:5px;
	padding:0px;
	 font-size: small;
	font:verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size : 1.9em; 
	font-weight:bold;
	letter-spacing: 0.3em;
	padding-left: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
h2 {
	font-size : 1.7em; 
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size : 1.5em; 
	font-weight:bold;
	letter-spacing: 0.3em;
	padding-left: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
h4 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size : 1.3em; 
	font-weight:bold;
	letter-spacing: 0.3em;
	padding-left: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
h5 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size : 1.2em; 
	font-weight:bold;
	letter-spacing: 0.3em;
	padding-left: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
h6 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size : 1.1em; 
	font-weight:bold;
	letter-spacing: 0.3em;
	padding-left: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	}
	
p {
	font-size : 1.0em; 
	margin:0px 0px 10px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a{text-decoration: underline; font-weight: bold; color:#ffffff; outline: none;}

a:visited{color:#aaaaaa;}

a:active{color:#0000aa;}

a:hover{color:#000000; text-decoration: none; background-color:transparent;}
 
#content_image {
	position:absolute; 
	width:675px;
	left:135px;
	top: 105px;
	border:1px dashed #27088B;
	background-color:#dddddd;
	padding:5px;
	z-index:1; 
	} 
  

.content {
	position:absolute; 
	width:500px;
	top: 105px;
	min-width:120px;
	margin:0px 100px 20px 150px;
	border:1px solid #27088B;
	background-color:#ffffff;
	padding:10px;
	z-index:1; 
	}

	#content1 {
  position: absolute;
  width: 350px;
  color: #000000;
  top :130px; 
  left : 5px; 
  background-color: #ffffff;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom:1%;
  font-size : 1em;
  border-left: solid 2px #27088B;
  border-right: solid 2px #27088B;
  border-top: solid 2px #27088B;
  border-bottom: solid 2px #27088B;
  z-index: 1; }
  
#content2 {
  position: absolute;
  width: 494px;
  color: #000000;
  top : 0px; 
  left :375px;
  background-color: #ffffff;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size : 1em; 
  border-left: solid 2px #27088B;
  border-right: solid 2px #27088B;
  border-top: solid 2px #27088B;
  border-bottom: solid 2px #27088B;
  z-index: 2; } 
	
.defcontent {
	position:absolute; 
	width:100%;
	min-width:120px;
	margin:0px 100px 20px 250px;
	border:1px solid black;
	background-color:#ffffff;
	padding:10px;
	z-index:1; 
	}
	
	
.image {
	position:absolute; 
	width:auto;
	min-width:120px;
	top: 115px;
	left: 155px;
	border:0px solid black;
	background-color:#ffffff;
	padding:0px;
	z-index:1; 
	}
	
.imagea a{
	text-decoration: none; 
    font-weight: bold;
    color:#000000; 
    outline: none; 
    background-color:#cccccc;
    border:0px;
 	}	
	
.imagea a:visited{color:#000066;}

.imagea a:active{color:#999999;}

.imagea a:hover{color:#ffffff; text-decoration: none; background-color:transparent}	

  .address_box {
  position: absolute;
  top: 15px;
  left: 610px;
  width: 250px;
  height:50px;
  padding-left: 2px;
  font-size : .8em;
  color: #000000;
  background-color: #ffffff;
  z-index: 1;
  }
  
  .address_box a{
   color: #000000;
	text-decoration: underline;
	}
  

#logo	{
  position: absolute;
  background-color: #27088B;
  width: 900px;
  top: 0px;
  left:0PX;
  border-left: solid 0px #27088B;
  border-bottom: solid 0px #27088B;
  border-top: solid 0px #27088B;
  border-right: solid 0px #27088B;
  padding: 0px;
  z-index: 1;
 }

#navAlpha {
	position:absolute;
	width:100px;
	top:105px;
	left:0px;
	color: #ffffff;
	border:1px dashed #000000;
	background-color:#27088B;
	padding:10px;
	z-index:1;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

.navAlpha a {
  color: #000000;
  width: 100px;
  text-decoration: none;
  background-color: #0000ff;
  display : block; 
  padding-left: 0px;
  border:1px dashed #000000;
  z-index: 1; 
 }
 
.navAlpha a:hover {
  color : #ccccff; 
  background-color: #27088B;
  z-index: 1; } 

	
#navBeta {
	position:absolute;
	width:100px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#cccccc;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:100px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:100px;}


.quoteleft {
	position:absolute;
	width:600px;
	top:0px;
	left:0px;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:100%;
	font-weight:italic;
	letter-spacing: 0.3em;
	padding-left: 3px;
	font-style: italic;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

.quoteright {
	position:absolute;
	width:600px;
	top:0px;
	left:200px;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:100%;
	font-weight:italic;
	letter-spacing: 0.3em;
	padding-left: 3px;
	font-style: italic;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

.quoteposition {
	position:absolute;
	width:600px;
	top:105px;
	left:150px;
	border: solid 2px #27088B;
	margin:0px 0px 15px 0px;
	padding:0px;
	}
	
	
.text1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 0.3em;
	padding-left: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: "#ffffff";
	}
	#footer {
  position: absolute;
  top:500px;
  left:1px;
  color: #000000;
  background-color: #ffffff;
  width:auto;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size : .8em;  
  z-index: 1; }

  #footer a{
  	 color: #0000cc;
  }
  
  .slight {
  font-size : .8em; 
  font-weight : normal;
  z-index: 1; }
  
  .more {
  width: 500px;
  font-size : 1.1em; 
  font-weight : bold;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
  z-index: 1; }
  
  #footer a {
    text-decoration : underline;
    z-index: 1; 
 }
 
 #menu_bar	{
  position: absolute;
  width:800px;
  height: 30px;
  top: 98px;
  left:5px;
  display: block;
  background-color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size : .8em;
  color: #ffffff;
  text-align: left;
  z-index: 1; }
 
.menu	{
  position: absolute;
  width:auto;
  background-color: #ffffff;
  font-size : .9em;
  color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 1; }

.menu a { 
  color: #0000ff;
  text-decoration: none;
  background-color: #ffffff;
  padding-right: 3px;
  padding-left: 3px;
  border-right: solid 2px #27088B;
  text-align: left;
  z-index: 1; 
 }
 
.menu a:hover {
  color : #ccccff; 
  background-color: #27088B;
  z-index: 1; } 
  
  .lhead { 
	background-color:#27088B; 
	border-top:#aaa 3px solid;
	border-bottom:#aaa 3px solid;
	padding:3px;
	font:bold 14px verdana;
}
.lpart { 
	background-color:#27088B; 
	border-left:#ccc 2px solid;
	padding-bottom:25px;
}
.lpage { 
	font:normal 12px verdana;
}
.lcount { 
	background-color:#999; 
	color:#fff;
	padding:2px;
	font:bold 12px verdana;
}