html{min-height: 100%; margin-bottom: 1px;}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #FFFFFF;
	color: #303127; 
	margin: 0;
}

table.main{
	border: 1px solid #595B47;
	background-color: #C6C9AC;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #303127; 
}

td.rightCol{
	background-image: url('../images/layout/bg_cell_right_col.gif');
	background-repeat: repeat-y;
	padding: 5 5  5 65;
}

td.gradient{
	background-image: url('../images/layout/bg_cell_gradient.gif');
	background-repeat: repeat-x;
	padding: 0 0 2 15;
	height: 20px;
}

td.filmGradient{
	background-image: url('../images/layout/bg_film_gradient.gif');
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5{
	margin: 0px;
	display: inline;
}

h4{
	font-size: 14px;
}

a,a:hover{	
	text-decoration: none;
	color: #de6100; /*#303127;*/
}

a:hover{	
	text-decoration: underline;
}

a.header,a.header:hover{
	text-decoration: none;
	color: #FFF;
}

a.more, a.more:hover{
	text-decoration: none;
}

a.more_org{
	color: #de6100; /*#FFC240;*/
	text-decoration: none;
}

a.more_org:hover{
	color: #FFC240;
	text-decoration: underline;
}

a.newsevents{
	text-decoration: none;
	font-weight: bold;
	color: #303127;
}

a.newsevents:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #7B7E61;
}

a.footer{
	color: #7B7E61;
	text-decoration: none;
}

a.footer:hover{
	text-decoration: underline;
}

hr{
	border: none 0;
	border-top: 1px solid #000;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

ul{
	list-style: square;
	padding: 0;
	margin: 0;
}

img{
	border: none;
	margin: 0px;
}

img.centered{
	vertical-align: middle;
}

div#footer{
	text-align: center;
	padding: 5 0 10 0;
	color: #7B7E61;
}

.rightColTitle{
	font-size: 1.2em;
	text-transform:uppercase;
}

.h100{
	height: 100%;
}

.h20{
	height: 20px;
}

.h15{
	height: 15px;
}

.h10{
	height: 10px;
}

.h5{
	height: 5px;
}

.pad15{
	padding: 15px;
}

.pad10{
	padding: 10px;
}

.pad5{
	padding: 5px;
}

.leftPad15{
	padding-left: 15px;
}

.botPad10{
	padding-bottom: 10px;
}

.white{
	color: #FFF;
}

.colorA{
	color: #FFC240;
}

.colorB{
	color: #7B7E61;
}

.colorC{
	color: #595B47;
}

.colorD{
	color: #C6C9AC;
}

.colorE{
	color: #303127;
}

.bgColorWhite{
	background-color: #FFF;
}

.bgColorA{
	background-color: #FFC240;
}

.bgColorB{
	background-color: #7B7E61;
}

.bgColorC{
	background-color: #595B47;
}

.bgColorD{
	background-color: #C6C9AC;
}

.bgColorE{
	background-color: #303127;
}

/* Navigation */

#navlist{
	background-color: #7B7E61;
}

#navlist ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navlist ul li{
	height: 24px;
	background-color: #595B47;
	background-image: url('../images/layout/bg_nav.gif');
	background-repeat: no-repeat;
	border-top: 1px solid #C6C9AC;
	border-bottom: 1px solid #000;
}

#navlist a, #navlist a:visited{
	display: block;
	height: 23px;
	padding-top: 5px;
	padding-left: 25px;
	text-decoration: none;
	color: #FFC240;
}

#navlist a:hover{
	color: #FFF;
}

/*forms*/

form{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

textarea{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
	width: 200px;
}

textarea.contact{
	width: 400px;
}

input.box150{
	color: #000000;
	width: 150px;
	height: 21px;
}

input.box100{
	color: #000000;
	width: 100px;
	height: 21px;
}

input.searchBox{
	font-size: 1em;
	margin: 0;
	color: #000000;
	width: 100px;
	height: 17px;
	border: 1px solid #CCC;
}

input.button{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C6C9AC;
	cursor: pointer; 
}

.check{
	vertical-align: top;
}
	
/* classes for validator */
.tfvHighlight{
	color: red;
}

.tfvNormal{
	font-weight: normal;
}

