﻿@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	margin-bottom:1px;
	overflow: -moz-scrollbars-vertical !important;
}

body {
font-size:12px; 
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFFF;
}

#container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#banner{
background-image:url(../images/banner.png);
background-repeat: no-repeat;
width:960px;
height:174px;
display: table-cell;
}


#nav {
width:100%;
margin-left:auto;
margin-right:auto;
margin-top: 150px;
padding-top:5px;
padding-bottom:5px;
text-align:center;
font-size: 14px;
}

#nav-title{
	color: #000099;
	font-size: 1.5em;
	text-align:left;
	text-indent: 1em;
}

#nav .nav{
vertical-align:bottom;
padding:3px;
cursor:hand;
color:#000099;
text-decoration:none;
}
#nav .nav:visited{
text-decoration:none;
}
#nav .nav:hover{
color:#000066;
text-decoration:underline;
}


#cont {border:1px #FF0;}

#spacer {
	background-color:#F2CD19;
	/*width: 750px;*/
	height:4px;
	/*margin-top: 5px;*/
}


#content {
	width: 960px;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
	min-height:150px;
}

#content h2 {
	text-transform: uppercase;
	text-align:center;
	font-size:16px;
	color:#000099;
	font-weight:bold;
}

#content .vital {
	color: red;
	text-transform: uppercase;
	font-weight:bold;
}

#content .emphasis {
	color: Black;
	font-weight: bold;
} 
.title{
	color: black;
	font-weight: bold;
	font-size: 14px;
	margin-top: 50px;
	margin-bottom:10px;
	text-decoration:underline;
}

#content a{
	color: #000099;
	text-decoration:none;
}
#content a:visitied{
	color: #000099;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}

#content{
	/*text-indent: 25px;*/
	font-size: 14px;
}

#content ul{
	list-style:none;
}

#content ul li{
	margin-top: 10px;
	margin-bottom: 10px;
}

#content ol li{
	margin-top: 10px;
	margin-bottom: 10px;
}


#boxed{
	border: double 4px;
	padding: 8px 2px 8px 2px;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
}
#firsttime{
	border-style:solid;
	border-bottom: thick solid #F2CD19;
	border-top: thick solid #F2CD19;
	background-color: #FDF7D9;
	border-left: none;
	border-right: none;
	padding: 8px 2px 8px 2px;
	width: 95%;
	margin-top: 20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
#buttons{
	font-size: 30px;
	color: #000099;
	margin-top: 30px;
	margin-bottom: 30px;
}
.buttlink{
	color: #666000;
	font-size:30px;
}