body {
	margin : 0;
	padding : 0;
	line-height : 1.7em;
	color : #333;
	background-color: #6B7173;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#container {
	width : 750px;
	margin-left : auto;
	margin-right : auto;
	padding : 5px;
	color : #666;
	background-color: #FFFFFF;
}
			/*BANNER*/
#banner
{
    height: 100px;
    padding: 10px 3px 10px 10px;
    margin: 0;
    color: #FFFFFF;
    background-color: #FFFFFF;
}

#banner .left
{
    float:left;
    margin-left: 3%;
}

#banner .right
{
    float:right;
    margin-right:0%;
    margin-top:-10px;    
}

#banner h1 {
margin : 0;
padding : 40px 0 0 90px;
border : none;
font-size : 2em;
letter-spacing: 5px;
text-align : left;
}
			/*TOP NAVIGATION*/
			
#navlist_container
{
    background-image: url( '../img/li_blue.jpg' );
    padding: 0px 0px;
}
			
#navlist
{
    border: none;
    text-align: center;
    color: #666;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-transform: uppercase;
	background-image: url( '../img/li_blue.jpg' );
	margin: 3px 0 0;
	height: 20px;
}
#navlist li {
	list-style : none;
	display : inline;
}
#navlist li a
{
    text-decoration: none;
    margin: 0;
    border: none;
    color: #FFFFFF;
    font-weight: normal;
	padding:3px 20px;
    
}
#navlist li a:link {
	color : #FFFFFF;
}
#navlist li a:hover
{
    border: 0 solid #d2dcc9;
    color: #fff;
    background-image: url( '../img/li-over_blue.jpg' );
}


/*3 COLUMNS*/
.intro,.intro2,.intro3 {
	height : 310px;
	padding : 5px;
	color : #555;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.intro
{
    float: left;
    width: 240px;
    background-color: #dde0a8;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #9aa500;
    border-bottom-color: #9aa500;
}
.intro2 {
	float : right;
	width : 240px;
	background-color: #dde0a8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9aa500;
	border-bottom-color: #9aa500;
}
.intro3 {
	float : left;
	width : 240px;
	background-color: #dde0a8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9aa500;
	border-bottom-color: #9aa500;
}

.intro3 a img
{
    margin-left:16%;
}

#intro_lower_bar
{
    background-color: #95bad2;
    height: 12px;
    width:100%;
}

.separator {
float : left;
background : url(../img/sep.png) no-repeat;
height : 225px;
width : 1px;
}
			/*RIGHT CONTENT*/
#content {
	padding : 5px;
	margin-left : 255px;
	margin-bottom : 0;
	color : #666;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #95bad2;
	background-color: #FFFFFF;
}
#content2 {
	margin-left : 0px;
	margin-bottom : 0;
	color : #666;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #015289;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
			/*LEFT SIDEBAR*/
#sidebar
{
    float: left;
    width: 240px;
    margin: 0 10px 0 0;
    padding: 5px;
    color: #666;
    border-top-width: 1px;
    border-top-style: none;
    border-top-color: #95bad2;
    background-color: #FFFFFF;
}
#content p, #sidebar p {
padding : 5px 15px 5px 15px;
}
#content h1, #sidebar h1 {
margin : 0;
font : 1.5em "Trebuchet MS", verdana, tahoma, sans-serif;
padding : 0 0 0 20px;
color : #333;
background : transparent url(../img/stop.png) left center no-repeat;
}
#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6B7173;
}
#content2 p, #sidebar p {
padding : 5px 15px 5px 15px;
}
#content2 h1, #sidebar h1 {
margin : 0;
font : 1.5em "Trebuchet MS", verdana, tahoma, sans-serif;
padding : 0 0 0 20px;
color : #333;
background : transparent url(../img/stop.png) left center no-repeat;
}
#content2 h2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6B7173;
}

			/*FOOTER*/
#footer {
	clear : both;
	padding : 3px;
	margin : 0 0 0 0;
	font-size : 0.9em;
	color : #333;
	background-color: #CCCCCC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666666;
}
#footer .copyright {
	float: left;
	width: 750px;
}

#footer a:link, #footer a:visited {
	background : inherit;
	color : #000000;
	border-bottom : none;
}
#footer a:hover {
border-bottom : none;
background : inherit;
color : #333;
}
			/*TYPOGRAPHY*/
h2
{
    background-position: inherit;
    padding: 0;
    margin: 0 5px 0 5px;
    letter-spacing: 3px;
    font: 160% verdana, arial, "Trebuchet MS" , tahoma, sans-serif;
    color: #333;
    background: inherit;
}

h3
{
    background-position: inherit;
    padding: 10px 0 0 0;
    margin: 0 5px 15px 5px;
    font: 130% verdana, arial, "Trebuchet MS" , tahoma, sans-serif;
    color: #2C4E67;
    background: inherit;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #9aa500;
}
			/*LINKS*/
a {
text-decoration :underline;
color : #069;
background : inherit;
}
a:hover {
text-decoration : none;
color : #333;
background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/
.img {
float : left;
padding : 4px;
margin : 4px;
border : 1px solid #556b2f;
}
.imgleft {
float : left;
padding-left : 15px;
}
.message {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
}
