body
{
	background: #ffffff url("../images/bgshade.gif") repeat-x;
	margin: 0;
	text-align: center;
}

#wrapper
{
	margin: 0 auto;
	width: 755px;
	background-color: #ffffff;
	text-align: left;
}

#header
{
	margin: 0px 10px 10px 10px;
	padding-top: 10px;
	height: 110px;
	clear: both;
	border-bottom: 1px solid #000000;
}

#menu
{
	float: right;
	position: relative;
	top: -35px;
	clear: both;
	left: -10px;
	margin-bottom: -25px;
}

#logo
{
	float: left;
}

#login
{
	display: none;
	float: right;
	font-family: arial, sans;
	font-size: 11px;
	text-align: right;
}

#login .title
{
	font-family: arial, sans;
	font-size: 11px;
	font-weight: bold;
}

#loggedin
{
	display: none;
	float: right;
	font-family: arial, sans;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

#leftpane
{
	float: left;
	width: 170px;
	padding-left: 10px;
	padding-right: 34px;
}

#leftpane h1
{
	width: 170px;
	font-family: arial, sans;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #827b00;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 0px;
}

#leftpane .leftpanebox
{
	padding: 10px 10px 10px 10px;
	width: 150px;
	background-color: #eeeeee;
	color: #000000;
	font-family: arial, sans;
	font-size: 12px;
	border-bottom: 2px solid #000000;
}

#leftpane .leftpanebox img
{
	border: 1px solid #000000;
}

#maincontent
{
	float: left;
	padding-bottom: 16px;
	border-bottom: 1px solid #000000;
	margin-bottom: 8px;
	width: 530px;
}

#footer
{
	text-align: center;
	color: #827b00;
	font-size: 11px;
	padding-right: 10px;
	width: 530px;
	float: right;
}

#footer a
{
	color: #827b00;
	font-family: arial, sans;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover
{
	color: #000000;
}

#footer .copyright
{
	font-family: arial, sans;
	color: #737373;
	font-size: 12px;
}

.welcimg
{
	border-top: 1px solid #cccccc;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #cccccc;
}

h1
{
	font-family: arial, sans;
	font-size: 18px;
}

h2
{
	font-family: arial, sans;
	font-size: 15px;
}

p
{
	font-family: arial, sans;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	width: 530px;
}

p.boldpara
{
	font-weight: bold;
}

a img
{
	border: 1px solid #000000;
}

ul
{
	font-family: arial, sans;
	font-size: 13px;
	line-height: 20px;
}

.formleft
{
	float: left;
	width: 150px;
	font-family: arial, sans;
	font-size: 13px;
	text-align: justify;
	padding-top: 4px;
	padding-bottom: 4px;
}

.formright
{
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	width: 370px;
	padding-left: 10px;
	font-family: arial, sans;
	font-size: 13px;
	text-align: justify;
}

.formrowwrap
{
	height: 32px;
}

.formrowwrapshade
{
	height: 32px;
	background-color: #eeeeee;
}

.outline
{
	float: left;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	width: 98%;
	margin-bottom: 8px;
	padding: 4px 4px 4px 4px;
}

.debug
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: courier new;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000077;
}

.pblock
{
	padding: 4px 4px 4px 4px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	width: 520px;
	margin-bottom: 4px;
}

/*
.pblock:hover
{
	background-color: #cccccc;
	border: 1px solid #aaaaaa;
	cursor: pointer;
}
*/

.ptext
{
	width: 320px;
}

.picdesc
{
	font-family: arial, sans;
	font-size: 12px;
	font-style: italic;
	width: 320px;
}

.sashtext
{
	margin-top: 0px;
	font-family: arial, sans;
	font-size: 14px;
	font-weight: bold;
	width: 320px;
	color: #000077;
}

.loginerror
{
	font-family: arial, sans;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.mandatory
{
	font-family: arial, sans;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}