h1 {
	font-size: 20px;
	margin-right: 1em;
	line-height: 1.2em;
}

#content {
	font-family: PT Sans;
	font-size: 12px;
}

#cn_content {
	position: relative;
	top: 3em;
	margin: 0 .5em 3.5em 0;
}

.wrapper_fix {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 20;
}

.wrapper_fix>div {
	position: relative;
	z-index: 20;
}

.content_inner {
	padding-top: 30px!important;
}

.search_form.competitions {
	width: 565px;
}

.search_form.competitions input.button {
	position: relative;
	top: -1px;
	margin: 0 0 0 20px;
}

.col {
	display: inline-block;
}

.col_main {
	float: left;
	width: 75%;
	margin-right: -100%;
	border: 0px solid red;
}

.col_main {
	font-size: 13px;
}

.col_extra {
	float: left;
	position: relative;
	left: 76%;
	width: 24%;
	margin-left: 1%;
	z-index: 5;
	border: 0px solid red;
}

.col_extra .fixed {
	position: fixed;
}

.col_extra a.pseudo {
	border: none;
	font-size: 90%;
}

.col_extra a.pseudo:visited {
	color: #000;
}

.col_extra .application_form {
	background: #C9F1FF;
	text-align: left;
}

.col_extra .application_form p {
	padding: .4em;
	margin: 0!important;
}

.col_extra .application_form input {
	width: 99%;
	border: 0;
	outline: 0;
	font-size: 120%;
	padding: 2px 0 2px 2px;
}

.for_tooltip {
	display: none;
}

.for_tooltip {
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #999;
	margin-left: -10px;
	z-index: 100;
}

.for_tooltip div.arrow {
	color: #999;
	font-size: 25px;
	position: absolute;
	margin-left: 10px;
	margin-top: -20px;
	z-index: 1;
}

.for_tooltip div.content {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 10px;
	position: relative;
	z-index: 2;
	max-width: 500px;
}

#schools-menu{
	margin-bottom: 25px;
}

#schools-menu h1{
	font-size: 20px;
	margin-right: 1em;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 0.6em;
}


#schools-menu a,
#schools-menu h2,
#schools-page #schools-menu a{
	display: inline-block;
	padding: 2px 15px;
	font-family: 'PT Sans';
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	color: #BFBFBF;
	cursor: pointer;
	text-decoration: none;
	border: none;
}

#schools-menu h2{
	color: #000;
}

#schools-menu a:hover{
	color: #BFBFBF!important;
}