
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
a {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
}
h1 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 2.6em;
	color: #999999;
	margin-left: 40px;
	margin-right: 40px;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 20px;
    text-align: left;
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #333333;
	margin-right: 30px;
	margin-left: 40px;
	margin-bottom: 15px;
    text-align: left;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
	color: #999999;
	display: block;
	margin-right: 40px;
	padding-right: 40px;
    text-align: left;
}
a:hover {
	background-color: #DCEDC2;
	color: #000000;
}

ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 40px;
}
li {
	margin-bottom: 4px;
	line-height: 18px;
	margin-left: 35px;
}
li ul li{
	margin-left: -20px;
}

tr p {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 20px;
	margin-right: 0px;
}

#sidebox {
	float: right;
	width: 220px;
	background-color: #F0EDE6;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sidebox h2 {
	color: #999999;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebox p {
	margin-left: 30px;
	margin-right: 20px;
	font-size: 1.1em;
}
#sidebox hr {
	margin-left: 30px;
	margin-right: 20px;
	color: #FFFFFF;
	font-size: 1px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 10px;
}
.compulsory {
	font-weight: bold;
	color: #7EAF35;
}
.list th {
    background-color: #8BAC43;
    color: white;
    border: 1px solid #688131;
    text-align: center;
}
.list td {
    border: 1px solid #eee;
}
input.text, input.search, textarea, input.button {
    border: 1px solid #ddd;
}

.headerbox {
    background-color: #8BAC43;
    color: white;
    border: 1px solid #688131;
    text-align: center;
    font-weight: bold;
}
.notificationbox {
    background: #ddd;
    border: 1px solid #888;
    margin: 10px;
}
.alertbox {
    background: #ebb;
    border: 1px solid #e44;
    margin: 10px;
}
.dimmed, .dimmed a {
    color: #aaa;
}