body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#0F0F0F url(images/background.gif) center repeat-y;
	margin:0px;
	padding:20px 0px;
}
/************* MAIN *********************/
#container {
	width:760px;
	padding:0px;
	margin:auto;
	background:#FFF;
	border-bottom:#FFF 1px solid;
}
#header {
	background:url(images/tca_01.jpg) no-repeat;
	height:113px;
	
}
#main {
	background:url(images/tca_02.jpg) top no-repeat;
}
#flash {
	width:738px;
	height:231px;
	margin:auto;
	padding:0px;
	background:#d7b871;
	border:#FFF 1px solid;
}
#float {
	float:left;
}
#contentarea {
	width:755px;
	height:214px;
	text-align:left;
	border:#000 1px solid;
	margin:8px auto 0px auto;
	background:#FFF;
	padding-top:8px;
}
#channels {
	float:left;
	width:179px;
	height:206px;
	padding:0px;
	background:url(images/channelright.gif) right center no-repeat;
	margin-right:0px;
	text-align:left;
}
.channel {
	width:171px;
	height:99px;
	padding:4px;
	margin:0px 4px;
	overflow:auto;
	color:#868686;
	background:url(images/channelbottom.gif) bottom no-repeat;
}
.channel h3 {
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#0a3b79;
}
#video {
	float:left;
	width:179px;
	margin:0px 4px;
	height:206px;
	background:url(images/channelright.gif) right center no-repeat;
}
#junk {
	float:left;
	width:179px;
	margin:0px 5px;
	height:206px;
}
#keyword {
	background:#CACACA;
	width:152px;
	height:49px;
	border:#5A5A5A 1px solid;
	margin:20px auto;
	padding:7px 9px;
}
#keyword form{
	padding-top:10px;
}
#linksearch form {
	margin:20px 4px;
	padding:6px 6px 6px 6px;
}
#quicklinks form {
	margin:0px;
	padding:0px;
}
#quicklinks select {
	width:179px;
	margin:0;
	padding:0px;
} 
#footer {
	color:#6e6d6d;
	width:760px;
	margin:auto;
	padding:6px 0px;
}
#orginfo {
	text-align:left;
}
/** FOOTER MENU **/
#fmenu {
	font-size:12px;
	height:26px;
	padding-top:5px;
}
#fmenu a {
	display:block;
	float:left;
	padding:5px;
	margin-right:8px;
}
#fmenu .menuitem {
	font-size:10px;
	color:#6e6d6d;
}
#fmenu .menuitem:hover {
	color:#6e6d6d;
	text-decoration:underline;
}
#fmenu .selected {
	color:#6e6d6d;
	background:#504835;
}
#fmenu .selected:hover {
	color:#6e6d6d;
}
/********** COPYRIGHT *******************/
.copyright {
	padding:5px;
	color:#6e6d6d;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:730px;
	text-align:right;
	margin:auto;
	padding:10px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
	border-right:#6A76B4 1px solid;
}
#topmenu a {
	color:#CA0C0C;
	padding:0px 7px;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#6A76B4;
}
/*************/
#menu {
	width:700px;
	font-size:12px;
	text-align:left;
	color:#404040;
	padding:73px 0px 0px 55px;
	_padding:73px 0px 0px 48px;
}
#menu a {
	display:block;
	text-decoration:none;
}
#menu .menuitem {
	float:left;
	padding:10px 10px 11px 10px;
	_padding:10px 10px 11px 10px;
	white-space:nowrap;
	color:#404040;
}
#menu .menuitem:hover {
	text-decoration:underline;
	color:#b9cab3;
	background:#0a3b79;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#FFFFFF;
	border:#A7A7A7 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:138px;
	padding:6px 4px 6px 8px;
	color:#333;	
	border-bottom:#D3D3D3 1px solid;
	margin:0px;	
}
.subitem:hover {
	background:#D6D6D6 url(images/arrow.gif) left center no-repeat;
	color:#333;
	padding:6px 4px 6px 8px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#5F5F52;
	text-decoration:none;
}
a:hover {
	color:#5F5F52;
	text-decoration:underline;
}
