body {
	background-image: url(images/background.jpg);
}
a:link, a:visited {
	color: #99230F;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:active{
	color: #999;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#p2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#mast {
	position: absolute;
	top: 0px;
	right: 0px;
}
#title {
	font-family: Skia, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
	position: absolute;
	left: 26px;
	top: 100px;
	letter-spacing: 18pt;
}
#title2 {
	font-family: Skia, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFF;
	position: absolute;
	left: 26px;
	top: 100px;
	letter-spacing: 10pt;
}

/*Navigation*/
#nav {
	font-family: Skia, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	float:left;
	width:100%;
	font-weight:bold;
	position:absolute;
	left: 2px;
	top:174px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	float: left;
	background: url(images/tabR1.jpg)
		no-repeat right top;
	margin: 0px;
	padding: 0px;
}

#nav a, #nav {
	float:left;
	display:block;
	padding:5px 24px 5px 24px;
	color:#f4a460;
	text-decoration: none;
	font-weight:bold;
	}
	/* Commented Backslash Hack
		hides rule from IE%-Mac \*/
	#nav a {
	float:none;
}
	/*End IE5-Mac HAck*/
#nav a {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#nav a:hover {
	color:#FFFFFF;
}

#nav_select a {
	float:left;
	display:block;
	padding:5px 24px 5px 24px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
	/* Commented Backslash Hack
		hides rule from IE%-Mac \*/
	#nav a {float:none;}
	/*End IE5-Mac HAck*/


/*-------other styles--------------------*/

#content {
	position: absolute;
	left: 26px;
	top: 230px;
}

#content2 {
	position: absolute;
	left: 26px;
	top: 230px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#bottomLinks a {
	color: #000000;
	text-decoration: none;
}

#bottomLinks a:hover {
	color: #999999;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}




