body {
	font-size:66.5%;
	background-color: #FFF;
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
* {

          padding: 0;

          margin: 0;

          border: 0;

}

#wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/wrap_bg.jpg);
	background-repeat: repeat-y;
}

#content {

}
/* header */
#header {
	height: 259px;
	width: 960px;
	background-image: url(../images/header_bg.jpg);
	text-align: right;
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	font-size: 1.2em;
}
#header p {
	padding-top: 30px;
	padding-right: 27px;
	color: #2D3C65;
}

 #topcontact {
	text-align: left;
	float: right;
	font-size: 1.2em;
	width: 960px;
	background-color: #B3BDD6;
	height: 29px;
	padding-top: 20px;
}
#topcontact ul {
	margin: 0px;
	padding: 0px;

}
#topcontact li {
	list-style-type: none;
	display: inline;
}
#toptel a:link, #toptel a:visited {
	background-image: url(../images/top_tel.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin: 0px;
	text-align: left;
	color: #FEFBF6;
	text-decoration: none;
	font-weight: normal;
	height: 18px;
}

#toptel a:hover, #toptel a:active {
	background-image: url(../images/top_tel.jpg);
	background-position: left;
	display: block;
	text-decoration: none;
	color: #322D29;
	background-repeat: no-repeat;
}

#topmouse a:link, #topmouse a:visited {
	background-image: url(../images/top_mouse.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
	display: block;
	text-align: left;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 35px;
	color: #FEFBF6;
	text-decoration: none;
	font-weight: normal;
	height: 18px;
}

#topmouse a:hover, #topmouse a:active {
	background-image: url(../images/top_mouse.jpg);
	background-position: left;
	display: block;
	text-decoration: none;
	color: #322D29;
	background-repeat: no-repeat;
}
/* main content */
#leftcontent{
	float: left;
	width: 479px;
	padding: 0px;
}
#rightcontent {
	float: right;
	width: 479px;
	padding: 0px;
}

#text h1 {
	font-size: 1.2em;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 0px;
	clear: both;
	color: #506697;
	font-weight: bold;
}
#text {
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#righttext{
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#text h2, #righttext h2{
	font-size: 1.1em;
	color: #506697;
	padding-top: 8px;
	padding-bottom: 0px;
}



#text h3, #righttext h3{
	font-size: 1em;
	color: #819C9F;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#text p, #righttext p{
	font-size: 1.0em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: justify;
}

#text ul, #righttext ul{
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#text li, #righttext li {
	list-style-position: outside;
	list-style-image: url(../images/bullet2.gif);
	padding-top: 2px;
	padding-bottom: 2px;
}
.righttext {
	float: right;
}

#text a:link,  #text a:visited {
	color: #C9903F;
	text-decoration: none;
}
#text a:hover, #text a:active {
	color: #322D29;
	text-decoration: underline;
}
#righttext a:link,  #righttext a:visited {
	color: #31446E;
	text-decoration: none;
}
#righttext a:hover, #righttext a:active {
	color: #31446E;
	text-decoration: underline;
}


#maincontent {
	clear: both;
	margin: 0px;
	padding: 0px;
}


#foot{
	clear: both;
	

}

#subfoot {
	text-align: center;
	clear: both;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 1.2em;
	padding-top: 30px;
	color: #999999;
}
#subfoot ul {
	margin: 0px;
	padding: 0px;
}

#subfoot li{
    display:inline;
	list-style: url(none) none;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

#subfoot p {
	padding: 5px;
}
#subfoot a:link,  #subfoot a:visited {
	color: #999999;
	text-decoration: none;
}
#subfoot a:hover, #subfoot a:active {
	color: #31446E;
	text-decoration: underline;
}

.clearall {
	clear: both;
}
.boldblue {
	font-weight: bold;
	color: #45527C;
}
