/* CSS Document */

/*a fix for IE's handling of PNG files*/
img {
	behavior: url("/CSS/pngbehavior.htc");
}

body {
	background-color: #F2E9DA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.required {
	color: #FF0000;
}

.customlink:link, .customlink:visited
{
	color: #FFFFFF;
}
.customlink:hover
{
	color:#BA765B;
}

.MenuTab{
	color: #F2E9DA; 
	border-color: #F2E9DA; 
	border: 1px;
	margin-left: 5px;
	margin-right: 5px;
	border-style:solid;}
	
.MenuItemSelected:link, .MenuItemSelected:visited
{
	color: #F2E9DA;
	background-color: #000000;
	text-decoration: none;
}

.MenuItemSelected:hover
{
	color: #000000;
	background-Color:#FFFFFF;
	text-decoration: none;
}

.MenuItemLink:link, .MenuItemLink:visited
{
	color: #F2E9DA;
	text-decoration: none;
}

.MenuItemLink:hover
{
	color: #000000;
	background-Color:#FFFFFF;
	text-decoration: none;
}

.TopBar
{
	border: 2px; 
	border-style: solid;
	border-color: #BA765B; 
}

.Fill1
{
height: .8em;
border-bottom: 1px dotted #000000;
width: 100%;
}
.Fill2
{

height: .2em;
max-height: .2em;
overflow: hidden;
}
.coupon
{
border: 3px;
border-style: dashed;
border-color:#000000;
}

.Description
{
margin-left: 24px;
text-align: left;
}

.Addition
{
margin-left: 24px;
text-align: left;
}


.FillItemLeft
{
margin-left: 12px;
text-align: left;
}
.FillItemRight
{
text-align: right;
}

.Category
{
text-align:left;
font-size: large;
}

.Starting
{
text-align:right;
}

.PageHeader
{
margin-top: 5px;
font-style: normal;
font-size: x-large; 
font-weight: bold;

}

.Content
{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}
.LeftImage
{
margin-left:10px;
margin-right:10px;
float:left;
margin-top:45px;
/*border: 1px solid #FF00FF;*/
} 
.RightSide
{

/*border: 1px solid #FF00FF;*/
margin-left:400px;
margin-right:10px;

}
.Image
{
border:2px solid #4d3125;
margin-bottom:40px;
}

