/*
body {
height:100%; /*set the page body to use the full height of the window (only needed for IE)*/
page_body {
margin-top: 5px; /*Set the margins for our main text (this whole section is optional)*/
margin-bottom: 5px;
margin-left: 1em;
margin-right: 1em;
height:100%;
}

*
{
	margin: 0px;
	padding: 0px;
	border: 0px none #ACE1FF;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #ffffff;
}

body {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-repeat: no-repeat;
	text-transform: none;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #D6D6D6;
}

#main
{
	width: 782px;
	background-color: #6699cc;
	background-image: url(images/back_all.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	height: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 359px;
	text-align: left;
	background: url(images/logo.jpg) no-repeat center bottom;
	width: 782px;		
}

#padding
{
padding-left: 10px;
}

#menu
{
width: 752px;
height: 65px;
background: url(images/buttons.gif) repeat-x;
border: 1px #6699cc solid;
margin-left: 4px;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 42px;	
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin-left: 30px;
	padding-top: 23px;

}

#menu a:hover {
	width: 79px;
    height: 23px;
	text-decoration: underline;
}


#logo {
width: 742px;
height: 123px;
text-align: left;
padding-top: 165px;
padding-left: 40px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 28px;
	color: #FFFFFF;
}
#logo H2 a
{
font-size: 12px;
}


#left
{
	padding: 10px;
	width: 247px;
	height: 100%;
}

#left H3
{
width: 232px;
height: 27px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #000000;
background: url(images/title.gif) no-repeat;
}

#left ul {
	list-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6699cc;
	border-right-color: #6699cc;
	border-bottom-color: #6699cc;
	border-left-color: #D6D6D6;
}

#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: #336699;
}
#left a:visited {
	color: #336699;
}

#left p
{
	padding: 10px;
	border-bottom: 0px solid #6699cc;
	border-left: 0x solid #6699cc;
	border-right: 0px solid #6699cc;
}

#calendar1 {
	padding: 0 10px 20px 10px;
	font-weight: normal;
}

#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: 480px;
	padding-right: 10px;
	margin-right: 10px;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
}

#right H4
{

	font-size: 12px;
	color: #CC6029;
}

#right a
{
color: #CC6029;
text-decoration: none;
}

#right p {

	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #CC6029;
}
.date {
	text-align: right;
	color: #CC6029;
	font-size: 12px;
	text-transform: uppercase;
}

.date a {
	color: #CC6029;
}



#footer {
	background: url(images/footer.gif) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #336699;
}

#footer a {
	color: #ffffff;
}
#main #right p {
	font-weight: normal;
}
#main #right #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab font {
	font-size: 12px;
}

