@charset "utf-8";
/* CSS Document */

body	{
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* DIV STYLES */
#container	{
	margin-left: auto;
	margin-right: auto;
	width: 965px;
	height: 100%;
}


#welcome	{
	position: relative;
	width: 500px;
}

#box	{
	border-width:1px;
	border-style:solid;
	border-color: #6682a1;
}

#news	{
	border:1px solid #6682a1; background-color: #e2e2e2;
	background-image:url('images/news.gif');
	background-repeat:repeat-x; 
	background-position:bottom left;
}

#quote	{
	border:1px solid #6682a1; 
	background-image:url('images/quote.gif');
	background-repeat:repeat-x; 
	background-position:bottom left;
	font-family: Palatino Linotype, Palatino, serif;
}

#ads	{
	width: 190px;
}

#footer {
	height: 30px;
	background-image:url('images/blue_bar_bottom.gif');
}

#footermenu, #footermenu a, #footermenu p {
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	margin: 5px;
}

#footermenu a:hover {
	font-size: 11pt;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
	margin: 5px;
}

#mainmenu, #mainmenu a	{
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #6682a1;
}

#mainmenu a:hover	{
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	color: #6682a1;
}

#submenu, #submenu a, #submenu p {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 10px;
}

#submenu a:hover {
	font-size: 10pt;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
}

#narrow	{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#Title h1 { background:#4F678A; }

#Title h1 {
   color: #fff;
   margin:0;
   padding:25px 0 5px 10px;
   font-size:320%;
   font-weight: normal;
   } 

#Title a:active, h1 a:link, h1 a:hover, h1 a:focus, h1 a:visited {
	text-decoration: none;
	color: #fff;
	background-color:transparent; 
	}
	
#Subtitle {
	background-color:#e2e2e2;
	color:#fff;
	padding:2px 14px 2px 14px;
	font-size:medium;
	}
	
	
#Subtitle a:link, #Subtitle a:visited, #Subtitle a:hover {
	text-decoration: underline;
	color: #fff;
	background-color:transparent;
	}	
	
#Subtitle a:active, #Subtitle a:focus {
	color: #002f64; text-decoration:none; background-color: #fff;
	}

#shop	{
	width: 90%;
	margin-right: 0px;
	text-align: left;
	}

/* OTHER STYLES */

img.ads	{
	border: 1px;
	border-style: solid;
	border-color: #6682a1;
}

p	{
	margin: 0px;
}

h1	{
	font-size: 14pt;
	margin: 0px;
	text-indent: 5px;
	color: #002e63;
}

h2	{
	font-size: 13pt;
	margin: 0px;
	text-indent: 5px;
	color: #002e63;
}

h3	{
	font-size: 12pt;
	margin: 0px;
	text-indent: 5px;
	color: #002e63;
}

dl	{
	margin: 3px;
	font-size: 10pt;
}

dt	{
	margin-left:5px;
	margin-top:3px;
}

dd	{
	margin-left:15px;
	margin-top:2px
}

.mainmenu	{
	text-align: right;
	color: #002e63;
	text-decoration: none;
}

.text	{
	margin: 10px;
}

.quote	{
	font-family: Palatino Linotype, Palatino, serif;
	margin: 10px;
}

.address	{
	margin-left: 10px; 
}

.smaller	{
	font-size: smaller;
}

.larger	{
	font-size: larger;
}

.title	{
	font-size: 36pt;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #cccccc;
}

.white	{
	color: #ffffff;
}