body {
	background: #C3D9F1 url(images/interior/page-bg.jpg) repeat-x;
	font-size: 12px;
	Font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	margin-bottom: 4px;
}
img {
	border: 0;
}

hr {
	border: 0;
	height: 1px;
	background-color: #D2DCE6;
	color: #D2DCE6;
	width: 80%;
}

a:link {color:#185993; text-decoration:underline;} 
a:visited {color:#3F1272; text-decoration:underline;} 
a:hover {color:#185993; text-decoration:underline;} 
a:active {color:#185993; text-decoration:none;}



#wrapper {
	margin: 0 auto 0 auto;
	width: 759px;
}
#header {
	position: relative;
	height: 93px;
	margin-bottom: 32px;
}
#logo {
	position: absolute;
	bottom: 1px;
}
/* IE6 only */
*  html #logo {  
    bottom: 0;
}
#topwrapper {
	display: table;
}

#pagename {
	/*float: left;*/
	width: 228px;
	height: 148px;
	color: #FFFFFF;
	background: url(images/interior/title-bg.png);
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#pagename h1 {
	font: normal 26px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#pagepicture {
	background: url(images/interior/page_headers/about-us.jpg) no-repeat;
	width: 528px;
	height: 148px;
	float: left;
	margin-left: 2px;
}

#bottomwrapper {
	margin-top: 2px;
	background: url(images/interior/bottomwrapper-bg.jpg) repeat-y;
}
#bottomwrapper-nosidebar {
	margin-top: 2px;
	background: #fff;
}
#sidebar {
	width: 227px;
	float: left;
}

#sidebar h2 {
	width: 204px;
	height: 102px;
	background: url(images/interior/sidebar-bg.png);
	margin: 0 0 8px 12px;
	padding: 0;
}

#sidebar h2 a {
	display: block;
	width: 204px;
	height: 102px;
}

#sidebar h2 a img {
	margin-top: 6px;
	margin-left: 26px;
}

#sidebar h3 {
	margin-left: 10px;
}

#content {
	float: left;
	width: 510px;
	margin-left: 10px;
}
#content-nosidebar {
	float: left;
	width: 510px;
	margin-left: 70px;
}

#content ul, #sidebar ul {
	margin-left: 10px;
	padding: 0;
}

#content li, #sidebar li {
	background: url(images/generic/arrow.jpg) no-repeat left top;
	background-position:0px 6px; 
	list-style: none;
	padding-left: 18px;
	margin-top: 4px;
}

#bottomwrapperfooter {
	clear: both;
}

#footer {
        text-align: center;
        color: #999999;
        font-size: 80%;
}

#footer a {
	color: #999999;
}

/* Contact page */
dl.section dt { margin: 0 5em 0 2.7em; padding: .25em 0 0 .5em;
width: 11em; float: left; clear: left; font-weight: bold; }
* html dl.section dt { margin: 0 5em 0 1.5em; clear: left; }
dl.section dd { margin: .25em 0; padding: 0; width: 37%; float:
left; display: block; }
* html dl.section dd { margin: 0 1em .25em 19.2em; padding: .25em
0 0 .5em; width: auto; float: none; }
dl.section dd+dd { margin: .25em 0 .25em 19.2em; }
dl.section dd.numericRef { margin: 0 0 0 -3.5em; padding: 0 .25em
0 .25em; height: 1.2em; width: 2em; font-size: 120%; float: left;
text-align: center; vertical-align: middle; }
dl.section dd.numericRef+dd { margin: 0; }

