/* CSS Document */

body, h1, h2, h3, h4, h5, ul, li, ul li, div, img, form {
	margin: 0px;
	padding: 0px;
}

body	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
}

img	{
	border: 0;
}

.clear {
	clear: both;
}

/* ************************************** */
/* *******ACCESSIBILITY ACCESS KEYS****** */
/* ************************************** */

#accesskeys {position:relative;padding:0px;margin:0px;margin:0px;text-align:left;width:290px;width:626px;}
#skiplinks{display:block;position:absolute;top:15px;left:180px;text-align:left;width:300px;height:1.7em;clip:rect(0px, 220px, 1.7em, 0px);}
#skiplinks UL {padding:0;margin:0;list-style:none;}
#skiplinks LI {font-family: Arial, Helvetica, sans-serif; padding:0;margin:0;list-style:none;display:inline;}
#skiplinks A {color:#000000;position:absolute;top:0px;left:0px;overflow:hidden;width:0;height:0;z-index:1000;}
#skiplinks A:active, #skiplinks A:focus {position:absolute;overflow:visible;width:auto;height:auto;margin:auto;padding:3px;background-color:#E7FF44;text-decoration:none;}



/* ***************************** */
/* *******LAYOUT CLASSES******** */
/* ***************************** */

#outerWrapper {
	margin: 0 auto;
	width: 1000px;
	background: url(../images/furn/cont_bckd.jpg);
}

#innerWrapper {
	width: 940px;
	margin-left: 30px;
	margin-right: 30px;
}

#topbar {
	width: 940px; 
}

#maincontentWrapper {
	width: 940px;
	margin-top: 13px;
}


#navigation {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
}

#contentArea {
	float: left;
	width: 727px;
	margin-left: 13px;
	font-size: 80%;
	background-color: #fff;
}

#content {
	width: 697px;
	padding: 10px 15px 17px 15px;
	line-height: 1.3em;
	color:  #211F4B;
	text-align: justify;
}

#content ul {
	margin-left: 30px;
}

#content ul li {
	list-style-image: url("../images/furn/bullet.gif");
	line-height: inherit;
}

#footerWrapper {
	clear: both;
	width: 100%;
	background: #666 url(../images/furn/footer-bckd.gif) repeat-x;
}

#footerInner {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/furn/btm_bar.jpg) no-repeat;
}

.footer {padding: 50px 0 20px 15px; font-size: 0.7em; color: #fff;}
.footer a {color: #fff;}
.footer a:hover {color: #000;}


.peopleimg {
	float: left;
	width: 165px;
	height: 165px;
	display: inline;
}

#hmearea {width: 713px; padding-top: 15px;}
#hmearea-left {float: left; width: 460px; padding-right: 15px; border-right: 1px solid #ccc; }
#hmearea-right {float: right; width: 220px;padding-left: 15px;}

#table {border: 1px solid #ccc;}

/* ********************************* */
/* *******NAVIGATION CLASSES******** */
/* ********************************* */

#nav {
	float: left;
	width: 200px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	width: 174px;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 26px;
	border-bottom: 1px solid #ccc;
}

.navon {
	background: url("../images/furn/nav_on.gif");
	font-weight: bold;
}

.navoff  {
	background: url("../images/furn/nav_off.gif");
}

.navondrop {
	background: url("../images/furn/nav_drop.gif");
}

.navondropsub {
	background: url("../images/furn/nav_drop_sub.gif");
}

.navondropsubon {
	background: url("../images/furn/nav_drop_sub_on.gif");
}

.navondropsubsub {
	background-color: #fff;
	color: #C5A080;
}

.navondropsubsubon {
	background-color: #fff;
	color: #000033;
}

.navondropsubsubon a {}

/* *************************** */
/* *******TEXT CLASSES******** */
/* *************************** */

a {
	color: #990000;
}

a:hover {
	color: #000;
}

.nav a {
	font-weight: bold;
}

.navon a, .navondrop a {
	color: #211F4B;
	font-weight: bold;
}

.navoff a {
	color: #666;
}

.navondropsub a, .navondropsubon a {
	color: #211F4B;
}

.navondropsubsub a {color: #666;}

.navondropsubsubon a {
	color: #000033;
}

.orange {
	color: #666;
}

.kaki {
	color: #666;
}

.line {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 5px 0 10px 0;
}

.bold {
	font-weight: bold;
}

h1 {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: lighter;
}

h2 {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: lighter;
}

h3 {
	color: #333;
	font-size: large;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h4 {
	color: #333;
	font-size: medium;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}


.largeserif {
	color: #211F4B;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.intro {
	color: #211F4B;
}

.darkkaki {
	color: #666;
	text-align: left;
}

tr.prop {
	background-color: #fff;
}

.imgright {
	float: right;
	padding: 0 0 10px 20px;
}

.whitelink {color: #fff; font-weight: bold; text-decoration: none;}
.red {color: #990000; font-weight: bold;}