html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Times, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1 {
	margin: 30px 0;
	padding: 0;
	color: red;
	font-size: 14px;
}

h2 {
	margin: 10px;
	padding: 0;
	color: #336699;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	text-align: center;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}

a {
	text-decoration: underline;
	color: #0000FF;
}

a:hover {
	color: #0099FF;
}

#leftside {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 100%;
	text-align: center;
}

#leftside img {
	height: 130px;
	border: 1px solid #999999;
}

#leftside ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid yellow;
	text-align: left;
}

#leftside li {
	padding:  3px 10px;
	border-bottom: 2px solid yellow;
	background-color: #336699;
}

#leftside ul li.submenu {
	background-color: #c6eff7;
	color: #333333;
	border: none;
}

#leftside ul li a:link.black, #leftside ul li a:visited.black {
	color: #333333;
}

#leftside ul li a:hover.black {
	color: red;
}

#leftside a {
	text-decoration: none;
}

#leftside a:link, #leftside a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#leftside a:hover {
	color: red;
}
	
#header {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 160px;
	height: 110px;
	width: 100%;
	background-color: yellow; /* changed from default #c6eff7; */
	border-bottom: 4px solid #336699;
	text-align: center;
}

.red {
	color: red;
}

.redstrong {
	color: red;
	font-weight: bold;
}

.bluestrong {
	color: blue;
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

#content {
	position: relative;
	margin: 110px 0 20px 170px;
	padding: 10px 20px 20px 20px;
}


#content img {
	border: 1px solid #99999;
	margin-right: 10px;
}

.standard_size {
	width: 450px;
}

.leftfloat {
	float: left;
	width: 100px;
	height: 100px;
}



#content ul {
	margin: 0px;
	list-style: bullet;
}

#unbullet {
	width: auto;
}

#unbullet ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#unbullet li {
	padding-left:  150px;
}

p.quote {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	text-align: center;
}

#divider {
	margin: 0;
	padding: 10px 0;
	width: auto;
	background: #c6eff7;
	text-align: left;
}

#dividertitle {
	margin: 0;
	padding: 10px 0;
	width: auto;
	background: #c6eff7;
	text-align: center;
	font-weight: bold;
}

.hover {
	color: #FF0000;
}

.silslendir {
	font-size: 8pt;
	font-weight: 300;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
