body {
	background-color: #EEEEFF;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#pagetitle {
	text-align: right;
	color: #FF9900;
	margin-right: 8px;
	font-size: 110%;
}#navbar {
	font-size: 12px;
}#navbar li {
	padding-bottom: 7px;
}
#navbar ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#navbar a {
	text-decoration: none;
	color: #000066;
	background-image: url(images/linkback.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-bottom: 1px;
}

#navbar a:hover {
	text-decoration: underline;
	background-color: #EEEEFF;
}
.maintext {
	font-size: 90%;
	line-height: 150%;
}

.maintext td {
	line-height: 100%;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #333399;
	background-image: url(images/compus.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 4px;
	background-color: #DDDDFF;
}

h4.aboutboxheading {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FF0000;
	font-size: 15px;
}
.aboutbox {
	border: 1px solid #CCCCCC;
}

.aboutbox h4 {
	color: #660000;
}
.kanban {
	background-image: url(images/kanban.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	text-align: center;
}
.kanban h4 {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	background-color: #FEEEB7;
	border: 1px solid #A98D50;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.courcebox {
	margin-left: 30px;
}
.courcebox h5 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	border: 1px solid #FFCC99;
	padding: 3px;
	color: #FF6600;
	background-color: #FFFFCC;
}

