/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #D72020;
}

a:hover {
  text-decoration: none;
}

a:visited {
	color: #D72020;
}

body {
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;;
}

#main {
  margin: 0 auto;
  width: 782px;
  background: #FFFFFF;
}

#header {
	height: 359px;
	width: 782px;		
	text-align: left;
	background: url(images/logo.jpg) no-repeat center bottom;
}

#logo {
position: absolute;
top: 100px;
left: 15px;
}

#ticker {
position: absolute;
top:250px;
margin-left: 14px;
color:#FF0000;
font-family: Courier New,courier;
font-size: 15px; font-weight: bold; white-space: nowrap;
}

#menu
{
position: absolute;
top: 286px;
width: 752px;
height: 65px;
background: url(images/buttons.gif) repeat-x;
border: 1px #FFFFFF solid;
margin-left: 14px;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 24px;	
  padding-top: 23px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin-left: 30px;
}

#menu a:hover {
	width: 79px;
  height: 24px;
	text-decoration: underline;
}

#left
{
	padding: 10px;
	width: 247px;
}

#left h3, #centre h3
{
height: 27px;
font-weight: bold;
padding-top: 15px;
text-transform: uppercase;
color: #000000;
}

#left h3
{
width: 232px;
font-size: 14px;
padding-left: 15px;
background: url(images/title.gif) no-repeat;
}

#centre h3
{
font-size: 16px;
border: 1px solid #CC6029;
text-align: center;
}

#left ul, #centre ul  {
	list-style: none;
	border-bottom: 1px solid #CC6029;
	border-left: 1px solid #CC6029;
	border-right: 1px solid #CC6029;
}

#left li ul, #centre li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li, #centre li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #D72020;
}
#left a:visited {
	color: #D72020;
}

#left p, #centre p {
padding: 10px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
}

#calendar table, #content table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #499FFF;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}


#right
{
float: right;
width: 480px;
padding-top: 5px;
margin-right: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 32px;
  color: #CC6029;
}
#right h3 {
	padding-top: 10px;
	font-size: 20px;
	color: #CC6029;
}
#right h4 {
	font-size: 12px;
	color: #CC6029;
}

#right a
{
color: #CC6029;
text-decoration: none;
}

#right p {

	padding-bottom: 10px;
}

.date {
	text-align: right;
	color: #CC6029;
	font-size: 12px;
	text-transform: uppercase;
}

.date a {
	color: #CC6029;
}

#content {
	padding: 10px;
}

#footer {
  height: 53px;
	padding-top: 20px;
	width: 100%;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #CC6029;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#centre
{
	padding: 10px;
}

#content thead th{
	font-size:16px;
	background: #F1F1F1;
}

#content tbody td {
	font-size:14px;
  border: 1px solid #F1F1F1;
}

.blue {
color: blue;
}

.orange {
color: #CC6029;
}





