@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
	width: 200px;
	background-repeat: no-repeat;
	background-position: right;
	}
a:active {
	text-decoration: none;
}

.blueText {color: #66C3E9}
.yelloText {color: #FDB912}
.redText {color: #F26F23}
.orangeText {color: #F7931E; }


a.srollover {
	display: block;
	width: 125px;
	height: 35px;
	text-decoration: none;
	background-image: url(../images/pencil.png);
	background-repeat: no-repeat;
	background-position: 70px;
	margin-top: 0px;
	margin-bottom: 0px;
}

 

a:hover.srollover {
	background-position: 70px;
}


#leftColumn {
	width: 480px;
	height: 640px;
	float: left;
	background-image: url(../images/kgheadbig.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	font-size: 48px;
	color: #66C3E9;
	padding-top: 10px;
	background-image: url(../images/pencil.png);
	background-repeat: no-repeat;
	background-position: 360px 10px;
}
#content ul {
	list-style-type: none;
	margin-top: 110px;
	text-align: left;
	margin-left: 160px;
	font-size: x-large;
}

#content li {
	padding-top: 20px;
	margin-top: 0px;
}
.greyText {
	color: #666666;
}
#footer {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 185px;
}

#rightColumn {
	float: left;
	width: 420px;
	height: 640px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#border {
	border: thick solid #66C3E9;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 640px;
}
