/* CSS Document */

body

{	

	margin: 0px;

	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 18px;

}

p

{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	

}

a

{

	color:#CC0000;

	text-decoration:none;

}

a:hover

{

	color:#000000;

	text-decoration: underline;

}

h1

{

	font-family:"Trebuchet MS", Helvetica, Sans-serif;

	font-size:24px;

	font-weight: bold;

	padding: 5px 0;

	margin: 5px 0;

}

#top-td

{

	border-bottom:5px solid #CC0000;

}

#logo

{

	background:url(images/logo.jpg) no-repeat;

	width:209;

	height:139;

}

#logobg

{

	background:url(images/logobg.jpg) repeat-x;

	height: 122px;

}

#header

{

	background:url(images/header.jpg) no-repeat;

	width:800px;

	height:150px;	

}

#text

{

	padding:0px 10px;

}

#leftpane-top

{

	background:url(images/leftpane-top.jpg) no-repeat;

	width:199px;

	height:38px;

}

#leftpane-mid

{

	background:url(images/leftpane-mid.jpg);

}

#dot-border

{

	border-bottom:1px dotted #cc0000;

	text-align:center;

}

#leftpane-bot

{

	background:url(images/leftpane-bot.jpg);

	height:17px;

}

#menubg

{

	background:url(images/menu-bg.jpg) repeat-x;

	height:23px;

	text-align: left;

}

#navigation{

	margin: 0;

	padding: 0;

}



#navigation li{

	display: inline;

	color:#666666;

}



#navigation li a{

	float: left;

	font-weight:bold;

	color: #666666 ;

	padding:0px 6px 0px 6px; /*padding of tabs*/	

	font-size:13px;

	text-decoration: none;

	background: transparent;

	border-right: solid 1px #666666;

}



#navigation li a#rightmostitem{ /*Extra CSS for left most menu item*/

	border-right:none; /*left border style*/

	color:#666666;

	padding:0px 6px 0px 6px; /*padding of tabs*/

}

#navigation li a#rightmostitem-selected{ /*Extra CSS for left most menu item*/

	border-right:none; /*left border style*/

	color: #CC0000;

	padding:0px 6px 0px 6px; /*padding of tabs*/

}



#navigation li a.Selected{ /*Extra CSS for right most menu item*/

	background: transparent;

	color: #CC0000;

}

#navigation li a:hover#rightmostitem{

	color: #CC0000;

	background: transparent ; /*background image swap on hover*/

}

#navigation li a:hover{

	color: #CC0000;

	background: transparent ; /*background image swap on hover*/

}

#right-bar 

{

	background:url(images/right-bar.jpg) repeat-y;

	width:25px;

}

#left-bar

{

	background:url(images/left-bar.jpg) repeat-y;

	width:25px;

}

#main-body

{

	border-bottom:2px solid #CC0000;

}

.special-links

{

	font-size: 11px;

	line-height: 20px;

}

.special-links a

{

	color: #CC0000;

	text-decoration: none;

}

.special-links a:hover

{

	color: #000000;

	text-decoration: underline;

}





#bottom

{

	background:url(images/bottom-bg.jpg) repeat-x;

	height:89px;

}

#bottom-links

{

	font-size: 11px;

	color: #CC0000;

	text-align:center;

}

#bottom-links a

{

	color:#CC0000;

	font-weight:bold;

	text-decoration: none;

}

#bottom-links a:hover

{

	text-decoration: underline;

}

#bottom-text

{

	font-size: 11px;

	text-align:center;

}

#bottom-text a

{

	color: #CC0000;

	font-weight:bold;

	text-decoration: none;

}

#bottom-text a:hover

{

	text-decoration: underline;

}