/* CSS Document */

body{
	margin:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:#9B5000;
}
       /* header start */
	   
.header_border{
	border-bottom:#ffffff solid 2px;
}
.headding{
	color:#001070;
	font-weight:bold;
}
.headdingbold{
	color:#9B5000;
	font-weight:bold;
}
.headding2{
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:13px;
	color:#9B5000;
	font-weight:bold;
}
.footer_bg{
	background:url(images/footer-bg.gif) left repeat-x;
	color:#ffffff;
}
.border_left{
	border-left:#9b5000 solid 1px;
	border-bottom:#9b5000 solid 1px;
}
.contact_bg{
	background:url(images/contact-bg.gif) center no-repeat;
}
.buttonone{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color: #ffffff;
	height:19px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but-bg.gif);
}
.buttontwo{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color: #ffffff;
	height:21px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but1-bg.gif);
}
.textfield{
	width:170px;
	height:14px;
	border:#9B5000 solid 1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.textarea{
	width:220px;
	height:50px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#9B5000 solid 1px;
}
	
	.link{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.link:hover{
	color:#ff0000;
	text-decoration:underline;
	font-weight:bold;
}   

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	text-align:left;
}
