/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 20px;
}

body {
	background-color: #582e04;
	margin-top: 15px;
}

A:link {
	font-weight: bold;
	color: #ce2022;
	text-decoration:none;
}

A:visited {
	font-weight: bold;
	color: #ce2022;
	text-decoration:none;
}
A:hover {
	font-weight: bold;
	color: #ce2022;
	text-decoration:none;
}
A:active {
	font-weight: bold;
	color: #ce2022;
	text-decoration:none;
}

h1 {
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color: #6f962a;
	font-style: italic;
	
}

h2 {font-size:16px;
	color: #ce2022;
	
}

h3 {font-size:14px;
	color: #6f962a;
	
}

hr {
	color: #c8dca5; /* incorrectly used by IE */
	background: #c8dca5; /* used by Gecko, Opera browsers */
	border: 0; 
	height: 1px;
	width: 100%;
}

.descriptor {
	color: #6f962a;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
}



.boldhead {font-size:12px;
	font-weight: bold;
	color: #ce2022;
	
}

.maincontent {
	padding-left: 10px;
	padding-right: 10px;

}

.buttons {
	padding-top: 60px;

}

.minornav {
	text-align:right;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;

}

.leftcol {	
	font-size: 10px;
	line-height: 16px;

}


.separator {
	color: #92b94c;
}

.internalnav {
	padding: 17px;

}

A.minornav:link {
	font-weight:normal;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

A.minornav:visited {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
A.minornav:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
A.minornav:active {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}


A.smalllink:link {
	font-weight:normal;
	font-size: 10px;
	text-decoration:none;
}

A.smalllink:visited {
	font-weight:normal;
	font-size: 10px;
	text-decoration:none;
}
A.smalllink:hover {
	font-weight:normal;
	font-size: 10px;
	text-decoration:none;
}
A.smalllink:active {
	font-weight:normal;
	font-size: 10px;
	text-decoration:none;
}


.borderspaceright  {
	border: #92b94c solid 1px;
	margin-right: 10px;

}

.border  {
	border: #92b94c solid 1px;

}

.caption  {
	font-size: 10px;
	margin-bottom: 20px;

}


table.standard {
	border-collapse:collapse;
	
}

table.standard tr { 
	border: 1px solid #92b94c; 
} 

table.standard th { 
	background-color: #b3ce82; 
	border: 1px solid #92b94c; 
	text-align: left;
	padding: 6px;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
} 

table.standard td { 
	border: 1px solid #92b94c; 
	background-color: #fff; 
	vertical-align: top;
	padding: 7px; 
}

#upcoming {
	border: #c8dca5 solid 1px;

}

#upcoming p{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 16px;
	text-align:center;

}



