*
{
	padding: 0;
	margin: 0;
}

body
{
	background: white;
	color: #ddd;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}

input, textarea, td
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#mainbody
{
	min-width: 850px;
}

#logo
{
	height: 112px;
	background-color: #d9c497;
	border-bottom: 1px solid #744c00;
}

#logor
{
	padding: 24px 0 0 0;
	float: right;
}

#tagline
{
	height: 16px;
	background-color: #c2a265;
	border-top: 2px solid #deb360;
	border-bottom: 2px solid #744c00;
	width: 100%;
	font-size: 8pt;
	font-weight: bold;
	color: #251c0d;
	padding: 2px 0 0 0;
	text-align: center;
}

/* ********** Content area ********* */

#container
{
	color: inherit;
	width: 100%;
}

#content
{
	width: 100%;
	float: right;
	margin: 0 0 0 -200px;
	text-align: left;
	z-index: 10;
	background: url("/images/site/menubg.png") repeat-y white;
}

#content .wrapper
{
	color: #012;
	background: white;
	margin: 0 0 0 200px;
	padding: 10px 10px 20px 20px;
	min-height: 400px;
	text-align: justify;
	font-size: 8pt;
	z-index: 12;
/*	column-width: 50em;
	-moz-column-width: 50em;
	-webkit-column-width: 50em;
	column-gap: 2em;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-rule:  1px solid #ddd;
	-moz-column-rule: 1px solid #ddd;
	-webkit-column-rule: 1px solid #ddd;*/
}

#content .multicolumn
{
	column-width: 50em;
	-moz-column-width: 50em;
	-webkit-column-width: 50em;
	column-gap: 2em;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-rule:  1px solid #ddd;
	-moz-column-rule: 1px solid #ddd;
	-webkit-column-rule: 1px solid #ddd;
}

#content p
{
	font-size: 8pt;
	margin: 5px 0 11px 0;
	line-height: 1.6em;
}

#content p.footnote
{
	font-size: 10px;
	font-style: italic;
	margin-left: 40px;
}

#content li
{
	line-height: 1.5em;
}

#content ul
{
	margin-bottom: 10px;
}

#content h1
{
	color: black;
	font-size: 12pt;
	letter-spacing: 0.05em;
	margin: 0 0 4px -10px;
	padding: 6px 0 0 10px;
	background: url("/images/site/h1bg.png") repeat-x;
	height: 26px;
}

#content h1.centered
{
	color: #174e77;
	font-size: 14pt;
	margin: 2px 0 5px 0;
	text-align: center;
}

#content h2
{
	color: #556e0e;
	font-size: 10pt;
	font-weight: bold;
	margin: 12px 0 4px 0;
}

#content h3
{
	color: #5e7f1d;
	font-size: 9pt;
	font-weight: bold;
	margin: 1px 0 3px 0;
}

#content h3.apih3
{
	margin: 4px 0 6px 0;
}

#content a, #content a:visited
{
	color: #425806;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: #a17c0f;
	text-decoration: underline;
}

li
{
	margin: 4px 0 4px 30px;
}

.dslist li
{
	margin: 10px 0 10px 30px;
}

/* ********** Copyright area ********* */

#ocopyright
{
	clear: both;
	margin: 4px 0 0 0;
	height: 16px;
	background-color: #c2a265;
	border-top: 2px solid #deb360;
	border-bottom: 2px solid #744c00;
	width: 100%;
}

#copyrightcontent
{
	text-align: center;
	font-size: 7pt;
	color: #251a07;
	padding-top: 2px;
}

#copyrightcontent a, #copyrightcontent a:visited
{
	color: #4b360f;
	text-decoration: none;
}

#copyrightcontent a:hover
{
	color: #f00;
	text-decoration: none;
}

/* ********** Page Images ********* */

.imgl
{
	float: left;
	padding: 0 10px 10px 0;
	text-align: center;
}

.imgr
{
	float: right;
	padding: 0 0 10px 10px;
	text-align: center;
}

.img
{
	padding: 5px;
	text-align: center;
}

.imgb
{
	padding: 8px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 10px;
	text-align: center;
}

.imglb
{
	float: left;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 10px 10px 0;
}

.imgrb
{
	float: right;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 0 10px 10px;
}

/* ********** Media Images ********* */

.medialeft
{
	float: left;
	padding: 0 10px 10px 0;
	text-align: center;
}

.mediaright
{
	float: right;
	padding: 0 0 10px 10px;
	text-align: center;
}

.media
{
	padding: 5px;
	text-align: center;
}

/* ********** Misc ********* */

#errmsg
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

pre.poem
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-left: 30px;
	color: #513a07;
	line-height: 1.5em;
}


