/***Body***/



body {

	background: #000 url(images/bg.png) top repeat-x;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color:#666666;

}

h1 {

    font: Arial, Helvetica, sans-serif;

	font-size: 36px; 

	color: #666666;

	float: left;

	padding-top: 5px;

	padding-bottom: 5px;

}

h2 {

    font: Arial, Helvetica, sans-serif;

	font-size: 24px;

	text-transform: capitalize;

	color: #666666;

	text-align: left;

	padding-bottom: 0px;

	padding-top: 3px;

}

h3 {

    font: Arial, Helvetica, sans-serif;

	font-size: 18px;

	text-align: center;

	color: #FFFFFF;

	background-color: #9B1194;	

	margin-top: 6px;

}

h5 {

    font: "Times New Roman", Times, serif;

	font-size: 10px;

	text-align: center;

	color: #FFFFFF;

	background-color: transparent;	

	margin-top: 6px;

}

h5 a {
    
	color: #FFFFFF;
	
	text-decoration: none;

}

img {

    padding: 2px 2px 2px 1px;

	margin-top: 0px;

}

img.floatleft {

    padding: 20px 20px 10px 1px;

	margin-right: 15px;

	float: left;

	display: block;

	

}

img.floatright {

    padding: 2px 1px 2px 20px;

	float: right;

}

#container {

    width: 795px;

	margin: 0 auto;

	padding: 0px;

}

ul {

    display: inline;

	padding: 0px 0px 0px 10px;

	list-style-type: disc;

	line-height: 30px;

}



/***Header***/



#header {

    background:url(images/header.gif);

	width: 795px;

	height: 142px;

}



/***Menu***/



#menucontainer {

   	width: 783px;

	_width: 750;

	height: 35px;

	background: #FFFFFF;

	padding-left: 7px;

	padding-right: 4.5px;

	_padding-right: 5px;

}

#menu {

    background: #FFFFFF url(images/menubg.png) top left repeat-x;

	padding-right: 2px;

	width: 99.5%;

	float: left;

	white-space: nowrap;

	margin-top: 0px;

	margin-bottom: 0px;

	font-size: 85%;

}

#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

	float: left;

	width: 100%;

}

#menu li {

	display: inline;

}

#menu a:link {

	font-size: 16px;

	font-weight: bold;

	padding: 5px 10px 5px 10px;

	background: transparent;

	color: #FFFFFF;

	text-decoration: none;

	float: left;

	border-right: 2px solid #FFF;

}

#menu a:visited {	

    font-size: 16px;

	font-weight: bold;

	padding: 5px 10px 5px 10px;

	background: transparent;

	color: #FFFFFF;

	text-decoration: none;

	float: left;

	border-right: 2px solid #FFF;

}

#menu a:hover {

    background: url(images/menubghover.png) top left repeat-x;

}



/***Content***/



#contentcontainer {

    width: 795px;

	min-height:400px;

	height:auto;

	height:100%;

	background: #FFFFFF;

	padding: 1px 0 70px 0;

}

#content {

    background: #FFFFFF;

	margin-left: 18px;

	margin-right: 18px;

}

#content p {

    padding: 20px 0px 0px 0px;

	text-align: left;

	font-size:14px;

	line-height: 20px;

}

#content a {

    color: #722A53;

	text-decoration: underline;

}

#content a:hover {

	font-weight: bold;   	

}

		

/***Footer***/



#footer {

    background: url(images/footer.gif) top no-repeat;

	width: 795px;

	height: 76px;

	margin-top: 0px;

	margin-bottom: 6px;

	padding: 5px 0px 3px 0px;

}

#footer p {

    text-align: center;

	font-size: 12px;

	color: #666666;

	line-height: 18px;

}

#footer a {

    color: #722A53;

	text-decoration: none;

}

#footer a:hover {

    color: #722A53;

	text-decoration: underline;

}



/***Calendar***/



#calendar {

    text-align: center;

}