
.left
{
	background-image: url( 'images/left2.jpg' );
	background-repeat: repeat-y;
	background-position: right;
}

.right
{
	background-image: url( 'images/right2.jpg' );
	background-repeat: repeat-y;
	background-position: left;
}
#menu
{
	background-position: right bottom;
	padding: 35px 20px 45px 20px;
	background-image: url(  'images/menu-bottom1.jpg' );
	background-repeat: no-repeat;
}
#menu ol
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
#menu li
{
height:41px;
width:199px;	
}
#menu a
{
	border-bottom: 1px dotted #FFCC66;
	width: 89%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #FFCC66;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	padding-left: 20px;
	font-size: 11px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-right-color: #BF292B;
	border-bottom-color: #FFCC66;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #BF292B;
}

#menu a:hover
{
	color: White;
	border-bottom-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #FFCC66;
}

#footer
{
	margin-top:20px;
	height:30px;
	padding: 30px 0px 30px 0px;
	font-size: 12px;
	color: #666666;
	background-position: center top;
	background-image: url(  'images/top_shadow.png' );
	background-repeat: no-repeat;
}
.link
{
	text-decoration: underline;
	color: #BF292B;
}
.link:hover
{
text-decoration:none;	
}

h1, h2
{
	color: #BF292A;
	text-align: left;
	font-size: 22px;
	font-family: Vrinda;
}
h2
{
color:Black;	
font-size: 17px;
}

.p
{
	text-align: justify;
	line-height: 25px;
	margin-bottom: 10px;
	font-size:12px;
}

.top_link
{
	padding: 0px 5px 0px 5px;
	display: inline-block;
	text-align: center;
	color: #CCCCCC;
	text-decoration: none;
}
.top_link:hover
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	color: #CCCCCC;
}

.marquee
{ 
color: #1D1D1D;
margin-bottom:10px;
text-decoration:none;
}
.marquee:hover
{
	color: #BF292A;
	
}

.table td
{
padding:5px;	
text-align:left;
}

.div_back
{
  border: 1px solid #E2CF9E; background-color:#E9DAB4; padding: 0px 15px 0px 15px;	
}

.text
{
	border: 1px solid #E9989A;
	width: 250px;
	padding: 5px;
}
.text:focus
{
	background-color: #FFFF00;
}

.button
{
	border-style: none;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	width: 94px;
}
.button:hover
{
	
	background-image: url( 'images/backs.png' );
}

.image
{
	border:none;
}

.image img:hover
{
	border-color: #EFEFEF;
}
.dowload
{
	background-image: url(   'images/download.png' );
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 5px 5px 5px 50px;
	text-align: left;
	margin-bottom: 10px;
}
