/* CSS Document */

body
{
	margin: 0px;
	background-color: #E3DCC2;
}

.left{background: url(images/left.jpg);}
.right{background: url(images/right.jpg);}

.mainbackground {
background-image: url(/images/vertical_background.jpg);
background-repeat: repeat-x;
background-color: #E3DCC2;
}

h1 {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.mainbody {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: none;
}

.header {
	color: #A93D33;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.Links {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.Links:visited {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.Links:hover {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.Links:active {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.Links2 {
	color: #A93D33;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

a.Links2:visited {
	color: #A93D33;
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

a.Links2:hover {
	color: #A93D33;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.Links2:active {
	color: #A93D33;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}


