﻿BODY {
	font-family: arial, verdana, helvetica, san-serif;
	background-image: url(images/bgtile.png);
	background-repeat: repeat-x;
	color: black;
	font-size: 9pt;
	margin-top:20px;
	background-color: #ffffff;
}
#title H1{
	color: #fff;
	font-size:18pt;
	margin-left:4%;
	margin-top: 0%;
}

H1{
	color: #0D1574;
	font-size:18pt;
	font-weight: 700;
	margin-left: 4%;
	margin-top: 4%;
}


H2{
color: #10167f;
font-size:10pt;
font-weight: 700;
text-transform: uppercase;
margin-left: 4%;
margin-top: 8%;
}

H3{
color: #10167f;
font-size:9pt;
font-weight: 700;
margin-left: 4%;
margin-top: 4%;
}

H4{
color: #ff9600;
font-size:10pt;
font-weight: 700;
text-transform: uppercase;
margin-left: 4%;
margin-top: 5%;
}


H5{
color: #10167f;
font-size:18pt;
font-weight: 700;
margin-left: 4%;
margin-top: 2%;
}


P{
font-size: 9pt;
margin-left: 4%;
margin-top: 0%;
}


P.sidemenu{
	color: #10167f;
	font-size: 8pt;
	font-weight: 700;
	line-height: 180%;
	margin-left: 2%;
	padding-left: 10px;
}

SPAN.more{
font-weight: 700;
}

SPAN.space{
margin-left: 2%;
}

SPAN.spacemore{
margin-left: 15%;
}

#outer {
	width: 100%;
	height: 395px;
	position: fixed;
	bottom: 0px;
	z-index: -100;
	background-image:url(images/lumanbg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#wrapper {
	width:820px;
	margin:0 auto;
}
#logo {
	float:left;
	width:500px;
	text-align:left;
	height: 60px;
	margin-bottom:25px;
}
#newsletter {
	float: right;
	width:300px;
	text-align:right;
	height: 60px;
}
#menu {
	height:22px;
	border:solid 1px #ff9600;
	padding:8px 5px 3px 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
     border-radius: 15px;	
	margin-bottom:15px;
}
#menu li {
	list-style:none;
	display:inline; margin:0 10px 0 10px; padding: 0;
}
#menu ul {
	margin: 0px;
}#menu ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;	
}
#menu ul li a:hover {
	color:#ff9600;
	text-decoration:underline;
}
#container {
	overflow:hidden;
}
#leftcolumn {
	width:174px;
	float:left;
	background-color:#FFF;
	padding-top:3%;
	border-right:solid 1px #FC6;
	padding-bottom: 6000px;
	margin-bottom: -6000px;
}
#content {
float:left;
width: 460px;
background-color:#fff;
padding-bottom: 6000px;
margin-bottom: -6000px;
padding-right:10px;

}
#rightcolumn {
	width:175px;
	float:right;
	background-color:#FC6;
	padding-top: 3%;
	padding-bottom: 6000px;
	margin-bottom: -6000px;

}
#social {
	text-align:center;
	width:175px;
}
#address {
	border-top:solid 1px #FC6;
	border-bottom:solid 1px #FC6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}#buttons {
	float: left;
	width: 820px;
	background-color:#fff;
	padding:5px 5px 0px 5px;
}

