/* @group General Styles */

body {
	color: #666666;
	font-size: 14px;
	line-height: 1.4;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff96e0;
}

a:hover, a:active {
	text-decoration: none;
	color: #666666;	
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

.numeric {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff96e0;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* @end */

/* @group Layout */

#container {
	font-size: 12px;
	width: 950px;
	background-color: #ffffff;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.clearer {
	clear: both;
}

#contentContainer {
	width: 475px;
	height: 330px;
	float: left;
	background-color: #ffffff;
}

#contentContainerVenue {
	width: 316px;
	height: 330px;
	float: left;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}

#contentContainerfull {
	width: 950px;
	height: 330px;
	float: left;
	background-color: #ffffff;
}

#contentContainer #content {
	padding: 0px;
	margin: 0px;
}

#contentContainerVenue #contentVenue {
	padding: 0px;
	margin: 0px;
}

#contentContainerfull #contentfull {
	padding: 0px;
	margin: 0px;
}

#sidebarContainer {
	width: 475px;
	height: 330px;
	float: right;
	background-color: #f2f8fc;
}

#sidebarContainer #sidebar {
	padding: 20px;
	text-align: justify;
}

#sidebarContainerVenue {
	width: 634px;
	height: 330px;
	float: right;
	background-color: #f2f8fc;
}

#sidebarContainerVenue #sidebarVenue {
	padding: 20px;	
}

#footer {
	font-size: 10px;
	text-align: center;
	background-color: #fff8e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 20px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	margin-top: 0px;
	height: 83px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navcontainer #current {
	color: #ed3796;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
}

#navcontainer li {
	display: block;
	float: left;
}

#navcontainer a {
	display: block;
	color: #c3c3c3;
	font-size: 14px;
	text-decoration: none;
	margin-top: 42px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#navcontainer a:hover {
	background-color: #ffffff; 
	color: #ff96e0;
}

#navcontainer a:active {
}

h1 {
	margin-top: -9px;
	margin-bottom: -5px;
	font-size: 30px;
	color: #ff96e0;
	font-weight: normal;
}


