body {
	background-color: #FFF;
	margin: 0px auto;
	color: #000;
	/* IE hack */
	text-align: center;
}

p, a, li, em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

a {
	color: #F00;
}

ul {
	color: #F00;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

ul li span {
	color: #666;
}

#layout {
	display: block;
	margin: 0px auto;
	width: 978px;
	border: 1px solid #000;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 250px;
}

#header {
	width: 100%;
	height: 103px;
	background-image: url(../images/header.jpg);
	border-bottom: 1px solid #FF0000;
}

#bg {
	background-color: transparent;
}

#content {
	float: left;
	width: 610px;
	text-align: left;
	background-color: #FFF;
	margin-top: 20px;
}

#footer {
	margin: auto;
	height: 80px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: right;
}

#footerflash {
	line-height: 8px;
	height: 8px;
	background-color: #000;
	margin-bottom: 10px;
	border-top: 1px solid #F00;
}

#footer a {
	font-size: 10px;
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	color: #F00;
}

#menu {
	height: 25px;
	background-color: #000;
	text-align: right;
	margin: 0px;
}

#menu li {
	display: inline;
	float: right;
	padding: 5px 10px 5px 10px;
	background: transparent url(../images/menusep.gif) no-repeat 0px 6px;
}

#menu li:last-child {
	background: none;
}

#menu li a {
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000;
	text-decoration: none;
}

#menu li a:hover {
	color: #666;
}

#submenu {
	float: left;
	width: 350px;
	background-color: transparent;
	margin-top: 20px;
	height: 450px;
}

#leftmenu {
	float: left;
	width: 140px;
	padding-left:10px;
	padding-right: 1.2em;
	text-align: right;
	background-color: transparent;
	direction: rtl;
}

#leftmenu li {
	background-color: transparent;
	margin: 0px;
	padding-right: 0px;
	color: #F00;
}

#rightmenu {
	float: left;
	width: 165px;
	text-align: left;
	padding-left: 0px;
	background-color: transparent;
}

#rightmenu li {
	list-style-type: none;
}

#leftmenu, #rightmenu {
	font-weight: bold;
	line-height: 18px;
}

#leftmenu a, #rightmenu a {
	text-decoration: none;
	color: #666;
}

#leftmenu a:hover, #rightmenu a:hover {
	color: #F00;
}

img.title {
	margin-bottom: 20px;
}

span.seotag {
	display: block;
	float: left;
	width: 110px;
	color: #666;
}

.submenuitemselected {
	color: #000;
}

.boldheader {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px;
	background-color: #CCC; 
	text-align: left; 
	padding: 5px 5px 5px 20px; 
	margin-bottom: 2px; 
	font-weight: bold;
}