/* CSS Document */

body {
	margin: 0;
	color: #ffffff;
	background-color: #666666;
	text-align:left;
	font-family: "Lucida Grande", Lucida, "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.interior {
	color: #333333;
	background-color: #d6f5ff;
	text-align:left;
	font-family: "Lucida Grande", Lucida, "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../images/interior-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.quote	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 19px;
	color: #999999;
}

.page	{ 	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%; }

.topbar {
	background-image: url(../images/topbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.bottombar {
	background-image: url(../images/bottombar.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


a 		{ color:#33ccff;  text-decoration:none;}
a:hover	 { color:#ffffff; text-decoration:none;}

h1	{ font-family: "Arial Narrow", Arial, Helvetica; text-transform:uppercase; font-size:24px; color:#666666; margin-top: 20px;}
h2	{ font-family: "Arial Narrow", Arial, Helvetica; text-transform:uppercase; font-size:16px; color:#000000; }

.footer	{ font-size: 10px; color:#e5e5e5; line-height: 15px; text-align:center; }

#homeTitle h1 {color:#33ccff; 
	"Lucida Grande", Lucida, "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:20pt;
	line-height:normal;
	font-variant:normal;
	font-style:normal;
	text-transform:none;
}
