@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Kokonor, "Palatino Linotype", "Book Antiqua", Palatino, "Nanum Myeongjo", Times, "Times New Roman";
	font-size: medium;
	background-color: #FFF;
	background-image: url(sitegraphics/bg1.jpg);
}
a:link {
	color: #009;
	text-decoration: none;
	cursor: url(../../sitegraphics/handframe.png)
}
a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #00F;
}
h1 {
	font-variant: small-caps;
	font-size: large;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
h2 {
	font-variant: small-caps;
	font-size: large;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-style: normal;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13%;
	font-weight: normal;
}
.page {
	text-align: left;
	padding: 30px;
	margin-top: 5%;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-left: 10%;
}
.fltR {
	float:right
}
.flL {
	float:left
}
p {
	margin: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15%;
}
.intro {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 300px;
}
.red {
	background-image: url(sitegraphics/bg1red.jpg);
	background-repeat: repeat;
	padding: 30px;
}
.green {
	background-image: url(sitegraphics/bg1green.jpg);
	background-repeat: repeat;
	padding: 30px;
}
.blue {
	background-image: url(sitegraphics/bg1blue.jpg);
	background-repeat: repeat;
	padding: 30px;
}
.yellow {
	background-image: url(sitegraphics/bg1yellow.jpg);
	background-repeat: repeat;
	padding: 30px;
}
.clear {
	clear: both;
}
.title {
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
