body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	margin: 10px 0 0 0;
}
#container {
	background-color: #FFFFFF;
	width: 760px;
	min-height: 530px;
	margin: 0;
	
}
#wrapper {
	background-color: #FFFFFF;
	width: 760px;
	margin: 0;
	float: left;
	padding: 0 0 20px 0;
}

#topl {
	float: left;
	width: 160px;
	height: 360px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 10px 0 0 0;
}

#topm {
	float: left;
	width: 480px;
	height: 360px;
	background-color: #FFFFFF;
	margin: 10px 0 0 0;
}
#topr {
	float: left;
	width: 120px;
	height: 360px;
	background-color: #5E2154;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#toprpr {
	float: left;
	width: 120px;
	height: 360px;
	background-color: #5E2154;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#toprpr img {
	margin: 9px 0 0 0;
	border: 1px solid #FFFFFF;
}
#bottoml {
	float: left;
	width: 160px;
	min-height: 100px;
	text-align: left;
	background-color: #FFFFFF;
}
#bottoml h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 20px;
}
#bottomm {
	float: left;
	clear: right;
	width: 600px;
	text-align: left;
	background-color: #FFFFFF;
}
#bottomm h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
#bottomm p {
	font-size: 12px;
	margin: 10px 20px 10px 0;
	line-height: 150%;
}
#bottomm a {
	color: #5E2154; text-decoration: underline;
}
#bottomm a:hover {
	color: #5E2154; text-decoration: none;
}
#bottomm li {
	font-size: 12px;
	margin: 0;
	line-height: 150%;
}
#bottomm .warning {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;

}
#addr {
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	border: dotted #E5E5E5;
	border-width: 2px 0 0 0;
	margin: 10px 0 0 0;
}
#addr p {
	font-size: 10px;
	color: #666666;
	margin: 10px 0 0 0;
}
/*lightbox*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}

/*menu1*/

#menu1 {
	margin: 20px 0 0 20px;
	text-align: left;
	width: 120px;
	font-size: 14px;
}
#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu1 a {
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0 2px 15px;
}
#menu1 a:link {
	color: #5E2154;
	display: block;
	background: url(../images/menu1.gif);
	text-decoration: none;
}
#menu1 a:visited {
	color: #5E2154;
	display: block;
	background: url(../images/menu1.gif);
	text-decoration: none;
}
#menu1 a:hover { 
	color: #5E2154;
	background: url(../images/menu1.gif) 0 -32px;
	text-decoration: none;
}

/*menu2*/

#menu2 {
	margin: 20px 0 0 20px;
	text-align: left;
}
#menu2 ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	}
#menu2 a {
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0 2px 15px;
}
#menu2 a:link {
	color: #5E2154;
	display: block;
	background: url(../images/menu2.gif); background-repeat: no-repeat;
	text-decoration: none;
}
#menu2 a:visited {
	color: #5E2154;
	display: block;
	background: url(../images/menu2.gif); background-repeat: no-repeat;
	text-decoration: none;
}
#menu2 a:hover { 
	color: #5E2154;
	background: url(../images/menu2.gif) 0 -32px; background-repeat: no-repeat;
	text-decoration: none;
}
#ca {
	width: auto;
	float: right;
	margin: 0 20px 0 0;
	background-color: #EBEBEB;
	border: 1px solid #999999;
}
#ca p {
	margin: 10px;
}