﻿/*
    COMMON STYLES
*/

html { height: 100%; }

body {
	background-position: top;
	margin: 0px 0px;
	padding: 0px;
	background-color: #d8ecf7;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url('../images/body-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
	
#Content {
	width:900px;
	margin:0px auto;
	text-align:left;
	}
	
li {
	line-height: 150%;
}
p {
	line-height: 150%;
	text-indent: 15px;
	margin: 5px 5 0 5;
}
h1 {
	font-size: 24px;
	color: #081d9f;
	margin-left: 15px;
}

h2 {
	font-size: 20px;
	color: #081d9f;
	margin-left: 15px;
}

img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}

a:link	{
	color: #3ca7ef;
	text-decoration: none;
	font-weight: bold;
}
a:visited	{
	color: #3ca7ef;
	text-decoration: none;
	font-weight: bold;
}
a:hover	{
	color: #081d9f;
	text-decoration: underline;
	font-weight: bold;
}


.footer {
	font-size: 11px;
	color: #333333;
}

.footer a:link{
	color: #333333;
	text-decoration: none;
}

.footer a:hover{
	color: #333333;
	text-decoration: underline;
}

.footer a:visited{
	color: #333333;
}

.StivaGalleryImageTitleLayout2{
	color: #3ca7ef;
	font-weight: bold;
	margin-bottom: 5px;
}

