	* {
		margin:0;
		padding:0;
	}

	html {
		width:100%;
		height:100%;
	}
	
	body {
		width:100%;
		height:100%;
		font-family: Verdana;
		font-size:12px;
		font-weight:normal;
		color:#000000;
		background-color:#F3F2E4;
	}

.small-text{
	FONT-FAMILY: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

A {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003300;
	TEXT-DECORATION: none;
}

A:active {
	BACKGROUND-COLOR: transparent;
}

A:hover {
	 text-decoration:underline;
}

HR {
	BORDER: 0;
	COLOR: #EAE8D0;
	BACKGROUND-COLOR: #EAE8D0;
	HEIGHT: 1px;
}

TD {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003300;
}

TH {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003300;
}

DIV {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003300;
}

P {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003300;
}

TEXTAREA {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003300;
}

INPUT {
	BORDER-WIDTH: 1;
	BORDER-COLOR: #CCCCCC;
	BORDER-STYLE: SOLID;
	BACKGROUND-COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003300;
}

SELECT {
	BORDER-WIDTH: 1;
	BORDER-COLOR: #CCCCCC;
	BORDER-STYLE: SOLID;
	BACKGROUND-COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #003300;
}

H1 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: #753131;
	TEXT-DECORATION: none;
	margin:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}

H2 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #753131;
	TEXT-DECORATION: none;
	margin:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}

H3 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	COLOR: #753131;
	TEXT-DECORATION: none;
	margin:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}

H4 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 13px;
	COLOR: #753131;
	TEXT-DECORATION: none;
	margin:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}

H5 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 14px;
	COLOR: #753131;
	TEXT-DECORATION: none;
	margin:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}

/* CUSTOM STYLES */

	/* template style */

	#content {
		width:100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
	}
	
	#navHeader {
		width:100%;
		background-color:#ffbc7a;
	}
	#navHeader #mainContent{
		width:1000px;
		height:30px;
		line-height:30px;
		vertical-align:middle;
		margin:0 auto;
		text-align:right;
	}
	
	#grayHeader {
		width:100%;
		background-color:#f3f2e4;
	}
	#grayHeader #mainContent {
		width:1000px;
		height:100px;
		margin:0 auto;
		text-align:left;
	}
	#grayHeader #logo {
		width:115px;
		height:31px;
		position:relative;
		top:10px;
		left:0px;
	}
	
	#mainPage {
		width:100%;
	}
	#mainPage #mainContent {
		width:1000px;
		height:auto;
		margin:0 auto;
		overflow:hidden;
		text-align:left;
	}
	#mainPage #leftContent {
		width:750px;
		float:left;
	}
	#mainPage #rightContent {
		width:250px;
		float:left;
	}
	
	#footer {
		width:100%;
		height:70px;
	}
	#footerPush {
		height:70px;
	}
	
	#paging {
		width:100%;
		height:20px;
	}
	#paging #mainContent {
		width:1000px;
		height:20px;
		margin:0 auto;
	}
	#paging #leftContent {
		width:750px;
		height:20px;
		float:left;
		text-align:right;
	}
	#paging #rightContent {
		width:250px;
		height:20px;
		float:left;
	}
	
	#bottomLinks {
		width:100%;
		height:50px;
		background-color:#b2b098;
	}
	#bottomLinks a {
		color:#000000;
		text-decoration:none;
		font-size:11px;
	}
	#bottomLinks #mainContent{
		width:1000px;
		height:42px;
		margin:0 auto;
		padding-top:8px;
		text-align:center;
	}
	#ULCat {
		display:none;
	}

.navigation-text {
	FONT-FAMILY: Verdana;
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.navigation-bar {
	FONT-FAMILY: Verdana;
	font-size: 11px;
	color: #003300;
	text-decoration: none;
}

.navigation-bar-bold {
	FONT-FAMILY: Verdana;
	font-size: 11px;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

.faded {
	FONT-FAMILY: Verdana;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}