/* CSS Document */

/*********************/
/* LAYOUT DIVS */
/*********************/


body {
	min-width: 900px;
	background: #CFE5FF url(../Images/bg/background.jpg) no-repeat fixed center top;
}
#header {
	background: #CFE5FF url(../Images/bg/banner_bg.jpg) no-repeat left top;
	height: 125px;
}
#leftcolumn {
	margin-bottom: 20px;
}
/*********************/
/* SPECIFIC TAGS */
/*********************/


.adv {
	margin-bottom: 20px;
}
p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	padding-top: 20px;
	padding-bottom: 15px;
	margin: 0;
	font-size: 1.7em;
	color: #999999;
}
h2 {
	color: #003366;
	margin-bottom: 0px;
	margin-top: 15px;
	font-size: 1.2em;
}
p {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: .8em;
	line-height: 1.4em;
	color: #333333;
}
.border {
	border: 1px solid #036;
}
.floatR {
	float: right;
	margin-left: 15px;
	border: 1px solid #036;
}
.floatL {
	float: left;
	margin-right: 15px;
	border: 1px solid #036;
}
.overflow {
	overflow: hidden;
	margin-top: 0;
	zoom: 1;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
/*********************/
/* STAFF */
/*********************/


.staff {
	margin-bottom: 25px;
}
.staff img {
	float: left;
	margin-right: 20px;
	border: 1px solid #003366;
	z-index: 500;
}
.name h3 {
	border-bottom: 1px solid #003366;
	overflow: hidden;
	font-size: 1.1em;
	color: #003366;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0;
}
.description {
	font-size: .8em;
	font-weight: normal;
}
* html .name h3 {
	zoom: 1;
}
/*********************/
/* LINKS */
/*********************/
a {
	outline: none;
}
a:link {
	color: #600;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	outline: 0;
}
a:visited {
	color: #336699;
}
#main a:active {
	position: relative;
	top: 1px;
}
.onlink {
	color: #F90;
	font-weight: bold;
}
a[text ='pdf'] {
	padding-left: 20px;
	background: transparent url(../Images/PDFlogo.gif) no-repeat center left;
}
/*********************/
/* LISTS */
/*********************/

ul, ol {
	line-height: 1.5em;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}
ul li, ol li {
	font-size: .9em;
}
/*********************/
/* EMAIL */
/*********************/

p span.displaynone {
	display:none;
}
