@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	color: #6F0573;
}
h2 a {
	font-size: 14px;
	color: #6F0573;
	}
h3 {
	font-size: 13px;
}
h4 {
	font-size:12px;
	margin-top: 5px;
	margin-bottom: -13px;
	}
ul {
    padding:0;
    margin:0;
}
li {
    padding:0;
} 
img {
	border: none;
	}
a {
	font-size: 12px;
	color: #6F0573;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #6F0573;
}
a:hover {
	text-decoration: underline;
	color: #6F0573;
}
a:active {
	text-decoration: none;
	color: #666666;
}
/* ============  Container ============ */

.twoColFixLtHdr #container { 
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 


/* ============  Header ============ */
.twoColFixLtHdr #header {
	padding: 0 100px 0 0px;
	background-color: #FFFFFF;
	height: 135px;
	float: left;
} 
.worldsfinest #rightbar {
	width: 220px;
	padding: 0px 0px 15px 0px;
}

/* ============  Main Menu ============ */
.twoColFixLtHdr #navigation {
	position: relative;
	height: 32px;
	background-color: #76177D;
	top: -13px;
	}
.twoColFixLtHdr #mainmenu {
	background-color: #76177D;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 14px;
	}
.twoColFixLtHdr #mainmenu li {
	float: left;
	list-style: none;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 7px;
	color: #FFFFFF;
	}
.twoColFixLtHdr #mainmenu li a{
	color:#FFFFFF;
	text-decoration:none;
	}
	.twoColFixLtHdr #mainmenu li a:hover{
	color:#DFA2CE;
	}
	
/* ============  SideBar ============ */   
 
 /* sidebar */  
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 190px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 ul {
	list-style: none;
	line-height: 46px;
	}
.twoColFixLtHdr #sidebar1 li {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}	
.twoColFixLtHdr #sidebar1 ul li ul {
	margin-top: -10px;
	}
.twoColFixLtHdr #sidebar1 ul li ul a {
	color: #000000;
	line-height: 36px;
	}	
.twoColFixLtHdr #sidebar1 ul li ul li {
	background-image:none;
	margin-top: -10px;
}	
.twoColFixLtHdr #sidebar1 a {
	color: #6F0573;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #72C723;
	text-decoration:none;
}

/* ============  Main Content ============ */
/* main content*/
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px;
	padding-left: 10px;
	padding-right: 10px;
}  
.twoColFixLtHdr #mainContent ul {
	padding-left: 30px;
} 
.twoColFixLtHdr #mainContent li {
	padding-left: 5px;
}  

/* ============  Footer ============ */
/* footer */
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size:9px;
	text-align: center;
	color: #999999;
}
.twoColFixLtHdr #footer a {
	margin: 0;
	padding: 10px 0;
	font-size:9px;
	text-align: center;
	color: #999999;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover {
	margin: 0;
	padding: 10px 0;
	font-size:9px;
	text-align: center;
	color: #999999;
	text-decoration: underline;
}


/* ============  Floats ============ */

/* floats */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.paddinglft {
	padding-left: 100px;
	}
.paddingleft {
	padding-left: 20px;
	}	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ============  Formatting ============ */

/* colors */

.grey {
	font-size:14px;
	color:#999999;
	font-weight:bold;
	}
.smallcaps {
	font-size:15px;
	font-variant:small-caps;
	font-weight:bold;
	color:#660033;
	}	
.smallcaps2 {
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	color:#999999;
	}
.db_name {
	font-weight: bold;
	margin-top: 20px;
	padding-top: 20px;
	}
.db_location {
	font-size:10px;
	}	
.smalltext {
	font-size:9px;
	color:#999999;
	}
