* {
	margin:0px;
	padding:0px;
}

/*******The BODY*********/
body {
	text-align:center;
	color:#000000;
	font-family:"Lucida Sans", Verdana, "Trebuchet MS";
	background:url("images/bg_1.gif") #ffffff repeat-x;
}
a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #3B1427;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

#flashPlayer {
	margin-top: 10px;
	margin-bottom: 10px;

}


#wrapper {
	width:819px;
	height:100%;
	margin:auto;
}

#wrapper_left {
	background:url("images/shadow_left.png") repeat-y top left;
}
#wrapper_right {
	background:url("images/shadow_right.png") repeat-y top right;
}

.wrapleft {
	background-image: url(images/bg-left.jpg);
	background-repeat: repeat-y;
	width: 9px;
}

.wrapright {
	background-image: url(images/bg-right.jpg);
	background-repeat: repeat-y;
	width: 9px;
}

#header {
	width:801px;
	height:138px;
	margin:auto;
	background-color: #ffffff;
}

#indexnews {
	width: 288px;
	float:right;
	margin-left: 10px;
	
}
.bordermage {
	border: 1px solid #DFC2D0;
}


.newscontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #8A5770;
	padding-top: 5px;
	background-color: #f6ecf1;
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 16px;
	background-image: url(images/bg-newsbox.jpg);
	background-repeat: repeat-x;
}
.small10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
}


.newsinfo {
	margin-bottom: 10px;
	background-image: url(images/news-bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 13px;
}

#logo{
	float:left;
}
#logo_image {
	margin:10px 0px 0px 20px;
}
#mary{
	float:right;
}
#mary_image {
	margin:0px;
}

#menu {
	text-align:left;
	background-color:#8a5770;
	width:801px;
	height:35px;
	margin:auto;
}
#menu_table{
	text-align:left;
	margin:7px 10px;
}
#menu_table td{
	color:#fff;
}
#menu_table td a{
	color:#fff;
	font-size:13px;
	padding:5px;
	text-decoration:none;
}

#menu_table td a:hover{
	color:#fff;
	font-size:13px;
	padding:5px;
	text-decoration:underline;
}

#content {
	background-color:#fff;
	width:801px;
	min-height:500px;
	height:100%;
	_height:500px;
	margin:auto;
	text-align: left;
	font-size: 13px;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
}

#footer {
	background-color:#3b1427;
	width:801px;
	height:35px;
	margin:auto;
	text-align:center;
}
#footer_text{
	font-size:11px;
	color:#fff;
	padding:10px 0;
}
h1 {
	font-size: 21px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8A5770;
	margin-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8A5770;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8A5770;
	margin-bottom: 10px;
	margin-top: 10px;
}
.date {
	font-family: arial;
	font-weight: bold;
	color: #3B1427;
}
.calendar {
	margin-top: 10px;
}

.special {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 350px;
	background-color: #FFFFFF;
	
}
.newsbox {
	float: left;
	width: 325px;
	margin-right: 40px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8A5770;
	padding-top: 0px;
	margin-top: 10px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

a.video {
	width: 450px;
	height: 275px;
	display: block;
	background-image: url(images/sprite-index-video.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

a.video span {
        display: none; 
}

a.video:hover {
	background-image: url(images/sprite-index-video.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

