@charset "utf-8";
/* =======================================Tags===================================== */

body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Tahoma;
	font-size: .8em;
}

a
{
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
	
}
a:hover
{
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
	
}

/* =======================================Furnature===================================== */
#div_wrapper {
	width:765px;
	margin-right: auto;
	margin-left: auto;
}

#div_Footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
	color: #FFFFFF;
	width: 765px;
	padding-top:10px;
	margin-top: 25px;
	clear: both;
}
#div_Body {
	background: url(images/background.jpg) top left no-repeat;
	margin: 0px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	
	}
	
/* ======================================= Home Page Columns ===================================== */
#div_BodyLeft {
	width: 210px;
	float: left;
	margin-right: 17px;

}

#div_BodyLeft img {
	border: 1px solid #000000;
}


#div_BodyMid {
	width: 210px;
	float:left;
	margin-right: 17px;

}
#div_BodyMid img {
	margin-left: 5px;
	border: 1px solid #000000;
}
#div_BodyRight {
	width: 210px;
	float:left;

}

#div_BodyRight img {
	
	border: 1px solid #000000;
}

/* =======================================Design Page Columns ===================================== */
#div_BodyLeftMenu {
	width: 160px;
	float: left;


}

#div_BodyTwoCol {
	width: 484px;
	float: left;
	padding-left:15px;	
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #F1DCDD;
}

#div_BodyTwoCol tr {
	vertical-align: top;
}



/* ======================================= Styles ===================================== */
.headingText {
	font-weight: bold;
	color:#990000;
}
