body, td { 
	font-family							:	Verdana;
	font-size							: 	11px; 
	color								:	#000000;
	line-height							:	17px;
	text-align							:	left;
}

body {
	background-color 					:	#ffffff;
	margin								: 	4px 0px 4px 0px;
}

a {
	color								:	#cc0000;
	text-decoration						:	none;
}

a:hover {
	text-decoration						:	underline;
}

b {
	font-weight							:	bold;
}

i {
	font-style							: 	italic; 
}

hr { 
	height								:	1px;
	border								:	none;  
	border-top							:	1px solid #bd0d10; 
}

img { 
	border 								: 	0;
}

h1 {
	color								:	#bd0d10;
	font-size							:	15px;
	font-weight							:	bold;
	margin								:	10px 0px 10px 0px;
	line-height							:	14px;
}

h2 {
	font-size							:	9px;
	font-weight							:	bold;
	color								:	#cc0000;
	margin								:	0px 0px 5px 0px;
	letter-spacing						:	0px;
}

h3 {
	font-size							:	10px;
	color								:	#333333;
	margin								:	0px;
}

td.pageheader {
	height								:	132px;
	background-image					:	url(../images/menu_bg.jpg);
	background-position					:	bottom;
	background-repeat					:	no-repeat;
}

td.mainmenu {
	height								:	21px;
	padding								:	0px 0px 0px 38px;
}

#mainmenu ul {
	margin								:	0px;
	padding								: 	0px;
	list-style-type						:	none;	
	display								:	inline;	
}

#mainmenu li {
	margin								: 	0px 0px 0px 0px;
	padding								: 	0px 0px 0px 0px;
	height								:	21px;
	float								: 	left;
	position							: 	relative;
	width								:	auto;
	cursor								:	pointer;
}

#mainmenu li ul {
	margin								:	21px 0px 0px 0px;
	padding								: 	0px 0px 0px 0px;
	display								:	none;
	position							: 	absolute;
	z-index								: 	1;
	width								:	200px;
}

#mainmenu li li {
	margin								:	0px 0px 0px 0px;
	padding								: 	0px 0px 0px 0px;
	background-color					:	#333333;
	height								:	22px;
	width								:	245px;
	border-top							:	1px solid #ffa041;
}

#mainmenu li ul ul{
	margin								:	-1px 0px 0px 245px;
	padding								: 	0px 0px 0px 0px;
	visibility							:	hidden;
	z-index								: 	2;
}

#mainmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#mainmenu li:hover ul, #mainmenu li:hover ul ul, #mainmenu li.over ul, #mainmenu li.over ul ul { /* lists nested under hovered list items */
	display: block;
}

#mainmenu li li:hover ul, #mainmenu li li.over ul { /* lists nested under hovered list items */
	visibility:visible;
	display:block;
}

a.mainmenu_item_inactive {
	padding								: 	1px 10px 0px 10px;
	color								:	#ffffff;
	font-size							:	12px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	top;
	display								:	block;
}

a.mainmenu_item_inactive:hover {
	color								:	#ffa041;
}

a.mainmenu_item_active {
	padding								: 	1px 10px 0px 10px;
	color								:	#ffa041;
	font-size							:	12px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	top;
	display								:	block;
}

a.mainmenu1_item_inactive {
	padding								: 	2px 5px 2px 10px;
	color								:	#ffffff;
	font-size							:	9px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	middle;
	display								:	block;
}

a.mainmenu1_item_inactive:hover {
	color								:	#ffa041;
}

a.mainmenu1_item_active {
	padding								: 	2px 5px 2px 10px;
	color								:	#ffa041;
	font-size							:	10px;
	font-weight							:	bold;
	text-decoration						:	none;
	vertical-align						:	middle;
	display								:	block;
}

td.searchbox {
	height								:	40px;
	vertical-align						:	bottom;
	text-align							:	right;
}

td.leftbox_header {
	width								:	180px;
	height								:	5px;
	background-image					:	url(../images/leftbox_header.gif);
	background-position					:	top;
	background-repeat					:	no-repeat;
}

td.leftbox_content {
	width								:	172px;
	border-right						:	1px solid #cccccc;
	border-left							:	1px solid #cccccc;
	padding								:	0px 3px 0px 3px;
}

td.leftbox_title {
	height								:	18px;
	border-bottom						:	1px solid #cccccc;
	padding								:	0px 1px 3px 1px;
	color								:	#231f20;
	font-size							:	11px;
	font-weight							:	bold;
}

td.leftbox_item {
	height								:	21px;
	border-bottom						:	1px solid #dcdeeb;
	padding								:	0px 1px 0px 1px;
	cursor								:	pointer;	
}

a.leftbox_inactive {
	font-size							:	11px;
	color								:	#333333;
	text-decoration						:	none;
}

a.leftbox_inactive:hover {
	color								:	#bd0d10;
}

a.leftbox_active {
	font-size							:	11px;
	font-weight							:	bold;
	color								:	#bd0d10;
	text-decoration						:	none;
}

td.leftbox1_item {
	height								:	21px;
	border-bottom						:	1px solid #dcdeeb;
	padding								:	0px 1px 0px 8px;
	cursor								:	pointer;	
}

a.leftbox1_inactive {
	font-size							:	11px;
	color								:	#333333;
	text-decoration						:	none;
}

a.leftbox1_item_inactive:hover {
	color								:	#bd0d10;
}

a.leftbox1_active {
	font-size							:	11px;
	font-weight							:	bold;
	color								:	#bd0d10;
	text-decoration						:	none;
}

td.leftbox_footer {
	width								:	180px;
	height								:	40px;
	background-image					:	url(../images/leftbox_footer.jpg);
	background-position					:	bottom;
	background-repeat					:	no-repeat;
}

td.content_bg {
	width								:	600px;
	background-image					:	url(../images/content_bg.jpg);
	background-position					:	top;
	background-repeat					:	no-repeat;
}

td.content {
	height								:	50px;
	padding								:	0px 10px 10px 10px;
	vertical-align						:	top;
}

td.highlight_middle_header {
	width								:	186px;
	height								:	5px;
	background-image					:	url(../images/highlight_middle_header.gif);
	background-position					:	top;
	background-repeat					:	no-repeat;
}

td.highlight_middle_content {
	width								:	164px;
	background-image					:	url(../images/highlight_middle_content.jpg);
	background-position					:	bottom;
	background-repeat					:	no-repeat;
	background-color					:	#ffffff;
	border-right						:	1px solid #cccccc;
	border-left							:	1px solid #cccccc;
	padding								:	2px 10px 0px 10px;
	font-size							:	11px;
}

td.highlight_middle_footer {
	width								:	186px;
	height								:	26px;
	background-image					:	url(../images/highlight_middle_footer.jpg);
	background-position					:	top;
	background-repeat					:	no-repeat;
}

td.highlight_middle_footer_readmore {
	width								:	180px;
	height								:	26px;
	background-image					:	url(../images/highlight_middle_footer_readmore.jpg);
	background-position					:	top;
	background-repeat					:	no-repeat;
	cursor								:	pointer;
}

td.highlight_header {
	width								:	180px;
	height								:	5px;
	background-image					:	url(../images/highlight_header.gif);
	background-position					:	top;
	background-repeat					:	no-repeat;
}

td.highlight_content {
	width								:	158px;
	background-image					:	url(../images/highlight_content.jpg);
	background-position					:	bottom;
	background-repeat					:	no-repeat;
	border-right						:	1px solid #cccccc;
	border-left							:	1px solid #cccccc;
	padding								:	2px 10px 0px 10px;
	font-size							:	10px;
}

td.highlight_footer {
	width								:	180px;
	height								:	26px;
	background-image					:	url(../images/highlight_footer.jpg);
	background-position					:	top;
	background-repeat					:	no-repeat;
}

td.highlight_footer_readmore {
	width								:	180px;
	height								:	26px;
	background-image					:	url(../images/highlight_footer_readmore.jpg);
	background-position					:	top;
	background-repeat					:	no-repeat;
	cursor								:	pointer;
}

td.highlight_footer_login {
	width								:	180px;
	height								:	26px;
	background-image					:	url(../images/highlight_footer_login.jpg);
	background-position					:	top;
	background-repeat					:	no-repeat;
	cursor								:	pointer;
}

td.pagefooter {
	height								:	43px;
	background-image					:	url(../images/footer_bg.jpg);
	background-position					:	left bottom;
	background-repeat					:	no-repeat;
}

td.pagefooter_disclaimer {
	height								:	43px;
	padding								:	0px 0px 0px 6px;
	vertical-align						:	bottom;
	color								:	#ffffff;
	font-size							:	9px;
}

td.footermenu_item {
	padding								:	0px 10px 0px 10px;
}

a.footermenu_inactive {
	color								:	#ffffff;
	text-decoration						:	none;
}

a.footermenu_active {
	color								:	#ffffff;
	text-decoration						:	underline;
}

input {
	width								: 	154px; 
	height								: 	16px;
	margin								:	0px 0px 5px 0px;
	border								: 	1px solid #cccccc;
	font-family							:	Arial;
	color								: 	#000000;
	font-size							: 	11px; 
	font-size 							: 	11px;
}

input.submit {
	width								: 	80px; 
	height								: 	20px;
	margin								:	0px;
	border								: 	1px solid #bd0d10;
	background-color 					: 	#cccccc;
	font-size 							: 	11px;
	font-weight 						: 	bold;
	color								:	#bd0d10;
	cursor								:	pointer;
}

input.search_button {
	width								: 	20px; 
	height								: 	20px;
	border								: 	0;
	margin								:	0px;
	padding								:	0px;
}

input.search {
	width								: 	150px; 
	height								: 	18px;
	background-image					:	url(../images/searchbox_bg.gif);
	background-position					:	middle;
	background-repeat					:	no-repeat;
	border								: 	0;
	margin								:	0px 0px 0px 0px;
	padding								:	2px 0px 0px 5px;
	font-size 							: 	11px;
}

input.radio {
	border								: 	none;
	background-color 					: 	transparant;
	width								: 	12px; 
	height								: 	12px;
	font-weight 						: 	normal;
}

select {
	border								: 	1px solid #cccccc;
	color								: 	#000000;
	font-size 							: 	11px;
}

textarea { 
	border								:	1px solid #cccccc;
	color								: 	#000000;
	font-size 							: 	11px; 
}
