/* $Id: fss1.css,v 1.5 2004/09/14 04:06:47 katzxy Exp $ */
BODY {
	background-color: #19224c;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	line-height: 1.2em;
	color: #FFF;
	text-decoration: none;
}
#container {
	width: 497px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #19224c;
	width: 497px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/title.gif);
	display: block;
}
#nav 
{
	background-image: url(images/nav.gif);
	position: relative;
	width: 497px;
	background-position: center top;
	display: block;
	height: 31px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: text-bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
 }

#nav ul {
    display: inline;
}
#nav li
{
	font-family: Tahoma;
	color: #b5722b;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	list-style-type: none;
	float: left;
	list-style-image: none;
	margin-left: 15px;
	padding-top: 4px;
}
#nav li a:link {
    float: left;
   	text-decoration: none;
    color: #fff;
  	padding: 0;
  	margin: 0;
   }
   
#nav li a:visited {
	float: left;
   	text-decoration: none;
    color: #c0c0ff;
  	padding: 0;
  	margin: 0;
}
#nav li a:hover {
    color: #b5722b;
    font-weight: bold;
 }
 #welcome {
	background-image: url(images/welcome.gif);
	position: relative;
	width: 497px;
	diplay: block;
	background-position: 15px bottom;
	display: block;
	height: 56px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: text-bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	background-color: #b5722b;
	padding: 0px;
	left: 0px;
 }
#leftcontent {
	width: 277px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	background-color: #3d4774;
	position: relative;
	left: 0px;
	top: auto;
	text-align: left;
	text-indent: 0;
	display: block;
	height: 250px;
	padding-top: 15px;
	border-top-style: none;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	line-height: 2em;
	padding-left: 15px;
	padding-right: 15px;
	clear: left;
}
#rightcontent {
	width: 190;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #533047;
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	padding-top: 15px;
	height: 250px;
	font-size: .8em;
	color: #FFF;
	text-align: center;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	background-color: #19224C;
	position: relative;
	height: 10px;
	width: 497px;
	bottom: 0px;
	left: 0px;
	text-align: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #FFF;
}
a:visited {
	color: #B5722B;
	text-decoration: underline;
}
a:hover {
	color: #B5722B;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
body,td,th {
	font-size: 0.9em;
}
a:link {
	text-decoration: underline;
}
p {
	line-height: 2.2
}
