/*

Stylesheet file Tara
colors:
background: #FFFFFF
Menu-link:  #e9ae30
Menu-mark:  #5a308d
font:       #000000
Top-menu:   #5a308d

*/

* {
	margin: 0 auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#siteWrapper {
	width: 777px;
	border: solid 1px #000;
}

#siteHeader {
	width: 777px;
	height: 212px;
	background: #FFFFFF url(../img/headerBack.jpg) no-repeat top left;
}

#centerContent {
	margin:5px;
	float:left;
}

#clearBox {
 clear: both;
}

/* MainCenterContent */

.Contenttext {
	width: 220px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	text-align:center;
	z-index: 2;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.firstletter {
	font-size:24px;
	letter-spacing: -4px;
}

#homeGallery {
	float: left;
	margin:6px;
}

/* LeftContentBox */

#leftContent {
	float:right;
	margin: 0 37px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #999999;
	text-align: left;
	text-indent: 1px;
}

#leftContTable {
	margin: 0;
}

td.leftContCell {
	border-right: solid 1px #AAAAAA;
}

td.middleContCell {
	height:240px;
	border-top: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	text-align:center;
}

/* LeftMenu */

#menueLeftBox {
	margin: 30px 0;
	width: 153px;
	float: left;
	text-align: right;
	line-height: 200%;
}

a.leftMenuLink:link, a.leftMenuLink:visited, a.leftMenuLink:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e9ae30;
	text-decoration: none;
	font-weight: bold;
	padding-right: 7px;
/*	border: solid 1px #FFF;
	border-right: solid 3px #FFF; */
}

a.leftMenuLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e9ae30;
	text-decoration: none;
	font-weight: bold;
	padding-right: 7px;
	background: url(../img/linkMark.gif) no-repeat center right;
/*	border: solid 1px #FFF;	
	border-right: solid 3px #5a308d; */
}

a.leftMenuLinkACT:link, a.leftMenuLinkACT:visited, a.leftMenuLinkACT:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e9ae30;
	text-decoration: none;
	font-weight: bold;
	padding-right: 7px;
	background: url(../img/linkMark.gif) no-repeat center right;
/*	border: solid 1px #FFF;
	border-right: solid 3px #5a308d; */
}

a.leftMenuLinkACT:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e9ae30;
	text-decoration: none;
	font-weight: bold;
	padding-right: 7px;
	background: url(../img/linkMark.gif) no-repeat center right;
/*	border: solid 1px #FFF;	
	border-right: solid 3px #5a308d; */
}


/* TopMenu */

#topMenuBox {
	margin: 35px 15px 0 0;
	width: auto;
	float: right;
}

a.topMenuLink:link, a.topMenuLink:visited, a.topMenuLink:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a308d;
	text-decoration: none;
	padding: 0 20px;
}

a.topMenuLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a308d;
	text-decoration: underline;
	padding: 0 20px;
}

