@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width:auto;	
	}
#divPageTitle {
	font-size: 11px;
	font-weight: normal;
	color: #D6D4C8;
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -2px;
}

	
a:link{
 color: #1590c8;
 text-decoration:underline;
}

a:hover{
 color: #000066;
 text-decoration:underline;
}

a:visited{
 color: #1590c8;
 text-decoration:underline;
}
	
#divMAIN {
	position:absolute;
	left:50%;
	width: 900px;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -450px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535456;
	background-color:#ffffff;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1392cb;
	border-left-color: #1392cb;
}
#divCONTENTleft p {
	padding-top: 0px;
	margin-top: 0px;
	text-align: justify;
}

#divCONTENTright p {
	padding-top: 0px;
	margin-top: 0px;
	text-align: justify;
}


.header {
	font-weight: bold;
	padding-bottom: 2px;
	font-size: 12px;
	/*background-color: #D6D4C8;*/
	margin-bottom: 3px;
	padding-top: 2px;
	padding-left: 2px;
	text-transform: uppercase;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
.floatRIGHT {
	float: right;
	margin-top: 2px;
	margin-left: 8px;
}

.floatLEFT {
	float: left;
	margin-top: 2px;
	margin-right: 8px;
}

#divHEADER {
	height: 316px;
	width: 900px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D6D4C8;
}
#divLOGO {
	padding-top: 10px;
	padding-left: 20px;
	width: 230px;
}
#divICONS {
	position: absolute;
	height: 50px;
	width: 211px;
	top: 90px;
	right: 0px;
	background-image: url(images/tab-bg.jpg);
	background-repeat: no-repeat;
}
#divICONS img {
	height: 38px;
	margin-top: 8px;
	padding-left: 16px;
}


#divPHONE {
	position: absolute;
	top: 3px;
	right: 5px;
}


#divNAV {
	padding: 0px;
	height: 28px;
	width: 900px;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#divMAIN #divBODY {
	margin: 0px;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
	position: relative;
}
#divCONTENTleft {
	float: left;
	width: 585px;
	padding-left: 10px;
	padding-top: -1px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#divCONTENTleft ul li {
	padding-bottom: 8px;
}


#divCONTENTright {
	float: left;
	width: 270px;
	background-color: #f7f7f3;
	padding-right: 10px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#divFOOTER {
	background-color: #F7F7F3;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	/*border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #1392CB;*/
	font-size: 10px;
	margin-bottom: 0px;
}
.bold {
	font-weight: bold;
}
#divPageTitle2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #D6D4C8;
	text-decoration: underline;
	margin-top: 0px;
}
.email {
	font-weight: bold;
	text-align: left;
	background-color: #F7F7F3;
}
