/*------------------------------------------
 *	Office Source Styles
 *------------------------------------------
 */

body {
	background: url(../images/background.gif) repeat;
	margin: 12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a7a4b;
}

a, a:hover, a:visited {
	color: #9a7a4b;
	text-decoration: underline;
	}

h1 {
	color: #80501d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.bold {
	font-weight: bold;
}

div.hline {
	background: url(../images/dot.gif) repeat-x 0 -1px;
	height: 1px;
}

div.menu {
	position: absolute;
	left: 371px;
	top: 18px;
	height: 112px;
	width: 595px;
	text-align:center;
	z-index: 20;
}

table.mainmenu {
	padding: 30px 10px 15px;
	}

table.mainmenu td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	}

table.mainmenu td a, table.mainmenu td a:visited {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	}

table.mainmenu td a:hover, table.mainmenu td a#selected {
	color: #8a8a8a;
	}

table.submenu {
	padding: 0px 10px;
	margin-left: 27px;
	}

table.submenu td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C7AF8d;
	border-right: 1px solid #baa17c;
	padding: 0px 10px;
	}
	
table.submenu td a, table.submenu td a:visited {
	color: #C7AF8d;
	text-decoration:none;
	}

table.submenu td a:hover, table.submenu td a#selected {
	color: #8a8a8a;
	}

table.main {
	border: 4px solid #9a7a4b;
	border-top-width: 6px;
}

div.logo {
	position: absolute;
	left: 32px;
	top: 26px;
	z-index: 10;
}

div.image {
	position: absolute;
	left: 16px;
	top: 18px;
	z-index: 10;
}

div.mainflash {
	border: 2px solid #9a7a4b; 
	width:550px; 
	height:220px;
}

td.bodytext {
	background-color: #fbfbfb;
	padding: 12px 55px;
}

td.footer {
	height: 16px;
	font-size: 10px;
	background-color: #9a7a4b;
	color: #ffffff;
	text-align: right;
}

p.quote {
	margin: 10px 30px;
	font-style: italic;	
}

input.form, textarea {
	border: 1px solid #474747;
}

input#formbutton {
	font-size: 12px;
	border: 1px solid #474747;
	width: 100px;
	height: 18px;
}

form td {
	padding: 1px 0px;
}

#lightbars {
	background: url(../images/lightbars.gif) repeat;
}

#noborder { border: 0; }
#nopadding { padding: 0; }
#margintop { margin-top: 5px; }