/* CSS File */

body {
	margin: 0;
	padding: 0;
	background-color: #666;
}

img {
	border: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

#pageConstraints {
	width: 800px;
	min-height: 500px;
	margin: 35px auto;
	padding: 0;
	border: 1px solid #eee;
	background-color: #000;
	position: relative;
}

#eyeSmall {
	width: 142px;
	height: 126px;
	position: absolute;
	top: 140px;
	right: 10px;
	display: none;
}

#logoContainer {
	margin: 20px 0 16px 25px;
	width: 518px;
	height: 134px;
	float: left;
}

#kgscContainer {
	margin: 11px 22px 50px 58px;
	width: 127px;
	height: 109px;
	float: right;
}

#navContainer {
	width: auto;
	height: 401px;
	padding-right: 19px;
	margin: 55px 0px 0 15px;
	float: left;
	border-right: 1px solid #fff;

}

#navContainer ul {
	margin: 0;
	padding: 0;
}

#navContainer ul li {
	margin: 0 0 39px 0;
	padding: 0;
	list-style-type: none;
}

#navContainer ul li.bottom {
	margin: 0;
}

#loadingAnimation {
	width: 100px;
	height: 100px;
	margin: 200px auto;
	bottom: 0;
	overflow: hidden;
	display: block;
}

#pageContent {
	width: 561px;
	float: right;
	bottom: 0;
	margin:0;
	padding:0;
	overflow: hidden;
	display: none;
}

#pageContent h1 {
	font: bold 16px arial, sans serif;
	margin-top: 50px;
}

#commonLinks {
	font: normal 11px arial, sans serif;
	text-align: center;
	margin: 55px 0 0 -8px;
	color: #999;
}

#pageContent img {
	padding: 0;
	margin: 0;
}

#pageContent #content {
	padding: 15px;
	font: normal 13px arial, sans serif;
	color: #fff;
	margin: 35px 0 0 0;
	
}
#pageContent a{
	color: #8793aa;
}


#pageContent strong {
	color: #fff;
	font-weight: bold;
	font-size: larger;
}

#eventDates {
	float: left;
	width: 225px;
	padding: 0 10px 0 0;
	border-right: 1px solid #494a4b;
	margin-top: 10px;
}

#eventAdmission {
	float: left;
	width: 225px;
	margin-left: 30px;
	margin-top: 10px;
	padding: 0;
}

.smallText {
	margin-top: 15px;
	line-height: 12px;
	font-size: 11px;
}

#copyrightText {
	color: #323232;
	font: normal 12px verdana, sans serif;
	text-align: right;
	margin: -25px auto 0 auto;
	width: 800px;
}

#symbolList {
	list-style-type: none;
	margin-left: 0;
}

#symbolList li {
	margin: 0 0 4px 0;
}

#copyrightText a { color: #849ed3; text-decoration: none; }
#copyrightText a:hover { color: #69c; text-decoration: underline; font-weight: bold; }


#slaveFormCol1 {
	width: 45%;
	float: left;
}

#slaveFormCol2 {
	width: 45%;
	float: left;
	margin-left: 4%;
}
