			/* ID Tags */	
#container {
width : 755px;
margin-left : auto;
margin-right : auto;
}
/* CSS Id syles specific to IE6 and below */
*html #container{
	margin-left: 15%;
	}
#top {
padding : 2px;
height : auto;
}
#dropdowns {
padding : 10px;
margin-left : 122px;
margin-bottom: 1%;
background-color : #ebfdff;
/*text-align: center;*/
}
#content {
padding : 5px;
margin-left : 122px;
height : auto;
background-color : #ebfdff;
}
#eventcontent {
margin-top: 40px;
margin-left: 120px;
width : 600px;
padding : 5px;
height : auto;
background-color : #ebfdff;
}
#eventcontentsingle {
margin-top: 20px;
margin-left: 120px;
width : 600px;
padding : 5px;
height : auto;
background-color : #ebfdff;
}
#sidebar {
float : left;
width : 112px;
padding : 2px;
height : 100px;
}
#eventtabs{
margin-left : 122px;
}
			/*Pop up Divs*/
#grey {
background-color:#111;
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index: 1;
display:block;
opacity: 0.65;
filter: alpha(opacity=65);
}

#popup {
position:absolute;
background-color:#ebfdff;
width:auto;
height:auto;
z-index: 4;
display:block;
margin-top: 25%;
padding: 5%;
text-align : center;
}
/* CSS Id syles specific to IE6 and below */
*html #popup{
	margin-left: 15%;
}
			/*Class Tags*/
.dropDownStyle{
	color:black;
	background-color:#ffffff;
}
.formStyle {
	font-family: "Palatino Linotype";
	font-size: 18px;
	font-weight: bold;
}
.centre {
	text-align : center;
}
.right {
text-align : right;
}
p.bold {
font-weight : bold;
}
table.header {
table-layout : auto;
}
h2 {
text-align : center;
font-style : italic;
}
h4{
margin-bottom:0;
}