/* CSS Document */

body{
background-color: #DAD0C5;
margin-top: 6px;
}

#containera {
	background-color: #FFFFFF;
	width: 950px;
	margin: auto;
}

#containerb {
width: 770px;
}

p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
}

h1 {
font-size: 15px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
padding-left: 5px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 5px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #7DA6C0;
	padding-left: 5px;
	border-bottom-color: #DAD0C5;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-left-color: #DAD0C5;
	border-left-style: none;
	border-left-width: 1px;
}

a {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
	text-decoration: none;
	line-height: 16px;
}

a:hover {
text-decoration: underline;
}

#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #A6C8DA;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: "New York";
}

li { display: inline; }

li a
{
	text-decoration: none;
	background-color: #FAF2D5;
	color: #6C9BA9;
	padding: .2em .4em;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 11px;
}

li a:hover
{
background-color: #A6C8DA;
color: #fff;
}

.menuTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
}
.logo {
	font-family: "Hoefler Text";
	font-size: 30px;
	font-style: italic;
	color: #7189A6;
	padding-left: 10px;
	font-weight: bold;
}
.LemCellpad {
	padding-right: 20px;
}
.funkybutton { 
    background-color: #FFFFF8; 
	font-size: 90%;
    font-weight: normal; 
}
h4 {
	font-family: "New York";
	font-size: 18px;
	font-weight: bold;
	color: #65A1A1;
	padding-left: 5px;
}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 10px;
}
.linkBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
