/* ----- universal settings -----*/
body {
	margin:0px; 
	padding:0px 0px 0px 0px; 
	background:url('bg.jpg') center top repeat-x #fff5fb; 
	font-family:arial, san-serif; 
	font-size:8pt; 
	color:#000;
	text-align:center;
}

td {
	font-size:8pt;
	text-align: left;
}
p {margin:0px; padding:0px;}

#ctr {margin-left:auto; margin-right:auto; width:760px;}


/* ----- typography/positioning ----- */
.welcome {padding:0px 10px 10px 18px;}
.content {padding:0px 10px 20px 10px;}
.area {padding:10px 20px 10px 20px;}


.footer, .copyright {color:#000; text-align:center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration:none; color:#3f2977;}
a:visited {text-decoration:none; color:#3f2977;}
a:hover {text-decoration:underline; color:#3f2977;}
a:active {text-decoration:none; color:#3f2977;}

.footer a:link, .copyright a:link {text-decoration:none; color:#000;}
.footer a:visited, .copyright a:visited {text-decoration:none; color:#000;}
.footer a:hover, .copyright a:hover {text-decoration:underline; color:#000;}
.footer a:active, .copyright a:active {text-decoration:none; color:#000;}


/* ----- backgrounds ----- */
.footer1 {background:url('footer.jpg') left top no-repeat;}
.foot-l {background:url('foot-l.jpg') right top repeat-x;}
.foot-r {background:url('foot-r.jpg') left top repeat-x;}
.foot-la {background:url('foot-la.jpg') right top repeat-x;}
.foot-ra {background:url('foot-ra.jpg') left top repeat-x;}

.icons {background:url('icons.jpg') left top repeat-x;}
.welcome {background:url('welcome.jpg') left top no-repeat;}
.content {background:url('content.jpg') left top no-repeat;}
.area {background:url('area_tbg.gif') left top no-repeat;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 234px; overflow: hidden;}
ul li {margin-left:-10px; list-style-image:url('bullet.png');}
ul {margin-top: 5px; margin-bottom: 5px;}
.img {border:3px solid #fff; margin-left:5px; margin-bottom:5px;}

/* ----- navigation ----- */
.chromestyle {width:760px;}

	/* -------- Style for Drop Down Menu -------- */
	.dropmenudiv {position:absolute; text-align:left; top:0; border:1px solid #e6c3d8; border-bottom-width:0; font:normal 8pt Verdana; line-height:20px; z-index:100; background-color:#ffeef8; width:130px; visibility:hidden;}		
	.dropmenudiv a {width:auto; display:block; text-indent:4px; border-bottom:1px solid #e6c3d8; border-top:1px solid #fff; text-decoration:none; color:#3b0b7c; text-align:left;}		
	.dropmenudiv a:hover {background-color:#fff; color:#3b0b7c; text-align:left;}
	* html .dropmenudiv a { width:100%;}
	.notop {border-top:0px !important;}
	
	

