﻿body 
{
	background: Pink;
	margin:0px;
	font-family: Arial;
}

ul  
{
    list-style:none;
}

li 
{
    color: #111;
	font-size: 14px;
	line-height:31px;
}

p 
{
	color: #111;
	font-size: 14px;
	line-height:31px;
}

a, a:visited 
{
    color:#37a5eb;
    font-weight:bold;
    text-decoration:none;
}

.center {text-align:center;}
img.center {display:block;margin:0 auto;}

.blue {color:#37a5eb;}
.red {color:#fc3102;}

.bold {font-weight:bold;}

#background_left
{
	float:left;
	width:49px;
}

#background_right
{
	float:left;
	width:49px;
}

#container 
{
	margin: 10px auto;
	width:840px;
}

#outer_container 
{
	margin: auto;
	width:938px;
}

#header 
{
    border: 5px solid #eee;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#header-image
{
	background-image: url(../images/header.jpg);
	height: 144px;
}

.home 
{
	display:block;
	height: 156px;
}

#menu
{
	background: #fff;
	height:40px;
}



#frontText 
{
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}

#main-nav { height: 27px}
#main-nav dl { margin: 0; padding: 0; }
#main-nav { padding-top:7px; } 

#main-nav dt { float: left; }
#main-nav dt a, #main-nav dt a:visited {
	display: block;
	padding: 0 0 0 0;
	margin:0 20px;
	overflow: hidden;
	font-family:Georgia;
	font-size: 22px;
	font-weight:normal;
	text-decoration:none;
}

#main-nav dt a:hover 
{
    text-decoration:underline;
}

.feature 
{
    background:#fff;
    padding:10px;
    margin: 0 auto;
    width:615px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#footer
{
	display:block;
	height: 45px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	line-height: 18px;
}

#footer p 
{
	font-size:12px;
	color: #6b6b6b;
	line-height: 18px;
}

#footer a
{
	color: #6b6b6b;
	text-decoration:none;
}

.padding 
{
	padding-left:20px;
	padding-right:20px;
}

.forms 
{
	font-size:12px;
	color: #6b6b6b;
	line-height: 18px;
}

.contact 
{
	font-size:12px;
	color: #6b6b6b;
	line-height: 18px;
}
