/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pageBack.gif);
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #ff9900;
    TEXT-DECORATION: none
}
#head
{
	width:800px;
	height:127px;
	margin:auto;
}
#menu
{
	width:800px;
	height:28px;
	margin:auto;
	background:#BB0000;
}
.menuItem
{
	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	FILTER: DropShadow(Color=#000000, OffX=1, OffY=1);
}
.menuItem a:link
{
    COLOR: #FFFFFF;
}
.menuItem a:visited
{
    COLOR: #FFFFFF;
}
.menuItem a:hover
{
    COLOR: #FFEE00;
	cursor:pointer;
}
.menuSeparator
{
	float:left;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
    FILTER: DropShadow(Color=#000000, OffX=1, OffY=1);
}
#searchForm
{
	float:right;
	padding-top:1px;
	border:none;
}
#main
{
	width:800px;
	height:auto;
	margin:auto;
	background:#FFFFFF;
}
#leftMenu
{
	width:200px;
	height:248px;
	background:url(images/leftMenuBack.gif) top left repeat-y;
}
#leftMenu .leftMenuItem
{
	width:194px;
	height:31px;
	text-align:center;
	margin-bottom:5px;
	background:url(images/leftMenuItem.gif) top left no-repeat;
}
#leftMenu .leftMenuItem div
{
	padding-top:8px;
	font-size:14px;
}
#leftMenu ul
{
	list-style:none;
	cursor:pointer;
	padding:3px 0px 2px 2px;
	margin:0px 10px 5px 2px;
	border-bottom:dashed #CCCCCC 1px;
}
#right
{
	width:600px;
}
#right #navigation
{
	padding:18px 0px 2px 15px;
	border-bottom:dashed #CCCCCC 1px;
}
#right #list .listItme
{
	margin:5px 18px 5px 10px;
	padding:5px 0px 2px 8px;
	border-bottom:dashed #CCCCCC 1px;
}
#right #list .listItme #title
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
#right #list .listItme #content
{
	color:#666666;
	text-indent:24px;
	margin-top:5px;
	line-height:150%;
}
#right #list .listItme #content a:link
{
    color: #333333;
	font-size:14px;
}
#right #list .listItme #content a:visited
{
    color: #333333;
	font-size:14px;
}
#right #list .listItme #content a:hover
{
    color: #333333;
	font-size:14px;
	cursor:pointer;
}

#right #pagination
{
	margin:10px 0px 18px 0px;
	text-align:center;
	color:#666666;
}
#bottom
{
	width:800px;
	height:90px;
	margin:auto;
	background:#FFFFFF;
}
#bottom #topLine
{
	width:800px;
	height:14px;
	background:#BB0000;
}
#bottom #bottomText
{
	color:#666666;
	line-height:150%;
	margin-top:5px;
	text-align:center;
}