body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#f0f2f1;
}

.shell{
	width:982px;
	margin-left:auto;
	margin-right:auto;
}

.headerPhone{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	height:40px;
	color:#484658;
}

.phoneLite{
	font-weight:normal;
	font-style:italic;
	font-size:14px;
}

.menuShell{
	background-image:url(../images/navbackground.jpg);
	height:39px;
	padding-left:5px;
}

.contentShell{
	background-image:url(../images/middlecontent.jpg);
}

.logoShell{
	height:149px;
	text-align:right;
	padding-right:7px;
}

.content{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	color:#484658;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

.copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.copyHeader{
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	color:#1f0224;
	padding-bottom:15px;
	padding-top:4px;
}

.copyRed{
	padding-top:10px;
	padding-bottom:10px;
	color:#a32632;
	text-transform:uppercase;
	font-weight:bolder;
}

.contentBottom{
	height:9px;
	background-image:url(../images/bottomcontent.jpg);
}


/*MENU STYLES*/
.menu{
	width:982px;
	height:39px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	padding-top:10px;
	text-align:left;
	font-variant:small-caps;
}

.menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:39px;
}

.menu li{
display:inline;
padding:5px;
margin:0px;
height:39px;
}

.menu a{
width:100px;
text-decoration:none;
color:#FFF;
padding-left:10px;
padding-right:10px;
height:39px;
}

.menu a:hover{
color:#FFF;
}


.footerShell{
	width:982px;
}

.footerRightSide{
	text-align:right;
	padding-top:10px;
}

.footerCopyright{
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:normal;
	color:#484658;
	padding-top:10px;
}

.footerLegal{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	line-height:normal;
	color:#484658;
}

.footermenu{
	width:600px;
	height:39px;
    font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#484658;
	padding-top:10px;
	text-align:left;
	font-variant:small-caps;
}

.footermenu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:39px;
}

.footermenu li{
display:inline;
padding:5px;
margin:0px;
height:39px;
}

.footermenu a{
width:100px;
text-decoration:none;
color:#484658;
padding-left:0px;
padding-right:0px;
height:39px;
}

.footermenu a:hover{
color:#484658;
}

.footerLeftSide{
	text-align:left;
}

.spacer{
	height:10px;
}

.underlinemenu{
font-weight: bold;
width: 100%;
font-variant:small-caps;
}

.underlinemenu ul{
padding: 11px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #fff;
padding: 11px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 4px solid #1b0c33; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #dcb173;
}

.messagebox{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}