html, body.tema, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body.tema
{
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(Images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
}


h1, h2, h3, h4, h5, h6
{
	color: #E6673A;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2
{
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}

h4
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p
{
	margin: 2em 0;
	line-height: 1.4;
}
a
{
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}



a:hover
{
	text-decoration: none;
}

#sizer
{
	margin: 10px auto 0 auto;
	padding: 0;
	width: 58%;
	max-width: 192px;
}
#expander
{
	min-width: 772px; /* Critical Safari fix! */
	position: relative;
	margin: 0 -386px 0 -386px;
	background-color: transparent;
}

/* Holly hack for IE \*/
* html #expander
{
	height: 0;
}
/* */

#wrapper
{
	width: 100%; /* helps IE get the child percentages right. */
	text-align: left;
	background-color: #FFFFFF;
}

/* http://positioniseverything.net/easyclearing */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

#skiptocontent
{
	position: absolute;
	margin-left: -1000px;
	top: 0px;
	left: 175px;
}
#leftcolumn
{
	float: left;
	width: 145px;
	margin-right: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color: #FFFFFF;
	font-size: 0.9em;
}

html > body.tema #leftcolumn
{
	margin-right: 0;
}

#leftcoltop
{
	height: 25px;
	border-bottom: 15px solid #FFFFFF;
	background-color: #358202;
}
#loginbox
{
	min-height: 100px;
	padding: 5px 0.5em;
	background-color: #358202;
	background-image: url(Images/loginbox_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#logouisp
{
	min-height: 100px;
	padding: 5px 0.5em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

* html #loginbox label
{
	color: #FFFFFF;
}

#loginbox h4
{
	margin: 0;
}

#leftbarcontainer
{
	padding: 4em 0.5em;
	background-color: #FFFFFF;
}
#subnav
{
	padding-bottom: 1em;
	overflow: hidden;

}

#subnav a
{
	color: Green;
	font-size:small;
	}

#subnav a:hover
{
	text-decoration: underline;
}

.leftbaritem
{
	padding: 2em 0.5em;
}

#rightcolumn
{
	float: right;
	height:180px;
	width: 152px;
	margin-left: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#358202;
	background-image: url(Images/rightcol_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 0.9em;
}

html > body.tema #rightcolumn
{
	margin-left: 0;
}

#rightcoltop
{
	height: 20px;
	padding:0px;
	border-bottom: 15px solid #FFFFFF;
	text-align: right;
	color: #FFFFFF;
	background-color: #358202;
}

#rightcoltop a
{
	color: #FFFFFF;
}

#searchbox
{
	position: relative;
	height: 200px;
	padding: 0px;
	background-color:Transparent;
}
#searchbox div
{
	position: absolute;
	bottom: 0px;
	text-align: right;
}
#rightbarcontainer
{
	margin-top: 60px;
	padding: 0px;
	background-color: transparent;
}

.rightbaritem
{
	padding: 0px;
}

#centercolumn
{
	height: 1%;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(Images/centercol_bg.jpg);
	background-repeat: no-repeat;
	background-position: -2px 0px;
}
html > body.tema #centercolumn
{
	height: 180px;
	margin-left: 130px;
	margin-right: 152px;
}
#centercoltop
{
	height: 26px;
	background-color: #358202;
}

html > body.tema #centercoltop
{
	height: 25px;
}

#mainnav
{
	
	width:100%;
	font-size: 1em;
}

#mainnav a
{
	color:White;
	background-color: #358202;
}

#mainnav a:hover
{
background-color: #44A802;
}

#mainnav table
{
	text-align: Left;
	background-color: #358202;
	}

#mainnav .item
{
	margin-top:0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #358202;
}

html > body.tema #mainnav .item
{
	padding: 0px;
}

#mainnav .hover
{
	background-color: #44A802;
}

#mainnav .selected
{
	
	color: #FFFFFF;
	background-color:#44A802;
}
#header
{
	position: relative;
	height: 118px;
	background-color: transparent;
	top: 0px;
	left: 0px;
}
#maincontent
{
	margin-top: 60px;
	padding: 0px;
	background-color: transparent;
}
#maincontent .teaser
{
	margin: -0.7em 0;
	color: #28578D;
}

#maincontent table tr td
{
	padding: 0.2em 0.5em;
	text-align: left;
}

#maincontent fieldset
{
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #000000;
}

#maincontent legend
{
	color: #E6673A;
	background-color: #FFFFFF;
}

* html #maincontent legend
{
	padding: 0.5em;
}

#maincontent caption
{
	text-align: left;
	font-weight: bold;
}

html > body.tema #maincontent .txtBox
{
	font-size: 1.2em;
}

#maincontent .txtBox
{
	background-color: #F4F7FA;
}

#maincontent .txtBox:focus
{
	background-color: #FFFFFF;
}

.txtBox
{
	border: 1px solid #358202;
	font-size: 1em;
	background-color: #FFFFFF;
}
.button
{
	border: 1px solid #358202;
	color: #FFFFFF;
	background-color: #CC3300;
	font-size: smaller;
}
.imgfloatright
{
	float: right;
	display: inline;
	margin: 0.25em 0 0.25em 1em;
}
0.25em 0;
}
div.readmore
{
	text-align: right;
}
#footer
{
	margin: 1px;
	padding: 0.5em;
	font-size: smaller;
	text-align: center;
}

#footer
{
	margin: 2px;
	padding: 0.5em;
	font-size: smaller;
	text-align: center;
}

#footer a
{
	padding: 0 0.5em;
}

@media print
{
	body.tema
	{
		margin: 0;
		padding: 0;
		font-size: 10pt;
		line-height: 12pt;
		background: #FFFFFF !important;
	}
	#sizer
	{
		margin: 0;
		width: auto !important;
	}
	#expander
	{
		margin: 0 !important;
		background: none;
	}
	#wrapper
	{
		border: none;
		background: none;
	}
	a
	{
		color: #666666;
		text-decoration: underline;
	}

	#leftcolumn, #rightcolumn, #maincontent h2:before
	{
		display: none;
	}

	#centercolumn
	{
		width: 100%;
		margin: 0px;
		background: none;
	}
	#centercoltop
	{
		height: auto;
		background: none;
	}
	#header
	{
		margin: 0;
		border: none;
		height: auto;
		background: none;
	}

	/*Turn off the transparent gif logo as it looks rather unsightly on paper. */
	#header img
	{
		display: none;
	}

	#maincontent
	{
		margin: 0;
		border: none;
		background: none;
	}

	#maincontent .teaser
	{
		font-style: italic;
	}

	#maincontent fieldset
	{
		border: none;
	}

	#maincontent .txtBox
	{
		background: none;
	}
}





.SimpleEntertainmentMenu ul.AspNet-Menu /* Tier 1 */
{
    width: 100%; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul  /* Tier 2 */
{
	
    top: 100%;
    left: 0;
}

.SimpleEntertainmentMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
	
    top: 0em;
    left: 0em;
}

.SimpleEntertainmentMenu li /* all list items */
{
	width:9.1em;
    background: #358202;
}

.SimpleEntertainmentMenu li:hover, /* list items being hovered over */
.SimpleEntertainmentMenu li.AspNet-Menu-Hover
{
    background: #44A802;
}

.SimpleEntertainmentMenu a, /* all anchors and spans (nodes with no link) */
.SimpleEntertainmentMenu span
{
    color: White;
    font-weight:bold;
    padding: 4px 2px 4px 8px;
    border:1px solid #358202;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a, /* leaves */
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SimpleEntertainmentMenu li:hover a, /* hovered text */
.SimpleEntertainmentMenu li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    
    color: #E6673A;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu li:hover li a, /* the tier above this one is hovered */
.SimpleEntertainmentMenu li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li span,
.SimpleEntertainmentMenu li:hover li:hover li a,
.SimpleEntertainmentMenu li:hover li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: White;
    font-weight:bold;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

.SimpleEntertainmentMenu .AspNet-Menu-Selected /* this tier is selected */
{
    
}

.SimpleEntertainmentMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    
}

.SimpleEntertainmentMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    
}

#EntertainmentMessage
{
    padding-top: 2em;
    clear: both;
}
.image_sx {float: left; margin: 6px;}

a.foto
{
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
}

