
*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #ffffff;
}

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

a:visited {
	color: #ffffff;
}

body {
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: black;
	
}

#main
{
margin: 0 auto;
width: 782px; 
height:auto;
	background-color:#E9E7FE;	
/*background: #ffffff url(images/back_main.gif) repeat-X;*/
}
/*
#header {
	height: 359px;
	text-align:left;	
	background: url(images/logo.jpg) no-repeat center bottom;	
	width: 782px;
	
}
*/
#header2 {
	height:auto;
	text-align:left;	
	background: url(images/logo_small.jpg) no-repeat center top;	
	width: 782px;
	
}
#padding
{
padding-left: 10px;
}

#menu
{
width: 760px;
height: 27px;
background: url(images/buttons.gif) repeat-x;
border: 1px #FFFFFF solid;
margin-left: 0px;
text-align:center; 
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 27px;	
	text-align: center; 
	vertical-align:middle;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	margin-left: 30px;
	padding-top:5px;
	
}

#menu a:hover {
	width: 79px;
    height: 23px;
	text-transform:uppercase;
	color:#f1a336;
}


#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;
}

#logo2 {
width: 742px;
height: 88px;
text-align: left;
padding-top: 2px;
padding-left: 40px;
}
#left
{
	padding: 10px;
	width: 150px;
	height:auto;
}

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

#left H4
{
width: 136px; /* 232 */
height: 27px;
font-size: 12px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
color: #ffffff;
background: url(images/title_narrow.gif) no-repeat;
}


#left ul {
	list-style: none;
	border-bottom: 1px solid #13264e;
	border-left: 1px solid #13264e;
	border-right: 1px solid #13264e;
}

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

#left p
{
padding: 10px;
border-bottom: 1px solid #13264e;
border-left: 1px solid #13264e;
border-right: 1px solid #13264e;
background-color:#FFFFFF;
}


#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: 572px; /* 480 */
padding-right: 10px;
margin-right: 10px;
height:auto;
}

#right H4
{

	font-size: 12px;
	color: #13264e;
}

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

#right p {

	padding-bottom: 10px;
}

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

.date a {
	color: #13264e;
}



#footer {
	height: 68px;
	padding-top: 10px;
	width: 100%;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #13264e;
}

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

#footer a {
	color: #ffffff;
}
#footer a:hover {
	text-transform:uppercase;
	color:#f1a336;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px;
}



