A {color: #54378a; text-decoration: underline;}
A:hover {color: #54378a;text-decoration: underline;}

.navLink A {color: #54378a; text-decoration: none;}
.navLink A:hover {color: #f39400;text-decoration: none;}

#adress A {color: #FFFFFF; text-decoration: none;}
#adress A:hover {color: #FFFFFF;text-decoration: underline;}

.subNavLink A {color: #54378a; text-decoration: none;}
.subNavLink A:hover {color: #f39400;text-decoration: none;}

.active A {color: #f39400; text-decoration: none;}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}


html, body {
	margin: 0px;
	padding: 0px;
	background-color: #54378a;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #231F20;
	font-size: 11px;
	text-align: center;
}

img { 
	border: 0px; 
	padding: 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 4 0;
	padding: 0px;
	color: #54378a;
}

h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 4 0;
	padding: 0px;
	color: #f29400;
}

#container1 {	
	width: 844px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat-y;
}

#container2 {	
	width: 844px;
	padding: 110px 0px 0px 46px;
	background-image: url(../images/bgWebsite.jpg);
	background-repeat: no-repeat;
	}

#content {
	width: 740px;
	border-top: 1px solid #f39400;
	text-align: left;
	clear: both;
}

#nav {
	height: 28px;
	padding: 6px 0px 0px 104px;
	margin: 0px 0px 6px 0px;
}


#subNav {
	float: left;
	width: 120px;
	padding: 0px 18px 0px 0px
}

#textholder {
	margin: 0px 0px 0px 122px;
	border-top: 20px solid #54378a;
	padding: 10px 0px;
}

.navLink {
	float: left;
	display: block;
	height: 20px;
	padding: 6px 18px 2px 18px;
	border-right: 1px solid #f39400;
	font-size: 12px;
}

.subNavLink {
	display: block;
	height: 34px;
	padding: 9px 0px 0px 0px;
	border-top: 1px solid #f39400;
	font-size: 12px;
}

.lastLink {
	border: 0px;
}


#innercontent {
	float: left;
	width: 468px;
	padding: 20px;
	border-left: 1px solid #f39400;
	border-right: 1px solid #f39400;
	color: #231F20;
}

#text {
    padding: 0px 0px 15px 0px;
}

#banners {
	text-align: right;
	margin: 0px 0px 0px 470px;
}

#banners img {
	border: 1px solid #54378a;
}

.banner {
	margin: 0px 0px 12px 0px;
}

#footer {
	width: 844px;
	height: 69px;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: no-repeat;
}

.article {
	width: 420px;
}

.articleImage {
	float: left;
	margin-bottom: 10px;
	width: 140px;
}

.articleBorder {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	border-bottom: 10px solid #54378a;
	margin: 0px 0px 18px 0px;
}

.articleBorderLast {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	border-bottom: 0px solid #54378a;
	margin: 0px 0px 18px 0px;
}

.articleText {
	margin: 0px 0px 0px 150px;
}

.shortText {
	margin: 0px 0px 6px 0px
}

.linkMore {
	margin: 0px 0px 6px 0px;
}

#adress {
	color: #FFFFFF;
	height: 32px;
	font-weight: bold;
	font-size: 11px;
	background-color: #54378a;
	padding: 10px 0px 0px 20px;
}

#pagecontent {
    clear: both;
}
