/* CSS Document */

body {
	 font-family: Trebuchet MS, Helvetica, sans-serif;
	 font-size: 13px;
	 color:#000000;
	 background-color:#FD8A00; 
	 background-image:url(images/bg.jpg); 
	 background-position:top center;
	 background-repeat:no-repeat;
 	 background-attachment:noscroll;
  	 background-repeat: repeat-x;
}
.left 
{
	 background-repeat: repeat-y;
	 background-position: right;
}
.right 
{
	background-repeat: repeat-y;
	background-position: left;
}

p {color: #000000}

/* links */

a:link 
{
	color: #9A0A0A;
	text-decoration: underline;
}

a:hover 
{
	color: #9A0A0A;
	text-decoration: none;
}
a:visited 
{
	color: #9A0A0A;
	
}

/* menu nav */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 .1em 0; }
#navcontainer a
{
display: block;
color: #FFFFFF;
background-color: #9A0A0A;
font-size: 16px;
width: 9.8em;
padding: .2em .6em;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #F45D26;
color: #FFF;
}

#active a
{
display: block;
color: #FFFFFF;
background-color: #F45D26;
width: 9.8em;
padding: .2em .6em;
text-decoration: none;
}


/* inner cells */

.leftcell {
	padding: 3px 4px 4px 4px;
}
.rightcell {
    padding: 3px 4px 4px 4px;
}
.leftred {
	background-color:#9A0A0A;
	font-weight: bold;
	padding: 0px;
}
.bluecell {
	background-color:#FFFFFF;
	border:solid 1px #9A0A0A;
}
.textcell {
	padding: 1px 4px 4px 8px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: left;
        font-size: 13px;
}
.title {
        padding: 2px 8px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
        font-size: 16px;
	color: #9A0A0A;
	font-weight: bold;
}
.caption {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
        font-size: 11px;
	font-weight: normal;
}

/* footerleft */
.footerleft {
	font-family: Trebuchet MS, Helvetica, sans-serif;
        font-size: 85%;
	clear: both;
	padding: 5px;
	margin-top: 40px;
	color:#FFFFFF;
        text-align: left;
	background-color: #9A0A0A;
}

/* footerright */
.footerright {
	font-family: Trebuchet MS, Helvetica, sans-serif;
        font-size: 85%;
	clear: both;
	padding: 5px;
	margin-top: 40px;
	color:#FFFFFF;
        text-align: right;
	background-color: #9A0A0A;
}