<!--

a.options{
	color: #810098;
}
a.options:visited{
	color: #810098;
}

.nowidth{
	width: auto;
}
.multsel{
	width: 250px;
	height: 100px;
	overflow: auto;
}

		.trigger{
			border:0px solid white;
			height: 22px;
			width:180px;
			padding-top: 2px;
			padding-left: 5px;
			vertical-align: middle;	
			background: url('/images/dropdown.jpg') top left no-repeat;
			font-size: 14px;
			display:block;
			text-decoration:none;
			color: black;
			font-family: tahoma;
		}
		.activetrigger{
			border:0px solid #ccc;

			width:180px;

			padding-top: 2px;
			padding-left: 5px;
			vertical-align: middle;	
			background: url('/images/dropdown.jpg') top left no-repeat;
			display:block;

			font-size: 14px;
			text-decoration: none;
		}
		/* style of the UL */
		.dropcontainer ul{
			background-color:#ECD8F5;
			border:1px solid white;
			border-bottom:none;
			list-style-type:none;
			padding:0;
			margin:0;
/*			width:16em;*/
			width: 400px;
			position:absolute;
			z-index: 3000;
		}
		.dropdownhidden{
			top:0;
			left:-999em;
		}
		.dropdownvisible{
			top:0;
			left:0;
		}
		.dropcontainer ul a{

			display:block;
		/*	width:25em;*/
			width: 400px;
			text-decoration:none;
			color:#666;
			border-bottom:0px solid #999;
		}
		.dropcontainer ul a:hover{
			background:#ccc;

		}
		.dropcontainer{
			position:relative;
						z-index: 3000;
		}

body{
	margin: auto;
	padding: 0;
	font-family: "Tw Cen MT", "Tahoma", "Arial", sans-serif;
	font-size: 12px;
	color: #4d4c4c;
	text-align:center;
}
.maincontentarea{
	font-family: "Tahoma";
	font-size: 12px;
	    line-height: 1.2em;
}
table, tr, td{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#topheader{
	width: 787px;
	height: 132px;
}

#toprow{
	background: url('../imagesnew/stripe.jpg') top left repeat-x;
	text-align: left;
	height: 96px;
}

#buttons{
	width: 762px;
	background: url('../imagesnew/smstripe.jpg') top left repeat-x;
	text-align: center;
}

#bl{
	width: 12px;
	background: url('../imagesnew/bl.jpg') top left no-repeat;
	height: 36px;
}

#br{
	width: 13px;
	background: url('../imagesnew/br.jpg') top left no-repeat;
}

.abutton{
	width: 133px;
	height: 36px;
	background: url('../imagesnew/button.jpg') top left no-repeat;	
	font-weight: bold;
	color: white;
	font-size: 15px;
	float: left;
	vertical-align: middle;
}

.abutton a{
	color: white;
	text-decoration: none;
}

.abutton a:hover{
	color: #ccb6da;
	font-size: 15px;
}
.padder{
	width: 50px;
	height: 30px;
	float: left;
}

#whitetext{
	float: left;
	width: 180px;
	color: white;
	font-size: 12px;
	margin-left: 20px;
}

#loginarea{
	float: right;
	width: 180px;
	color: white;
	margin-right: 5px;	
}

#loginarea input{
	width: 150px;
	height: 15px;
	border: 1px solid white;
	background: white;
	font-size: 14px;
	color: #ffb94b;
	margin-bottom: 2px;
}
#loginarea input.submit{
	float: right;
	width: 54px;
	height: 25px;
	background: url('../imagesnew/login.jpg') bottom left no-repeat;
	border: 0;
cursor: hand;
cursor: pointer;
}


#mainarea{
    width: 566px;

}

input {

	background-color:#ECD8F5;

}

select { 

		background-color:#ECD8F5;
		height: 25px;
		}

#purplebox{
	width: 221px;

	background: #ccb6da;
}

#bpur{
 	width: 221px;
 	height: 35px;
	background: url('../imagesnew/bpur.jpg') top left no-repeat;
}

h2.search{
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#purplebox input, select{
	width: 203px;
	background: white;
	border: 1px solid white;
	height: 25px;
}
#purplebox input.submit{
	background: url('../imagesnew/searchbutton.jpg') top left no-repeat;
	width: 106px;
	height: 25px;
	border: 0;
	cursor: pointer;
	cursor: hand;
}

h1{
	color: #ffa415;
	margin-bottom: 5px;
	font-size: 16px;
}

.copyright, .copyright a{
	color: #793ca0;
	font-size: 16px;
}


.form { width:167px;

		height:18px;

		font-family:tahoma;

		font-size:10px;

		border-style:;

		border-width:;

		border-color:#;

		background-color:#ffffff;

		color:#3C3F3E;}

		



textarea { 

		background-color:#ECD8F5;}

		

input.button {

                background: url(../images/button.gif) repeat;

                outline: none;

		color:#FFFFFF;

}




.anotherbutton{
	height: 23px; 
	width: 75px;
                
                border: 0;
                outline: none;
                cursor: hand;
cursor: pointer;
}
		
.submitbutton{
	height: 23px; 
	width: 75px;
                background: url(../images/submit.jpg) no-repeat;	
                border: 0;
                outline: none;
                cursor: hand;
cursor: pointer;
}
.loginbutton{
	height: 23px; 
	width: 75px;
                background: url(../imagesnew/login_purple.jpg) no-repeat;	
                border: 0;
                outline: none;
                cursor: hand;
cursor: pointer;
	
	
}
.searchbutton{
	height: 23px; 
	width: 75px;
                background: url(../images/search.jpg) no-repeat;	
                border: 0;
                outline: none;
cursor: hand;
cursor: pointer;
}
-->