body {
	margin: 0px;
	text-align: center;
	font-family: Arial;
}

a:link, a:visited, a:active {
	font-family:      Tahoma;
	font-weight:      bold;
	font-size:        11pt;
	color:            #000;
	text-decoration:  underline;
}
a:hover {
	font-weight:      bold;
	font-size:        11pt;
	color:            #F60;
	text-decoration:  underline;
}

.text {
	font-family: Arial;
	font-size: 8pt;
}
.drag{
	position: relative;
	cursor: pointer;
	z-index: 100;
	left: 5px;
}
td.box_top {
	width: 600px;
	height: 9px;
	background-image: url('images/box_top.jpg');
}
td.box_mid {
	width: 600px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url('images/box_mid.jpg');
}
td.box_bot {
	width: 600px;
	height: 9px;
	background-image: url('images/box_bot.jpg');
}

a.nav:link {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #EF8F00;
	text-decoration: none;
}
a.nav:visited {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #EF8F00;
	text-decoration: none;
}
a.nav:hover {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #EF8F00;
	text-decoration: underline;
}
a.nav:active {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #EF8F00;
	text-decoration: underline;
}

.our_friends a{
	font: 9pt arial;
}

.our_friends a:hover{
	font: 9pt arial;
}

#header {
	width: 600px;
	height: 140px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url('images/header.jpg');
}
#ic_logo_box{
	margin: 0px;
	width: 239px;
	height: 70px;
	position: relative;
	top: 10px;
	left: 8px;
	float: left;
}
#ic_logo {
	width: 239px;
	height: 40px;
	cursor: pointer;
	position: relative;
	float: left;
}
#chicken_box {
	width: 103px;
	height: 138px;
	position: relative;
	left: 206px;
	float: left;
	text-align: center;
}
#chicken_box acronym {
	cursor: help;
	border-bottom: 0px;
	font-family: Verdana;
	font-size: 7pt;
}
h1 {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #EF8F00;
	margin: 0px;
	padding: 0px;
}
span.title {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #EF8F00;
}
span.subtitle {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.titlebar {
	width:            100%;
	height:           19px;
	background-image: url('images/title_bar_bg.jpg');
}
.titlebar_item {
	padding-top:      3px;
	width:            33%;
	float:            left;
	text-align:       center;
	font-weight:      bold;
	font-size:        8.8pt;
	height:           19px;
}
a.titlebar_item_link:link, a.titlebar_item_link:visited, a.titlebar_item_link:active {
	font-family:      Tahoma;
	font-weight:      bold;
	font-size:        8.8pt;
	color:            #000;
	text-decoration:  none;
}
a.titlebar_item_link:hover {
	font-weight:      bold;
	font-size:        8.8pt;
	color:            #000;
	text-decoration:  underline;
}
.titlebar_item acronym {
	cursor: help;
	border: 0px;
}
.section_head {
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
}