body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: small;
	height: 100%;
	background-color: white;
	color: black;
}

hr {
	border: 1px solid #343399;
}

p {
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	color: black;
	font-size: small;
	padding-left: 30px;
}

p#loginbar {
	display: block;
	float: right;
	color: white;
	margin-right: 25px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #c7c8dc;
	background-color: #343399;
}

p#loginbar a {
	color: white;
}

table {
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	color: black;
	font-size: small;
}

form {
	margin: 0px;
	border: 0px;
}

dd {
	font-weight: bold;
}

dl {
	padding-left: 30px;
}

h1 {
	clear: both;
	height: 24px;
	color: #343399;
	font-size: medium;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 19px;
	border-bottom: 1px solid #343399;
	background-image: url('headingbg.gif');
	background-repeat: no-repeat;
	white-space: nowrap;
}

h1.title {
	height: auto;
	font-size: large;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: 1px solid #dfdfef;
	border-top: 1px solid #dfdfef;
	background-image: url('starbg.gif');
	background-repeat: no-repeat;
	background-position: center left;
	white-space: nowrap;
}

h2 {
	clear: both;
	color: #343399;
	font-size: small;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px solid #343399;
}

h3 {
	clear: both;
	color: #343399;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	padding-left: 5px;
	border-bottom: 1px solid #343399;
}

img {
	border: 0;
}

ul {
	margin-left: 60px;
	padding-left: 0px;
	list-style: url("arrow_small.gif") outside;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.centered {
	text-align: center;
}

div.hidden {
	display: none;
}

div.formindent {
	margin-left: 17em;
	padding-left: 0.5em;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

label {
	width: 17em;
	float: left;
	text-align: right;
	padding-right: 0.5em;
	display: block;
}

input {
	width: 30em;
	margin: 0 0 4px 0;
	color: #343399;
	background: #E5E5F2;
	border: 1px solid #343399;
	display: block;
}

input.small {
	width: 8em;
}

input.button {
	width: auto;
	color: #343399;
	background: #E5E5F2;
	border: 1px solid #343399;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin: 5px;
}

input.button:hover {
	color: #E5E5F2;
	background-color: #343399;
}

input.hidden {
	display: none;
}

select {
	width: 30em;
	margin: 0 0 4px 0;
	color: #343399;
	background: #E5E5F2;
	border: 1px solid #343399;
	display: block;
}

textarea {
	width: 45em;
	height: 25em;
	margin-left: auto;
	margin-right: auto; 
	color: #343399;
	background: #E5E5F2;
	border: 1px solid #343399;
	display: block;
}

textarea.short {
	height: 15em;
}

textarea.small {
	width: 30em;
	height: 10em;
	margin: 0 0 4px 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #3938a8;
}

a:hover {
	text-decoration: underline;
	color: #65657b;
}

a:active {
	text-decoration: underline;
	color: #65657b;
}

a:visited {
	text-decoration: none;
	color: #3938a8;
}

a:visited:hover {
	text-decoration: underline;
	color: #65657b;
}

a:visited:active {
	text-decoration: underline;
	color: #65657b;
}

a.arrow {
	background-image: url("arrow_small.gif");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:20pt;
	min-height: 16px;
}

.menufooter {
	height: 1px;
	width: 150px;
	background-image: url('menudivider.gif');
	background-repeat: no-repeat;
}

.highlightbox {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	border: 1px solid #343399;
	padding: 10px;
}

.highlightbox p {
	padding-left: 0px;
}

#topbar {
	width: 100%;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #343399;
	background-image: url('topbarpcb.jpg');
	background-position: center right;
	background-repeat: no-repeat;
}

#main {
	position: absolute;
	top: 120px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	min-height: 636px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #343399;
	background-image: url('sidebarpcb.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#content {
	margin: 0px 0px 0px 150px;
	padding: 10px 10px 10px 20px;
	width: auto;
}

#content img {
	border: 1px solid #343399;
}

#sidebar a {
	display: block;
	width: 138px;
	padding: 2px 0px 2px 10px;
	border-left: 1px solid #343399;
	border-right: 1px solid #343399;
	border-bottom: none;
	color: white;
	font-weight: normal;
	background-image: url('menudivider.gif');
	background-repeat: no-repeat;
	background-position: top center;
	text-decoration: none;
}

#sidebar a:hover {
	color: #343399;
	background-color: white;
}

#footer {
	clear: both;
	width: 100%;
	margin: 40px 0px 0px 0px;
	padding-top: 5px;
	color: #343399;
	font-size: x-small;
	border-top: 1px solid #343399;
}

strong
{
 text-decoration:none;
 font-weight:normal;
}