/*
Design by Metamorphosis Design
http://www.metamorphozis.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;
	color: #FF0000;
}

a:visited {
	color: #D72020;
}

body {
	
	background: #FFD723 url(images/back_all.jpg) repeat-x;
	font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 816px;
	text-align: left;
	
}


#header {
	background: #ffffff;
	height: 106px;
	text-align: left;		
}
/*menu start*/
#menu {
border-left: 4px solid #FFFFFF;
width: 812px;
height: 25px;
background: url(images/header_top_menu.gif) repeat-x;
}

#menu td {
    padding:0px;
	padding-top:0px;
	padding-right:45px;
	margin:0px;
	text-align:left;
	overflow:visible;
	height:25px;
}
#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width:auto;
	z-index:20;
	overflow:visible;
	display: inline;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 20px;
	width: auto;
	display: block;
	height: auto;
	background-repeat: no-repeat;
	background-position: 5px bottom;
	font-weight: bold
}
#nav a:hover {
	width:auto;
	height:auto;
	color: #D72020;
	text-decoration: underline;
	background: #FFFFFF url(images/header_top_over_menu.gif) repeat-x;
}
#nav li {
	float: left;
	display: block;
	width:auto
}
#nav li ul {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	position: absolute;
	color:#ffffff;
	width:150px;
	height:auto;
	left: -999em;
	z-index: 20
}
#nav li ul a {
	padding-left: 7px;
	background:#FFFFFF url(images/header_top_menu.gif) no-repeat;
	color:#ffffff;
}
#nav li ul a:hover {
	text-decoration: underline;
	background: #FFFFFF url(images/header_top_over_menu.gif) repeat-x;
	color:#D72020
}
#nav li ul li {
	width:150px;
	border-bottom: 1px solid #cccccc
}
#nav li ul li:hover {
	background-color:#eeeeee
}
#nav li:hover ul {
	left: auto
}
#nav li:hover ul, #nav li.sfhover ul {
        left: auto;
}
/*menu end*/
#logo {
background: #ffffff url(images/log_new.jpg) no-repeat;
width: 768px;
height: 146px;
text-align: left;
padding-top: 0px;
padding-left: 40px;
border-left: 4px solid #ffffff;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 24px;
	color: #FFFFFF;
}
#logo H2 a
{
font-size: 18px;
}

#left
{
	padding: 10px;
	width: 237px;
	padding-right: 1em;
}

#left H3
{
width: 225px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}

#left ul {
	list-style: none;
	border-bottom: 1px solid #D72020;
	border-left: 1px solid #D72020;
	border-right: 1px solid #D72020;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #D72020;
	font-weight: bold;
}
#left a:visited {
	color: #D72020;
}

#left p
{
padding: 10px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
}

#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar 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: 500px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #D72020;
}

#right a
{
color: #D72020;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #D72020;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #D72020;
	background-color: #fff;
}



#footer {
	height: 44px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #A6640E;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}