/* White stylesheet */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;
	background-color: #e3e3e3;
	font-size: 12px;
	line-height: 18px;
}

/* Text styles */

table { border-collapse: collapse; margin: 10px 0 }

td { border: 1px solid #DDD; vertical-align: top; min-width: 5px; min-height: 20px;padding-right: 6px; }

th { min-width: 5px; min-height: 20px; }

pre {
	font-family: Monaco, Consolas, "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px;
}

img {border: 0;}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub { top: 0.4em; }

a:link, a:visited {text-decoration: none; color: #800080}

a:hover {text-decoration: underline; color: #000000}

/* Styles */

.floatleft { float:left; margin: 0 16px 16px 0;}

.floatright { float:right; margin: 0 0 16px 16px;}

.row { clear: right;}

.center { text-align: center;}

/* Textarea */

.wysiwyg { margin-left: -9px; }

.wysiwyg textarea {width: 622px; }


/* Page layout */

#container {
	color: #272727; 
/*	max-width: 92em;
	min-width: 663px; */
	width: 996px;
	background: #fff url('content-background.gif') right repeat-y;
	padding: 0 40px 18px 0;
}

#header {
	position: relative;
	clear: both;
}

#header h1 {
	position: absolute;
	padding: 28px 0 28px 0;
	top: 0; left: 212px;
}

#header a:hover {text-decoration: none}

.description {
	position: absolute;
	top: 60px; left: 212px;
}

.logo {padding-left: 56px; margin-top: 4px; margin-bottom: 4px;}

.headernav {position: absolute; right: 0; top: 12px; }

.searchinput {
	font-size: 11px;
	border: 1px solid #aaa;
	width: 136px;	
	height: 1.4em;
	margin: 0;
	padding: 0;
}

#search {
	background-color: #c5d2eb;
	border: 1px solid #aaa;
	margin: 0;
	vertical-align: center;
	font-size: 11px;
}

#navigation {
	display: inline; /* IE6 workaround */
	float: left;
	margin: 0 0 0 22px;
	width: 168px;
	overflow: hidden; /* IE6 workaround */
	padding: 0 0 18px 0;
	background: #c5d2eb url('left-nav-bottom.gif') bottom left no-repeat;
}

#content {
	margin-left: 212px;
	width: 600px;
}

#colophon {
	float: right;
	width: 144px;
}

#colophon h4 { 	margin-top: 0; }

#footer {
	clear: both;
	padding: 20px;
	text-align: center
}

/* Navigation styles */

#navigation .menu {
	margin-top: 14px;
	background: #fff url('left-nav-background.gif') repeat-y;
}

#navigation a {
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: transparent url('left-nav-divider.gif') repeat-x;
	padding: 6px 0 0 17px;
	margin: 12px 0 0 0;
}

#navigation ul {list-style: none;margin: 0;padding: 0;}

#navigation li a {
	display: inline; /* IE bug */
	font-weight: normal;
	background:none;
	margin: 0;
	padding: 0 0 0 17px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {color: #666;}
#navigation a:hover {text-decoration: underline;color: #222;}
