@charset "UTF-8";

/* CSS Document */

body {
	background-image: url(background.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9E9CF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E9FB0;
}

a:link {
	color: #71A2B3;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #548C9E;
	text-decoration: none;
}
a:active {
	color: #7D877B;
	text-decoration: none;
}

/* header-------------------------------------------------- */

#header{
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Layout5_03.gif);
	background-repeat: no-repeat;
	height: 124px;
	}
	
#flash_content{
	height: 296px;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	}
	
#navigation_buttons{
	width: 792px;
	margin-right: auto;
	margin-left: auto;

}

#slatenav{position:relative;display:block;height:42px;font-size:11px;font-weight:bold;background:transparent url(images/greenslate_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
#slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
#slatenav ul li a{display:block;float:left;color:#EEFFDF;text-decoration:none;padding:14px 22px 0 22px;height:28px;}
#slatenav ul li a:hover, .list_style #slatenav ul li a.welcome_paragraph{color:#fff;background:transparent url(images/greenslate_backgroundOVER.gif) no-repeat top center;}



/* body-------------------------------------------------------- */

#content{
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	clear: both;
	background-color: #FFFFFF;
	}
	
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	
	
#middle_column{
	width: 570px;
	float: left;
	background-color: #FFFFFF;
}

#column_b{
	width: 198px;
	float: right;
	background-color: #FFFFFF;
	}
	
	
#smile_gallery{
	margin-top: 19px;
	margin-right: 19px;
	}

#welcome{

}
.pageTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #548C9E;
	font-weight: bold;
}


/* footer--------------------------------------------------------- */

#footer{
	height: 56px;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Layout5_32.gif);
	background-repeat: no-repeat;
