
body, div, p, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: black;
}

body {
	background: url(images/gradient_bg.jpg) top left repeat-x #ffffcc;
	margin: 12px;
}


h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #55543f;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #55543f;
	margin-top: 1.4em;
}

a {
	color: #55543f;
}

ul.tabs {
	display: block;
	margin: 0;
	padding: 0;
}

.tabs li.tab {
	display: block;
	float: left;
	list-style: none;
	width: 98px;
	height: 40px;
	margin: 2px;
	padding-top: 1ex;
	text-align: center;
	background: url(images/tab_pas.png) top left no-repeat;
	
}

.tabs li.selected {
	background-image: url(images/tab_act.png);
}

.tabs li.tab a {
	display: block;
	color: #ededb8;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 2px 0.5em;
}

.tabs li.tab a:hover {
	color: #fff;
}

.tabs li.selected a,
.tabs li.selected a:hover {
	color: #494835;
}


#outerpage {
	position: relative;
	width: 746px;
	margin: 0 auto;
}

#header {
	margin: 0 3px;
}

#tabnav {
	position: absolute;
	top: 100px;
	left: 10px;
}

#footer {
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	margin: 1em 160px 1em 0;
}

.contentbox {
	position: relative;
	float: left;
	width: 586px;
	margin-top: 5px;
	padding-top: 20px;
	background: url(images/content_top.gif) top left no-repeat;
}

.contentborder {
	position: relative;
	padding-bottom: 15px;
	background: url(images/content_bottom.gif) bottom left no-repeat;
}

.contentbody {
	position: relative;
	background: url(images/content_bg.gif) top left repeat-y #fdfdfc;
	padding: 0 20px 22px 2em;
	min-height: 20em;
}

.contentbody h1 {
	margin-top: 0;
}

.contentbody img {
	border: 5px solid #ededb8;
}

.contentbody img.figright {
	float: right;
	margin-left: 1em;
}

.contentbody img.noborder {
	border: 0;
}

.rightcol {
	display: block;
	color: #55543f;
	margin-top: 5px;
	margin-left: 600px;
}

.rightcol p {
	color: #55543f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

.clear {
	clear: both;
	height: 1px;
}

.address {
	line-height: 130%;
}

a.hiddenlink {
	text-decoration: none;
}

a.hiddenlink:hover {
	text-decoration: underline;
}

span.blind {
	display: none;
}

/* the overlayed element */
div.overlay {
	display: none;
	padding: 15px;
	background-image: url(images/blank.gif);
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	position: absolute;
	right: 0px;
	top: 3px;
	height: 28px;
	width: 28px;
	cursor: pointer;
	background-image: url(images/close.png);
}

/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
	width: 480px;
	height: 480px;
	padding: 8px;
	background: #EDEDB8;
}

