body {
	margin-top: 0px;
	background: #E1F5FF repeat-x center top;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 25px;
	line-height: 150%;
	color: #333333;
	padding-right: 10px;
}
.content h1{
	text-align: left;
	color: #08B4CA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 150%;
}

#main {
	text-align: center;
	display: block;
	width: 870px;
	background: #FFFFFF;
	text-align: center;
}
#pages {
	background: #f1ecd1;
	color: #2EB3FE;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7.8pt;
	font-weight: bold;
	margin: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
	height: 20px;
	}

	#pages li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #CCCCCC;

		}

		

	#pages ul, ol {

		margin: 0;

		padding: 0;

		}

		

	#pages a {
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	border-bottom-style: none;
		}

		

	#pages a:hover {

		color: #C0C0C0;

		font-weight: bold;

		text-decoration: none;

		}
		
/*.alignleft {

	text-align: left;

	}*/

a:link {
	color: #08B4CA;
	text-decoration: none;
}
a:visited {
	color: #08B4CA;
	text-decoration: none;
}

a:hover { color: #3399FF; }
.justpurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
}	
a.justpurple:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 10px;
}
a.justpurple:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 5px;
}
a.justpurple:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F99F15;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 5px;
}
a.justpurple:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666666; text-decoration:none;padding-left: 0px;}
#bnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	letter-spacing: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
 #bnav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	letter-spacing: normal;
	border-bottom-style: none;
}
#bnav a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F99F15;
	letter-spacing: normal;
	border-bottom-style: none;
}
.contentRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	line-height: 150%;
	color: #333333;
	padding-right: 10px;
}
.contentSm {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #333333;
}
.contentCenter {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 25px;
	line-height: 150%;
	color: #333333;
}
#headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #0056A3;
}
#Table_01 .content #chair {
	float: right;
	padding-right: 10px;
}
a.imageLink:link {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.imageLink:visited {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.imageLink:hover {
	color: #009999;
}
a.imageLink:active {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img a:link{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-weight:bold;
	height:40px;
	line-height:39px;
	margin-bottom:14px;
	text-decoration:none;
	width:400px;
	font-size: 15px;
	background-color: #FAFAF2;
	border: 1px solid #CCCCCC;
}
a:hover.button{
}
a.blogbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-weight:bold;
	height:20px;
	line-height:19px;
	margin-bottom:14px;
	text-decoration:none;
	width:150px;
	font-size: 10px;
	background-color: #FAFAF2;
	border: 1px solid #CCCCCC;
}
a:hover.blogbutton{
}


/* -------------------- */
/* CLASSES */
/* -------------------- */
.book{
	text-indent:30px;
	display:block;
	background-image: url(images09/home.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
.blog{
	text-indent:20px;
	display:block;
	background: url(images09/blog.png) no-repeat 5px 5px;
}
