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

html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	background-image: url(../images/main-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #1A5803;
}
.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
#copyrightDiv {
	height: 29px;
	width: 800px;
	background-color: #123c03;
	margin-top: 10px;
}
.orangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffc104;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
}
#navigationDiv {
	width: 800px;
	color: #FFFFFF;
}
#contentContainer {
	width: 800px;
	min-height: 100%;
	line-height: 1.3em;
	padding-left: 0px;
	color: #FFFFFF;
}
#contentchild {
	margin: 0px;
}
.smallText10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
/* small links */
a.smallLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.smallLink:link {
	text-decoration: none;
}
a.smallLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.smallLink:hover {
	text-decoration: underline;
}
/* end of small links */

/* small link 2 */
a.smallLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7ac2eb;
}
a.smallLink2:link {
	text-decoration: none;
}
a.smallLink2:visited {
	text-decoration: none;
	color: #7ac2eb;
}
a.smallLink2:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* end of small link 2 */
a.smallLink12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.smallLink12:link {
	text-decoration: none;
}
a.smallLink12:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.smallLink12:hover {
	text-decoration: underline;
	color: #ECAD06;
}
/* end of small link 2 */
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7cbdff;
}
.regularText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.regularTextBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F0B114;
}
.KareTextLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ECAD06;
}
.imageSpacer {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 4px;
}
