body,html
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #333;
	padding: 0; 
	margin: 0;

}
img
{
	border:0px;
}
td{
	font-size: 11px;
	color: #656565;
}
hr
{
	color: #cccccc;
}

a
{
	color: #336;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}
.newsheader
{
	color:#B2B3B7;
	font-weight: bold; 
	font-size: 1em; 
	display: block;
	text-decoration: none;
}
.newspuff
{
	display: block;
	color:black;
}
.newsreadmore
{
	color:#B2B3B7;
	font-weight: bold; 
	font-size: 1em; 
	display: block;
	text-decoration: none;
}


p
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
}
h1, .heading1
{
	font-weight: bold;
	font-size: 1.5em; 
	color: #333;
	display: inline;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #95632F;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 1em;
	color: #333;
	EditMenuName: Heading 3;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
.red
{
	color: #CC0000;
	EditMenuName: Normal red text;
}
hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}




input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}
/* --------- Image format ----------- */
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}



.tblLeftColumn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.tblRightColumn 
{ 
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

	
}

#maincontent {

	font-size: 11px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.tblMainColumn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.tblToolArea {
	background-color: #999999;
}
.tblMainNavigatorArea {
	background-color: #FF9900;  
}
/************************/
/* MAINMENUAREA         */
/************************/

#MainMenuArea 
{
	height:27px;
}

#MainMenuArea ul 
{	
	padding:0px 0px 0px 0px;
	display: inline; 

}

#MainMenuArea li
{

	float: left;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 10px;

	font-size:13px;	

}

	
#MainMenuArea  a.inactive {	font-size:10px; font-weight:bold; text-decoration: none; color: #444444; }
#MainMenuArea  a.inactive:link {	font-size:10px; font-weight:bold;text-decoration: none; color: #444444; }
#MainMenuArea  a.inactive:visited {	font-size:10px;font-weight:bold; text-decoration: none; color: #444444; }
#MainMenuArea  a.inactive:hover {	font-size:10px;font-weight:bold; text-decoration: none; color: #CFE59C; }

#MainMenuArea  a.active {	font-size:10px;font-weight:bold; text-decoration: none; color: #CFE59C; }
#MainMenuArea  a.active:link {	font-size:10px;font-weight:bold; text-decoration: none; color: #CFE59C; }
#MainMenuArea  a.active:visited {	font-size:10px;font-weight:bold; text-decoration: none; color: #CFE59C; }
#MainMenuArea  a.active:hover {	font-size:10px;font-weight:bold; text-decoration: none; color: #444444; }


/************************/
/* SUBMENUAREA          */
/************************/

#SubMenuArea 
{
	
}

#SubMenuArea .undermeny{ 
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: inline;
	color: #000000;
	padding-bottom: 5px;
}

#SubMenuArea .undermeny a { text-decoration: none; color: #000000; }

#SubMenuArea .undermeny_active{ 
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	color: #000000;
	padding-bottom: 5px;
}

#SubMenuArea .undermeny_active a { text-decoration: none; color: #000000; }
 

#SubMenuArea ul li .undermenyitemdiv{
	border-top: 2px solid #FF9900;
	padding: 6px 0px 2px 10px;
	margin: 5px 0px 0px 0px;
}
#SubMenuArea ul li .undermenyitemdiv_active{
	border-top: 2px solid #FF9900;
	background-color: #E7E7E9; 
	padding: 6px 0px 2px 10px;
	margin: 5px 0px 0px 0px;
}



#SubMenuArea ul li ul li .undermenyitemdiv
{
	border-top: 2px solid #FF9900;
	background-position: left;
	background-repeat: no-repeat;
	padding: 6px 0px 2px 10px;
	margin: 5px 0px 0px 0px;
}

#SubMenuArea ul li ul li .undermenyitemdiv_active
{
	border-top: 2px solid #FF9900;	
	background-position: left;
	background-repeat: no-repeat;
	padding: 6px 0px 2px 10px;
	margin: 5px 0px 0px 0px;
}






#SubMenuArea ul li ul li ul li .undermenyitemdiv{
	border-top: 2px solid #FF9900;
	background-image:url('images/blackdot.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 0px solid black;
	padding: 1px 0px 2px 8px;
	margin: 7px 0px 7px 18px;
}

#SubMenuArea ul li ul li ul li .undermenyitemdiv_active{
	background-image:url('images/blackdot.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 0px solid black;
	padding: 1px 0px 2px 8px;
	margin: 7px 0px 7px 18px;
}


#SubMenuArea ul li ul li ul li ul li .undermenyitemdiv{
	background-image:url('images/blackdot.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 0px solid black;
	padding: 1px 0px 2px 8px;
	margin: 7px 0px 7px 30px;
}

#SubMenuArea ul li ul li ul li ul li .undermenyitemdiv_active{
	background-image:url('images/blackdot.gif');
	background-position: left;
	background-repeat: no-repeat;
	border: 0px solid black;
	padding: 1px 0px 2px 8px;
	margin: 7px 0px 7px 30px;
}

#SubMenuArea ul {
	margin-top:0px; 
	margin-bottom:0px; 
	list-style-position: outside;
	list-style-type: none;
}
#SubMenuArea li {
	margin:0px 0px 0px -40px;
	list-style-position : outside;
	list-style-type: none;
}


/************************/
/* BREADCRUMBS          */
/************************/


#breadcrumbs 
{
	padding:5px;
	margin-bottom:10px;
	border-bottom:1px solid #999999;  
}

#breadcrumbs .bcrumbs{ 
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: inline;
	color: #000000;

}

#breadcrumbs .bcrumbs a { text-decoration: none; color: #000000; }

#breadcrumbs .bcrumbs_active{ 
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	color: #000000;

}

#breadcrumbs .bcrumbs_active a { text-decoration: none; color: #000000; }


.quickSearchField
{
	width:150px;
	height:12px;
	font-size:10px
}
#doth1
{
		background-image:url('images/doth.gif');
		background-repeat:repeat-x;
		width:100%;
		height:2px;
}


.NewsListingHeader
{
	border-bottom: solid 0.1em #F0E5CE;
	width:100%;
	font-size:1.2em;
	font-weight:600;
	padding: 0.4em 0.4em 0.4em 0.5em;
}
.NewsListingItem
{
	
	padding: 0.6em 0.4em 0.6em 0.5em;
}
a.NewsLink
{
	text-decoration: none;
	font-weight: bold;
}
a.RightListingHeader
{
	width:100%;
	font-size:1.2em;
	font-weight:600;
	padding: 0.4em 0.4em 0 0.2em;
	margin-bottom:0.6em;
	text-decoration: none;
	color: #333333;
}

a.RightListingItem
{
	text-decoration: none;
	display: block;
	padding-left: 0.3em;
	clear: both;
}

a.linklist
{
	text-decoration: none;
	color:#7CC241;
}

.datelistingtext
{
	color: #606060; 
	font-size: 1em; 
	font-style: italic;
}
.rssevenrow
{
	background-color:  #ffffff;
	padding: 0.6em 0.4em 0.6em 0em;
}
.rssunevenrow
{
	background-color:#ffffff;
	padding: 0.6em 0.4em 0.6em 0.5em;
}
.rssheaderrow
{
	background-color: #ffffff;
	border-bottom: solid 0.1em #F0E5CE;
}

/*a.startnewsHeading
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: white;
	display: block;
	text-decoration: none;
	
}*/
#newsheaderdiv
{
	background-color:#B2B3B7;
	color:White;
	height:1.7em;
	padding-left:0.5em;
	padding-top:0.5em;
	font-weight:bold;
	margin-top:0.1em;
	margin-bottom:0.9em;
}
/*a.Startnews
{
	font-weight: bold; 
	font-size: 1em; 
	color: #444;
	display: block;
	text-decoration: none;
	text-transform:uppercase;
}*/

a.StartCalendar
{
	font-weight: bold; 
	font-size: 1em; 
	color: #333;
	display: block;
	text-decoration: none;
}
#startpageleftnews
{
	margin-left:0.5em;
	margin-bottom:0.3em;
	margin-right:0.5em;
}
#QuickMenuArea  a {	font-size:10px; font-weight:bold; text-decoration: none; color: #444444; }
#QuickMenuArea  a:link {	font-size:10px; font-weight:bold;text-decoration: none; color: #444444; }
#QuickMenuArea  a:visited {	font-size:10px;font-weight:bold; text-decoration: none; color: #444444; }
#QuickMenuArea  a:hover {	font-size:10px;font-weight:bold; text-decoration: none; color: #444444; }
/*************************/
/* SITEMAP PAGE          */
/*************************/
#SiteMap ul 
{
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}
#SiteMap li a
{
    text-decoration: none;
}

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(images/SiteMapBullet.png) no-repeat;
    font-size: 0.7em;
}

#SiteMap li li a
{
    text-decoration: underline;
}

#SiteMap li li li
{
    font-size: 1em;
}
