
body
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	/*font-family: georgia, times, "times new roman", serif;*/
	font-size: small;
	color: #2F2F2F;
	background-color: #FFF;
	background-image: url(/graphics/bground.gif);
	text-align: center;
}

address {
	margin-left: 30px;
}

#container
{
	/*margin: 1em 5%;*/
	margin: 1em auto;
	width: 650px;
	background-color: #FFF;
	background-image:  url(/graphics/line.gif);
	background-repeat: repeat-y;
	border: 1px solid #333;
	text-align: left;
}

#banner
{
	background-color: #399;
	border-bottom: 1px dashed #333;
	background-image: url(/graphics/fade_dark.gif);
	background-position: left top;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

#banner h1
{
	margin: 0;
	padding: .5em;
	color: White;
	float: left;
}

#banner p {
	color: #CFE2E3;
	text-align: right;
	font-size: 1.3em;
	font-style: italic;
	margin: 4px 4px 0 0;
}

#banner p span {
	color: White;
	font-style: normal;
	display: block;
}

#nav
{
	float: left;
	width: 180px;
	margin-left: 0;
	padding-top: 1em;
	clear: left;
	text-align: center;
	height: 100%;
}

#nav ul { 
	margin-top: 0;
	display: inline;
	list-style-type: none;
}

#nav li {
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	display: block;
	width : 157px;
	color : #333;
	text-decoration : none;
	padding : 3px 11px 3px 11px;
	border-bottom: 1px solid #333;
	background-color: #FFF;
	text-align: left;
	}
#nav a.first {
	border-top: 1px solid #333;
}
#nav a:hover{
	background-color : #BBD7D7;
	color: #216061;
	background-image: url(/graphics/fade_light.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}



#content
{
	padding-left: 200px;
	margin: 0 2em 0 0;
	text-align: justify;
}

#content h2 {
	font-size: medium;
}

#content h3 {
	font-size: small;
	font-weight: bold;
}

#footer
{
	clear: both;
	background-color: #BBD7D7;
	padding: 1em;
	text-align: right;
	font-size: x-small;
	border-top: 1px dashed #333;
	background-image: url(/graphics/fade_light.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}




#footer a {
	color: #333;
}

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





.tag {
	color: #399;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	text-align: center;
}

label,input,textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

form br {
	clear: left;
}

.hiddenform {
	display: none;
}


.defn {
	border-bottom: dotted 1px #399;
}

dl.faq dt {
	font-weight: normal;
	margin: 1em 0;
}

dl.faq dd {
	margin-left: 20px;
}


.rightimg {
	float: right;
	padding: 2px;
	border: 1px solid #399;
	margin-left: 8px;
	margin-bottom: 3px;
}
.leftimg {
	float: left;
	padding: 2px;
	border: 1px solid #399;
	margin-right: 8px;
	margin-bottom: 3px;
}
li {
	text-align: left;
}
fieldset {
	border: 1px solid #399;
}
.boxout {
	float: right; 
	width: 150px; 
	border-left: 1px dashed #399; 
	margin-left: 12px; 
	padding-left: 4px;
	font-size: 0.75em;
	margin-bottom: 20px;
}
.boxout h4 {
	margin-top: 0;
}


