@charset "UTF-8";
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/ricepaper_v3.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	min-height: 100%;
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../images/ricepaper_v3.png);
}
.background {
	background-image: url(../images/ricepaper_v3.png);
	background-repeat: repeat;
}
#footer {
	width: 100%;
	height: 230px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 11pt;
	color: #000000;
	background-color: #A3A16E;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #676F2A;
	background-image: none;
	overflow: visible;
}
#header {
	height: 140px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 14px;
	background-image: url(/images/ricepaper_v3.png);
	color: #000000;
	background-color: #FFFADB;
}
.text-white {
	color: #FFFFFF;
}
#content {
	padding-bottom: 200px;   /* Height of the footer element */
	background-color: #FFFADB;
	width: 960px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	padding-left: 10px;
	padding-right: 30px;
	background-image: url(/images/ricepaper_v3.png);
}
.text-18pt {
	font-size: 18px;
}
#menuBarTop {
	height: 30px;
	width: 100%;
	background-image: url(/images/menuBarBackground4.jpg);
	color: #FF6600;
	font-size: 14px;
}

.lineSpacing15 {
	line-height: 24px;
	font-variant: normal;
	font-weight: normal;
}

#menuBarTop a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#menuBarTop a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menuBarTop a:hover {
	color: #33CC33;
	font-weight: bold;
	font-style: italic;
}
.text-10pt {
	font-size: 10px;
}
.text-11pt {
	font-size: 11pt;
}
.text-12pt {
	font-size: 12pt;
}
.text-18pt {
	font-size: 18pt;
}
.text-24pt {
	font-size: 22pt;
}
#footer table {
	color: #FFFFCC;
}

.text-14pt {
	font-size: 14pt;
}
#footer a:link {
	color: #FFFFCC;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.picBorder {
	border: thin solid #999999;
	background-color: #FFFFFF;
	padding: 10px;
}
.text-RED {
	color: #FF0000;
}
.greenText {
	color: #363;
}
.redText14pt {
	font-size: 14px;
	color: #F00;
}
.purpleText {
	color: #96F;
}
.border {
	border: thin dashed #060;
}
.button {
	color: #FFF;
	background-color: #393;
	border: 2px solid #063;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 7px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.button:hover {
	border: 2px solid #063;
	background-color: #3C3;
}

.border-shadow {
-moz-box-shadow: 0 0 20px #888;
-webkit-box-shadow: 0 0 20px #888;
box-shadow: 0 0 20px #888;
}
.textRed18pt {
	font-size: 24px;
	font-weight: normal;
	color: #F00;
}
.greenText {
	color: #393;
}
.redText {
	color: #F00;
}
.textBlue {
	color: #3399FF;
	font-weight: normal;
}
