/* Global Styles */

body {
	margin:0px;
	background-image: url(images/background.gif);
	background-repeat:repeat;
	text-align: center;
}
	
#wrapper {
	width: 705px;
	margin: 0 auto;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-color:#000088;
	margin: 02px auto;
 }	
a {
	color: #0000FF;
	text-decoration:underline;
	}
	
a:hover {
	color: #0000FF;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color:#0000FF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#0000FF;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
.pageTitle{
	font:14px verdana;
	color: #660000;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
	
h3 {
	margin-top: 06px;
	margin-bottom: 06px;
	padding: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color:  #cc3333;
	border-bottom-color: #cc3333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color:#990066;
	max-width:100%;
	line-height:18pt;
	text-align:left;
}
	
.navlgtext {
	font:14px verdana;
	color:#0000FF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration:underline;
	}	
		
.navtext {
	font:12pt arial;
	color: #0000FF;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.pageText {
	font:14px verdana;
	color:#000088;
	line-height:18px;
	letter-spacing:.1em;
	}

.nameText {
	font:14px verdana;
	color:#990066;
	line-height:16px;
	letter-spacing:.1em;
	}

	
.quoteText {
	font:12px verdana;
	color:#660000;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:12pt verdana;
	color:#660000;
	line-height:18px;
	letter-spacing:.1em;
	}
	
	
.tab {
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-color: #000066;
	margin: 04px auto;
}
	

	
