body {
	background:#d5e0eb url(../images/design/back.png) repeat-x;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:9pt;
	color:#000;
}

* {
	margin:0;
	padding:0;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix {
	height:0px;
}

.clearfix {
	display:block;
}

#main {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;
	background:#fff url(../images/design/mainBack.png) repeat-x 0 50px ;
}

#header {
	background:url(../images/design/top.png) no-repeat top left;
	height:110px;
}

#contact {
	float:right;
	margin:35px 40px;
	text-align:center;
	width:200px;
}

#header h1 {
	text-align:center;
	height:70px;
	vertical-align:middle;
	padding-top:40px;
	margin-left:20px;
	display:block;
	float:left;
	width:325px;
	float:left;
	height:67px;
	background:url(../images/content/logo.png) no-repeat 20px 35px;
	text-indent:-9999px;*/
}

* html #header h1 {
	background:url(../images/content/logo.gif) no-repeat 0 35px;
}

#header a h1 {
	color:#000; 
	text-decoration:none;
}

#contact h2 {
	font-size:14pt;
	color:#000;
}


#contact h3 {
	font-size:12pt;
	color:#004b6d;
}

#content {
	background: url(../images/design/navigationBottom.png) repeat-x;
	height:100%;
}

#right {
	width:640px;
	float:left;
	height:100%;
	margin-bottom:40px;
}

#right h1, #right h2, #right h3, #right p, #right ul, #right ol, #right span, table {
	margin-left:40px;
}

#right table {
	margin-top:20px;
	margin-bottom:20px;
}

#right h1 {
	font-size:14pt;
	margin-top:40px;
}

#right h3 {
	margin-top:10px;
	margin-bottom:2px;
}

#right p {
	line-height:13pt;
}

#right p, #right ul {
	margin-bottom:15px; 
}


#right h1, #right h2, #right h3 {
	margin-bottom:5px;
}

#right ul li {
	margin:0 0 3px 20px;
}

#right ul.noBullets {
	list-style-type:none;
}

#right ul.noBullets li {
	margin-left:0;
}

.quote {
	float:right;
	width:180px;
	margin:40px 0 20px 20px;
	/*background:url(../images/design/lquo.png) no-repeat;*/
}

#right .quote p {
	margin-left:20px;
	margin-top:0;
	margin-left:20px;
	font-family:Georgia, san serif;
	font-style:italic;
	font-size:14pt;
	line-height:21pt;
	color:#004b6d;
	/*background:url(../images/design/rquo.png) no-repeat bottom right;*/
}


#left {
	width:229px;
	float:left;
	border-right:1px solid #000;
	height:100%;
	text-align:center;
	padding:10px 0 30px 0;
}

#left li {
	list-style-type:none;
	margin-bottom:10px;
}

#left img {
	display:block;
	margin-top:20px;
	margin-bottom:4px;
	margin-left:auto;
	margin-right:auto;
}

/*** Footer ***/

#footer {
	background:#e6e4e4 url(../images/design/bottom.png) no-repeat left bottom;
	text-align:center;
	padding:10px;
}

#footer h3 {
	font-size:10pt;
}

#footer ul {
	list-style-type:none;
}

#footer ul li {
	margin-bottom:4px;
}

#right a, #footer a {
	color:#004b6d;
}

#right a:hover, #footer a:hover {
	text-decoration:none;
}


	