/* CSS Document */
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {color: blue; text-decoration: none;}
body {
	background-color: #fff;
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.menu-bg
{ 
background-image: url(images/menu-bg.gif);
}
.Nav  {
	font-size: 12px;
	font-weight: bold;
	color: #840000;
	text-decoration: none;
	display: block;
	height: 31px;
	line-height: 31px;
	text-align: center;

}
.Nav a {
	color: #840000;
	text-decoration: none;
}
.Nav a:hover {
	color: #000000;
	text-decoration: none;	
}
.left-bg
{
background-color: #990000;
}

.left-text {
background-color: #fee67a;
color: #000000;
font-size: 11px;
display:block;
font-weight: bold;
}

.body-bg
{
background-color: #990000;
}
.photo-border
{
border: #fee67a solid 3px;
background-color: #fee67a;
}
.footernav {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/footer.jpg);
	height: 72px;
}
.footernav  a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	
}
.footernav  a:hover {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
.photo-right-border
{
border: #fff solid 3px;

}
.body-right-text
{
color: fff;
font-size: 12px;
font-weight: bold;
line-height: 24px;
padding-left: 10px;
padding-right: 10px;
}

.bodyrightheading {
color:#FFFFFF;
font-size: 14px;
font-weight: bold;
line-height: 24px;
}
.bodyrightheading  a {
	text-decoration: none;
	color:#00FFFF;
	font-size: 14px;
}
.bodyrightheading  a:hover {
	font-size: 14px;
	color: #3399FF;
	text-decoration: none;
}