﻿/*
    COMMON STYLES
*/

html { height: 100%; }

body {
	background-position: top;
	margin: 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 15px;
	color: #333333;
	background-image: url('../images/BG.jpg');
	background-repeat: repeat-x;
}
	
#Content {
	width:900px;
	margin:0px auto;
	text-align:left;
	}

p {
	line-height: 150%;
	text-indent: 15px;
	margin: 5px 5px 0px 5px;
}
h1 {
	font-size: 24px;
	color: #267c0f;
	margin-left: 15px;
}

h2 {
	font-size: 20px;
	color: #267c0f;
	margin-left: 15px;
}

img {
	border: 0px;
}

a:link	{
	color: #267c0f;
	text-decoration: none;
}
a:visited	{
	color: #267c0f;
	text-decoration: none;
}
a:hover	{
	color: #41a9ee;
	text-decoration: underline;
}

.footer {
	font-size: 13px;
	color: #FFFFFF;
}

.footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.footer a:visited{
	color: #FFFFFF;
}

.leftside {
	font-size: 11px;
	color: #333333;
}

.leftside a:link{
	color: #333333;
	text-decoration: none;
}

.leftside a:hover{
	color: #333333;
	text-decoration: underline;
}

.leftside a:visited{
	color: #333333;
}

.bottom {
	font-size: 13px;
	color: #333333;
}

.bottom a:link{
	color: #267c0f;
	text-decoration: none;
}

.bottom a:hover{
	color: #41a9ee;
	text-decoration: underline;
}

.bottom a:visited{
	color: #267c0f;
}

.pageheader {
	font-size: 14px;
	color: #288B26;
	font-weight: bold;
}

.pagedetails {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #800000;
	text-align: center;
}
hr {
    width: 95%;
    height: 1px;
    color: #288b26;
    border: 0px;
    background-color: #288b26;
    margin: 0px auto;
    padding: 0px;
}


.StivaGalleryImageTitleLayout2{
	color: #267c0f;
	font-weight: bold;
	margin-bottom: 5px;
}
