body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-image: url(images/grayBg.jpg);
	background-repeat: repeat;
	}
#content {
	width: 919px;
	text-align: left;
	padding: 0;
	background-image: url(images/bgInterior.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 0px 60px;
	height: 720px;
	position: relative;
}
#content #leftColumn {
	width: 228px;
	float: left;
	height: 670px;
	position: relative;
}
#content #rightColumn {
	float: left;
	width: 691px;
	height: 670px;
}

#content #leftColumn .leftPane {
    margin-top:45px;
}

#content #leftColumn #logo {
    height:94;
    text-align:center;
}

#content #leftColumn #logo img {
    border:none;
    margin-top:10px;
}

#content #leftColumn #promotionArea1 {
    margin-left:22px;
}
#content #leftColumn #promotionArea2 {
    margin-top:20px;
    margin-left:22px;
}
#content #leftColumn #promotionArea3 {
	padding-left: 22px;
	margin-top: 30px;
	padding-right: 22px;
	line-height: 14px;
	font-size: 95%;
}

#content #rightColumn .menuPane {
    height:60px;
    width:682px;
}

#content #rightColumn .topPane {
	width: 648px;
	height:247px;
	margin:15px;
}

#content #rightColumn .contentPane {
    position:relative;
    top:15px;
	padding-left:15px;
	line-height: 20px;
	width: 648px;
	overflow:auto;
	padding-right: 15px;
	z-index: 1;
	height:310px;
}

div.contactUs {
    width:600px;
    margin-left:auto;
    margin-right:auto;
    float:left;
}

div.contactUs .col {
    width:33%;
    float:left;
}

div.contactUs .col h2 {
    color:#2A6782;
    font-size:95%;
    font-weight:bold;
    margin-bottom:0px;
}

address {
    font-style:normal;    
    line-height:14px;
    font-size:95%;
}

div.contactUs .col a.Normal
{
    margin-top:4px;
    display:block;
    margin-top:5px;
}

div.contactUs .col a.Normal:hover
{
    text-decoration:underline;
}

