/* Links */
a {
	background: transparent;
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	background: #FEECF5;
	color: #000000;
	text-decoration: none;
}

/* Body */
body {
	background: url("../../../images/bgs/val_back.gif") #FFFFFF;
	color: #000000;
	font: 12px "Trebuchet MS", Verdana, Tahoma, Arial, "Times New Roman", sans-serif;
	margin: 0px;
	padding: 0px;
}

/*Lists*/
dd, dl, li {
	font: 12px "Trebuchet MS", Arial, Verdana, sans-serif;
	text-align: justify;
}

/* Header */
h1, h2, h3, h4, h5, h6, h7 {
	background: transparent;
	color: #336633;
	font-family: 'Lucida Calligraphy', 'Monotype Corsiva', 'Lucida handwriting', Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

/* Paragraph */
p {
	font: 12px "Trebuchet MS", Verdana, Tahoma, Arial, "Times New Roman", sans-serif;
	text-align: justify;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* Table */
td, th {
	font: 12px "Trebuchet MS", Verdana, Tahoma, Arial, "Times New Roman", sans-serif;
}

th, .tableheader {
	background: url("../../../images/bgs/headerbg.jpg") #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

.tableheader a:link, .tableheader a:hover, .tableheader a:visited, .tableheader a:active {
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.tableborder {
	background: #C88E45;
	color: #000000;
}

/* Backgroudns */
.bg {
	background: url("../../../images/bgs/bg1.gif");
}

.bg2 {
	background: #336633;
	color: #FFFFFF;
}

.bg a {
	display: block;
	width: 100%;
}

/* Font Size */
.size2 {
	font-size: 10px;
}

.size3 {
	font-size: 12px;
}

.size4 {
	font-size: 14px;
}

.size5 {
	font-size: 15px;
}

.size6 {
	font-size: 18px;
}

.size7 {
	font-size: 20px;
}

/* Forms */
input, .textfld, select {
	background: #FF6699;
	border-bottom: 1px #CC3366 solid;
	border-left: 2px #CC3366 solid;
	border-right: 1px #CC3366 solid;
	border-top: 2px #CC3366 solid;
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
}

.button {
	background: #99CC99;
	border-bottom: 3px #669966 solid;
	border-left: 1px #669966 solid;
	border-right: 3px #669966 solid;
	border-top: 1px #669966 solid;
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
}

/* Miscellaneous */
div.clearer {
	background: url("../../../images/divider.gif") repeat-x center;
	clear: both;
	line-height: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}

img, .noborder {
	border: 0px;
}

.help {
	border-bottom: 1px dotted;
	cursor: help;
	font-style: normal;
	text-decoration: none;
}

hr {
	border: #006400;
	border-style: dashed;
}

.dspblock {
	display: block;
}

.dspinline {
	display: inline;
}

/* Text */
.goldentext {
	background: transparent;
	color: #996633;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, "Times New Roman", sans-serif;
	font-weight: bold;
}

.header {
	background: url("../../../images/bgs/bg1.gif") #FFFFFF;
	color: #000000;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-left: 5px;
}

.whitetext {
	background: transparent;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, "Times New Roman", sans-serif;
	font-weight: bold;
}

/* Positioning and ID Elements */
#toptable {
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#left {
	left: 5px;
	position: absolute;
	top: 100px;
	width: 140px;
}

#right {
	position: absolute;
	right: 5px;
	top: 100px;
	width: 140px;
}

#content {
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 5px;
	padding: 0px 5px;
}

#footer {
	background: #FF7575;
	border: 1px dashed #000000;
	color: #FFFFFF;
	font: bold 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 160px;
	margin-right: 160px;
	padding: 0px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	background: transparent;
	color: #FFFFFF;
}

#footer a:hover {
	background: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

.leftmenu {
	padding-right: 5px;
	text-align: left;
}

.rightmenu {
	padding-left: 5px;
	text-align: right;
}

#events {
	border: 0px;
	text-align: center;
}

