﻿body {
	font-family:times new roman,serif;
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
	background-repeat: repeat-x;
	background-image: url('/Images/GradientLeftSide.jpg');
	background-position: top;
	margin: 0px;
	background-color: #d9c8bd;

}
.background {
	background-repeat: repeat-x;
	background-image: url('/Images/GradientLeftSide.jpg');
	background-position: top;

}
.background2 
{
	background-repeat: repeat-x;
	background-image: url('/Images/GradientLeftSideBottom.jpg');
	background-position: top;
}
h3 {
	font-family:verdana,arial,sans-serif;
	color: #999999;
	margin: 20px 0px 0px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 12px;
	font-weight: bold;
	border-left-color: #999999;
	padding-bottom: 0px;
	}
h1 {
	font-family:times new roman,times;
	color: #FFFFFF;
	background-position: top;
	background-color: #1a2574;
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	border-left-color: #999999;
	padding-top: 15px;
	padding-left: 20px;
}