/*Page Properties*/

html,body {
	background-color: #A79E8C;
}

body,td,th {
	font-family: Calibri, Arial, Helvetica;
}

a:link {
	color: #550000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/*Tags*/

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	text-indent: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h6 {
	margin: 0px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*Classes*/

.imglink {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.flashmessage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

/*Div Specific Styling*/

#footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#flashcontent a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#flashcontent a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#flashcontent a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#flashcontent a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#ckyowelcome p {
	text-indent: 30px;
	font-family: Calibri, Arial, Helvetica;
}

/*Divs*/

#container {
	width: 1000px;
		margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#header {
	color: #000000;
	height: 55px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}
#flashcontent {
	height: 155px;
	background-image: url(../images/flashcontent.png);
	background-repeat: repeat-y;
	width: auto;
	background-attachment: scroll;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#nav {
	font-family: Calibri, Arial, Helvetica;
	height: 30px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
#contenttop {
	height: 15px;
	background-image: url(../images/contenttop.png);
	background-repeat: no-repeat;
}

#contentcontainer {
	background-image: url(../images/contentcontainer.png);
	background-attachment: scroll;
	background-repeat: repeat-y;
	margin: 0px;
	height: auto;
	width: auto;
}
#ckyowelcome {
	font-family: Calibri, Arial, Helvetica;
	text-align: justify;
	float: left;
	width: 610px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	color: #000000;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#newsandnotes {
	float: right;
	width: 269px;
	color: #000000;
	margin-right: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Calibri, Arial, Helvetica;
}

#footer {
	text-align: center;
	height: 37px;
	background-image: url(../images/footer.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 23px;
}

#clear {
	clear: both;
}	
.searchbutton {
    color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	background-color: #550000;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica;
}
.headerlink {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
#searchsection {
	float: right;
	margin-top: 22px;
	margin-right: 15px;
}