a img {
	border: none;
}
/***********************************************/
/* Colour Scheme Legend                        */
/***********************************************/



body {
	font-size: 12px;
	font-family: Arial,sans-serif;
	background-color: #003366;
	color: #663300;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #A37D00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

h1 {
 font-size: 130%;
}

h2 {
 font-size: 115%;
}

h3 {
 font-size: 100%;
}

h4 {
 font-size: 100%;
}

hr {
  border: thin dashed #A34700;
  margin: 10px 0px 10px 0px;
}

ul {
	list-style-image: url('/kclsoft/images/listarrow.gif');
}

li, dd {
	padding-bottom: 4px;
}

tr {
	vertical-align: top;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

.smallNote {
	font-size: 80%;
}

.alert {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

.info {
	font-weight: bold;
}

.icon {
	vertical-align: top;
	padding: 1px;
}

/***********************************************/
/* Form Table                                  */
/***********************************************/

table.form {
	margin: 10px 0px 10px 0px;
	border: 3px solid #A34700;
	border-collapse: collapse;
}

table.form td, table.form th {
	border: 1px solid #A34700;
	padding: 4px 4px 4px 4px;
}

table.form th {
	text-align: left;
	background-color: #ffcc00;
	color: #000033;
}

table.form th.header {
	padding: 4px 8px 4px 8px;
	background-color: #ffcc00;
	color: #A34700;
}

table.form th.column {
	text-align: center;
}

table.form th.header h2, table.form th.header h3 {
	color: #A34700;
}

table.form td.submit {
	text-align: center;
	background-color: #ffcc00;
	color: #A34700;
}

table.form input.inputBox {
    width: 99%;
}

/***********************************************/
/* Inset Table                                 */
/***********************************************/

table.inset {
	border: none;
}

table.inset th, table.inset td {
	border: none;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	color: #000000;
}

/***********************************************/
/* Header Bar                                  */
/***********************************************/

#header{
	margin: 10px 0px 10px 0px;
	background-color: #ffffff;
	border-top: 3px solid #ffcc00;
	border-bottom: 3px solid #ffcc00;
	padding: 0px;
	clear: both;
	width: 100%;
	text-align: center;
}

#siteName{
	margin-left: 180px;
	position: relative;
}

/***********************************************/
/* Navigatation Bar                            */
/***********************************************/

#navBar {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	width: 170px;
	float: left;
}

span.menuItem {
	display: block;
	margin: 0px 5px 3px 5px;
	border: 2px solid #663300;
	background-color: #A34700;
	clear: both;
}

span.menuItem a {
	padding: 3px 5px 3px 5px;
	display: block;
	color: #ffff99;
}

span.menuItem:hover a {
	color: #663300;
	background-color: #ff6600;
}

span.menuItem a:hover {
	text-decoration: none;
}

/***********************************************/
/* Buttons                                     */
/***********************************************/

.button {
	border: 1px solid #A34700;
	font-size: 90%;
	font-weight: bold;
	background-color: #ffff99;
}

.button:hover {
	background-color: #ff6600;
}

/***********************************************/
/* Content                                     */
/***********************************************/

#content {
	padding: 10px 15px 15px 15px;
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #663300;
}

.contentFull {
	margin: 0px 10px 10px 190px;
}

.contentModal {
	margin: 10px 10px 10px 10px;
}

/***********************************************/
/* Footer Bar                                  */
/***********************************************/

#footer{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	clear: both;
}

#siteInfo{
	background-color: #ffffff;
	border-top: 3px solid #ffcc00;
	border-bottom: 3px solid #ffcc00;
	font-size: 75%;
	color: #ff6600;
	padding: 5px 15px 5px 15px;
	margin-top: 0px;
	text-align: right;
}

