@charset "utf-8";
/* Orange & White CSS Document */

body
{
	background: #D17439 url(images/body-bg.jpg) repeat-x top;
	padding: 0;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

a
{
	color: #DE6E03;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0;
	margin: 5px 0;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
}
img
{
	border: 0;
}
#left-img
{
	background: url(images/img-left.png) no-repeat top;
	width: 226px;
	height: 272px;
}
#right-img
{
	background: url(images/img-right.png) no-repeat top;
	width: 226px;
	height: 272px;
}
.menu-side
{
	background: url(images/menu-side.jpg) no-repeat bottom;
	width: 1px;
	height: 33px;
}
#nav
{
	background: url(images/menu-off.png) repeat-x top;
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
}
#nav a
{
	color: #CCCCCC;
	text-decoration: none;
	display: inline-block;	
	padding: 0 11px;
}
#nav a:hover
{
	background: url(images/menu-on.png) repeat-x top;
	color: #FFFFFF;
	text-decoration: none;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	padding: 0 10px;
}
#nav a.selected
{
	background: url(images/menu-on.png) repeat-x top;
	color: #FFFFFF;
	text-decoration: none;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	padding: 0 10px;
}
.tl
{
	background: url(images/tl.jpg) no-repeat;
	width: 10px;
	height: 10px;
}
.tc
{
	background: url(images/tc.jpg) repeat-x;
	height: 10px;
}
.tr
{
	background: url(images/tr.jpg) no-repeat;
	width: 10px;
	height: 10px;
}
.bl
{
	background: url(images/bl.jpg) no-repeat;
	width: 10px;
	height: 10px;
}
.bc
{
	background: url(images/bc.jpg) repeat-x;
	height: 10px;
}
.br
{
	background: url(images/br.jpg) no-repeat;
	width: 10px;
	height: 10px;
}
.sidepane-bg
{
	background: #FFFFFF url(images/side-panes-bg.jpg) repeat-y;
	padding: 0 5px;
}
.cpane-bg
{
	background: #FFFFFF url(images/cpane-bg.jpg) repeat-y;
	padding: 0 20px;
}
.title
{
	background: url(images/head-bg.jpg) repeat-x;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.sidepane
{
	padding: 5px;
}
#footer-bg
{
	background: url(images/footer-bg.jpg) repeat-x;
	height: 77px;
}
#footer
{
	font-size: 11px;
	color: #CCCCCC;
	line-height: 15px;
}
#footer a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}