/* Styles for HTML Tags */
body {
	margin:				10px;
	background-color:	#808080;
	font:				10pt Verdana;
	color:				#000;
	text-align:			center;
}

/* Styles for Custom Classes */
.page {
	width:				739px;
	margin:				auto;
	border:				1px solid #000;
	text-align:			left;
}

.button {
	float:				left;
	width:				83px;
	height:				16px;
	margin:				4px;
	text-align:			center;
	background:			url( "../images/imgButton.jpg" ) no-repeat;
	font-size:			8pt;
}

.buttonHighlighted {
	float:				left;
	width:				83px;
	height:				16px;
	margin:				4px;
	text-align:			center;
	background:			url( "../images/imgButtonHighlighted.jpg" ) no-repeat;
	font-size:			8pt;
}

.quicklink {
	width:				114px;
	padding:			2px;
	border:				1px solid #637D53;
	text-align:			left;
	line-height:		1.25em;
	font:				8pt Tahoma;
	color:				#FFFFFF;
}

.qlrow1 {
	width:				114px;
	padding:			4px 0px 4px 0px;
	margin:				0px;
	background-color:	#EEEEEE;
}

.qlrow2 {
	width:				114px;
	padding:			4px 0px 4px 0px;
	margin:				0px;
	background-color:	#FFFFFF;
}

.quicklink br {
	line-height:		.75em;
}

.quicklink a {
	color:				#466432;
	border:				0px;
	
}

.quicklink a:hover {
	color:				#FF0000;
	text-decoration:	underline;	
}

.tableHeader {
	float:				left;
	padding-left:		5px;
	padding-top:		0px;
	padding-bottom:		2px;
	background-color:	#40678C;
	text-align:			left;
	line-height:		1.5em;
	font:				8pt Verdana;
	color:				#FFFFFF;
	border:				1px solid #40678C;
}

.tableBody {
	/*clear:				left;*/
	border:				1px solid #40678C;
}

.leftCell {
	border-left:		1px solid #40678C;
}

.bottomCell {
	border-bottom:		1px solid #40678C;
}

.rightCell {
	border-right:		1px solid #40678C;
}

.tableCell {
	float:				left;
	padding-left:		5px;
}

/* Styles for Custom IDs */
#wrapper {
	margin:				auto;
	text-align:			center;
}

#header {
	height:				150px;
	border-bottom:		0px;
	background:			url( "../images/imgHeaderNew.jpg" ) no-repeat;
}

#header a {
	color:				#FFF;
	text-decoration:	none;
	border:				0px;
}

#header a:hover {
	text-decoration:	underline;
}


#content {
	border-top:			0px;
	border-bottom:		0px;
	background-color:	#FFF;
	overflow:			hidden;
}

#content-main {
	float:				left;
	width:				575px;
	border-right:		1px dotted #000;
	margin:				0px;
	padding:			0px 10px;
	text-align:			left;
	vertical-align:		top;
	line-height:		1.5em;
}

#content-main a:hover {
	color:				#FF0000;
}

#content-side {
	float:				right;
	width:				120px;
	margin:				0px;
	padding:			0px 10px;
	font-size:			8pt;
	text-align:			center;
	vertical-align:		top;
	line-height:		1.5em;
}

#footer {
	height:				65px;
	border-top:			0px;
	background:			url( "../images/imgFooter.jpg" ) no-repeat;
}

#copyright {
	text-align:			center;
	font:				8pt Verdana;
	color:				#FFF;
}