/* ######### Page Background ######### */

body {

			background-image: 			url(images/page_bg.jpg);
			
			background-repeat:			repeat-x;
									
			background-color: 			#F6CD01;
			
			}



/* ######### Style for all Links ######### */

a:link {

			color: 						#5c5c5c;
			
			text-decoration: 			none;
			
			}


a:visited {

			text-decoration: 			none;
			
			color: 						#5c5c5c;
			
			}


a:hover {

			text-decoration: 			underline;
			
			color: 						#F8B101;
			
			}


a:active {

			text-decoration: 			none;
			
			color: 						#5c5c5c;
			
			}



.menutext {

			font-family:				tahoma;
			
			color: 						#5c5c5c;
			
			font-size:					12px;
			
			font-weight:				bold;
			
			}
	
	
	
			
/* ######### Style for all the text ######### */
			
.texttitle {
			
			font-family:				arial;
			
			color: 						#656565;
			
			font-size:					17px;
			
			font-weight:				bold;
			
			}
			
			
			
.bodytext  {
			
			font-family:				arial;
			
			color: 						#666666;
			
			font-size:					12px;
			
			padding-left:               20px;
			
			padding-right:              20px;
			
			text-align:                 justify;
			
			}
			
			
			
.lefttext  {
			
			font-family:				arial;
			
			color: 						#666666;
			
			font-size:					12px;
						
			}
			
			
.input {

			background-color: 			#bebebe;
			
			border:						0;
			
			width:						200px;
			
			height:						20px;
			
			padding-top:		        3px;
			
			padding-left:               3px;
			
			padding-right:              3px;
			
			font-family:				arial;
			
			color:						#000;
			
			font-size:					12px;
			
			}
			
			
			
.scrolltext {
			
			font-family:				tahoma;
			
			color: 						#fff;
			
			font-size:					11px;
						
			}
			
			
			
.footer {
			
			font-family:				arial;
			
			color: 						#494949;
			
			font-size:					12px;
						
			}
.footer a{
			
			font-family:				arial;
			
			color: 						#494949;
			
			font-size:					12px;
						
			}
.footer a:hover{
			
			font-family:				arial;
			
			color: 						#494949;
			
			font-size:					12px;
						
			}			

			

/* ######### Style for changing menu background ######### */

menu{ 
			background:					url(images/mbg.jpg) repeat-x;
			
			font-family:				"tahoma"; 
			
			font-size:					12px; 
			
			font-weight:				bold;
			
			cursor:						pointer;
			
			}
	

.menu2{ 

			background:					url(images/m2bg.jpg);
			
			background-repeat: 			repeat-x;
			
			background-position:		center;
			
			font-family:				"tahoma"; 
			
			font-size:					12px;
			
			cursor:						pointer;
			
			}

			


/* ######### Style for Drop Down Menu ######### */


.dropmenudiv{

			margin-top:					18px;
						
			position:					absolute;
			
			top: 						0;
			
			border: 					1px solid #BBB; /*THEME CHANGE HERE*/
			
			border-bottom-width: 		0;
			
			font:						normal 11px tahoma;
			
			line-height:				18px;
			
			z-index:					100;
			
			background-color: 			#5c5c5c;
			
			color:						#ffffff;
			
			width: 						170px;
			
			visibility: 				hidden;
			
			filter: 					progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=135,strength=4);
			
			}


.dropmenudiv a{

			width: 						auto;
			
			display:					block;
			
			text-indent: 				3px;
			
			border-bottom: 				1px solid #BBB; /*THEME CHANGE HERE*/
			
			padding: 	                2px 0;
			
			text-decoration: 			none;
			
			font-weight: 				bold;
			
			color: 						#ffffff;
			
			}


* html .dropmenudiv a{ /*IE only hack*/

			width: 						100%;
			
			}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

			background-color: 			#727272;
			
			color:						#F8B101;
			
			}

.h1{
font-size:14px;
}