/* General style info */

body {
	background-color:#CCCCCC;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
}

img{ border:none; }

#Main {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#Core {
/*	background-image: url(images/core_back.gif); */
/*	background-repeat: y-repeat; */
}

#Content {
	width: 780px;
	margin-left: 2px;
	float: left;
}

form {
	display: inline;
}

/********************************************/
/* Header & Footer							*/
/********************************************/

#Header{ 
	width: 990px;
	height: 254px;
}

#SearchBar {
	height: 23px;
	padding-top: 4px;
	text-align: right;
	background-image: url(images/searchbar.gif);
	color: #FFFFFF;
}

#SearchBar #search {
	float: right;
}

#SearchBar input {
	border: 0px;
}

#SearchBar input.submit {
	border: 0px;
	color: #FFFFFF;
	background: none;
}

#SearchBar #contact {
	float: right;
	margin-right: 5px;
	padding-top: 2px;
}

#SearchBar a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#SearchBar img {
	vertical-align: middle;
}

#TopMenu {
	width: 990px;
	height: 43px;
/*	background-image: url(images/top_menu_back.gif); */
	margin-top: 1px;
	_margin-top: 0px;
	margin-bottom: 1px;
	_margin-bottom: 2px;
	float: left;
}

#TopMenu .TopEntry a {
	height: 41px;
	padding-top: 2px;
	width: 112px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #0A1F62;
	text-decoration: none;
	text-align: center;
}

#TopMenu .TopEntry a:hover, #TopMenu .TopEntry a.selected {
	color: #FFFFFF;
	background-image: url('images/menubutton.gif');
}

#Footer { 
	clear: both;
	width: 990px;
	height: 260px;
	text-align: center;
	font-size: 11px;
	background-color: #FFFFFF;
}

#BottomMenu {
	width: 990px;
	height: 20px;
	padding-top: 5px;
	background-color: #0A1F62;
	background-image: url(images/bottom_menu_back.gif);
	margin-top: 10px;
	color: #FFFFFF;

}

#BottomMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

/********************************************/
/* Lefthand Menu							*/
/********************************************/

#LeftMenu {
	float: left;
	width: 208px;
	background-color: #0A1F62;
	padding-top: 5px;
	padding-bottom: 1px;
}

#LeftMenu a.MenuEntry {
	width: 170px;
	padding-left: 38px;
	height: 26px;
	padding-top: 12px;
	background-image: url(images/menubtn.gif);
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1px;
}

#Newsletter {
	padding: 5px;
	margin: 5px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF; 
}

#Newsletter h2 {
	margin-top: 0px;
}

#Newsletter input.newsletterbox {
	border: 1px solid #FFFFFF;
}

/********************************************/
/* Index page								*/
/********************************************/

#RightPane {
	float: right;
	width: 225px;
}

#RightPane img {
	margin-bottom: 1px;
}

.CELTA_button {
	background-image: url(images/next_CELTA-course.jpg);
	width: 225px;
	height: 80px;
	padding-top: 136px;
	text-align: center;
}

.CELTA_line1 {
	color: #94DEF9;
	font-weight: bold;
}

.CELTA_line2 {
	color: #94DEF9;
	font-weight: bold;
	font-size: 19px;
}

.CELTA_line3 {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

/********************************************/
/* Content pages							*/
/********************************************/

#Content #pageheader {
	width: 770px;
	height: 61px;
	_height: 58px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 22px;
	background-image: url('images/h1_back.gif');
}

#Content h1 {
	font-size: 22px;
	margin: 0px;
	color: #FFFFFF;
}

#Content h2 {
	font-size: 13px;
	margin-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

#Content #Inner {
	padding: 0 10px 10px 10px;
}

#Content #Inner a {
	color: #0A1F62;
	text-decoration: none;
	font-weight: bold;
}

#Content #Inner a:hover {
	color: #0A1F62;
	text-decoration: underline;
}

#Content #Inner h3 {
	color: #0A1F62;
	font-size: 14px;
	font-weight: bold;
}

#Content #Inner th {
	background-color: #0A1F62;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
