A {
	color: #077dc3;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #ffffff url('images/custom/back.gif') top left repeat-x;
	text-align: center;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-SIZE: 14px;
	color: #33393c;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


/* ########################################################################################## */

#container {
	width: 1000px;
	margin: auto;
	text-align: left;
}

/* ########################################################################################## */

#head {
	height: 123px;
	overflow: hidden;
	position: relative;
}

#head .logo {
	position: absolute;
	left: 14px;
	top: 24px;
}

#head .block_tan {
	float: right;
	background: url('images/custom/head_block2_left.gif') top left no-repeat;
	height: 52px;
	margin: 17px 10px 0px 0px;
}
#head .block_tan .padding {
	background: url('images/custom/head_block2_right.gif') top right no-repeat;
	padding: 18px;
	font-size: 12px;
}


#head .block_grey {
	float: right;
	background: url('images/custom/head_block1_left.gif') top left no-repeat;
	height: 52px;
	margin: 17px 10px 0px 0px;
}
#head .block_grey .padding {
	background: url('images/custom/head_block1_right.gif') top right no-repeat;
	padding: 7px 15px 13px 15px;
	text-align: center;
	line-height: 16px;
}
#head .block_grey EM {
	display: block;
	color: #69a534;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 11px;
}
#head .block_grey STRONG {
	display: block;
	color: #ff782b;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 23px;
}

#head .block_search {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 263px;
	height: 46px;
	background: url('images/custom/searchtab_back.gif') top left no-repeat;
}
#head .block_search .textinput {
	background: url('images/custom/searchtab_textbox.gif');
	width: 170px;
	height: 24px;
	float: left;
	margin: 18px 0px 0px 13px;
}
#head .block_search .textinput INPUT {
	border: 0px;
	background: #fff;
	margin: 2px 0px 0px 10px;
	padding: 2px;
}
#head .block_search .gobutton {
	margin: 15px 0px 0px 3px;
}

#head .menu {
	position: absolute;
	left: 263px;
	bottom: 0px;
	background: url('images/custom/menu_back.gif') bottom left no-repeat;
}
#head .menu UL {
	padding: 0px 0px 0px 1px;
	margin: 0px;
	list-style: none;
}
#head .menu UL LI {
	float: left;
}
#head .menu UL LI A {
	display: block;
	background: url('images/custom/menu_left.gif') top left no-repeat;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
#head .menu UL LI A SPAN {
	display: block;
	background: url('images/custom/menu_right.gif') top right no-repeat;
	padding: 14px 10px 18px 10px;
}

#head .menu UL LI A:hover {
	background-position: left -46px;
	color: #ffe012;
}
#head .menu UL LI A:hover SPAN {
	background-position: right -46px;
}

/* ########################################################################################## */

#page {
	width: 992px;
	margin: 0px 4px;
	padding: 10px 0px;
}

/* ########################################################################################## */

#foot {
	margin: 5px 4px;
	background: #e3e0d8;
	padding: 10px;
}