@charset "utf-8";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	padding-bottom: 150px;
}
#wrapper {
	width: 850px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}
#header {
	height: 182px;
}
#header #logo {
	float: left;
	margin: 47px 0 0 52px;
}
#header #blackboard {
	float: right;
	margin: 0 69px 0 0;
}

#sidebar {
	width: 270px;
	float: left;
/*	background-color: #CCCCFF;*/
}

#sidebar ul#main-nav {
	padding: 0 0 30px 52px;
}
#sidebar ul#main-nav li {
	list-style: none;
	font-size: 1.2em;
	padding-bottom: 8px;
}
#sidebar ul#main-nav li a {
	color: #333;
	text-decoration: none;
}
#sidebar ul#main-nav li a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar div#contact {
	padding: 0 0 210px 52px;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sidebar div#contact h1 {
font-size: 1.6em;
}

#sidebar div#contact p {
	margin: 5px 0;
}


#sidebar #news-items {
	width: 233px;
	padding: 0 0 0 30px;
}
#sidebar #news-items div.news-header {
	background-image: url(../images/news-top.jpg);
	height: 10px;
	background-repeat: no-repeat;
}
#sidebar #news-items div.news-body {
	background-image: url(../images/news-middle.jpg);
	background-repeat: repeat-y;	
	color: #fff;
	padding: 0 10px;
}
#sidebar #news-items div.news-footer {
	margin-bottom: 10px;
	background-image: url(../images/news-bottom.jpg);
	height: 10px;
	background-repeat: no-repeat;
}
#sidebar #news-items div.news-body h1 {
	font-size: 1.6em;
}
#sidebar #news-items div.news-body p {
	font-size: 1.2em;
	line-height: 1.3em;
}







#content {
/*	padding-left: 293px; */
	margin-left: 293px;
	width: 480px;
/*	background-color: #FFFFCC;*/
position: relative;
}

#content div.sponsor-link {
	width: 233px;
	float: right;
	padding-right: 5px;
}
#content div.sponsor-link div.sponsor-header {
	background-image: url(../images/sponsorship-top.jpg);
	height: 10px;
	background-repeat: no-repeat;
}
#content div.sponsor-link div.sponsor-body {
	background-image: url(../images/sponsorship-middle.jpg);
	background-repeat: repeat-y;	
	color: #fff;
	padding: 0 10px;
}
#content div.sponsor-link div.sponsor-body a {
	color: #fff;

}
#content div.sponsor-link div.sponsor-body a:hover {
	color: #ffd600;
}

#content div.sponsor-link div.sponsor-footer {
	margin-bottom: 10px;
	background-image: url(../images/sponsorship-bottom.jpg);
	height: 10px;
	background-repeat: no-repeat;
}
#content div.sponsor-link div.sponsor-body p {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.3em;
}





#content h1 {
	margin: 0 0 10px 0;
	font-size: 2.0em;
}
#content h2 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
}
#content p {
	margin: 0 0 10px 0;
	text-align: justify;
	font-size: 1.4em;
	line-height: 1.2em;
}

#footer {
	clear: left;
}
#footer #nav {
	background-image: url(../images/small-flags-top.jpg);
	background-repeat: no-repeat;
	background-position: 96px bottom;
	padding: 10px 0;
}
#footer #nav ul {
	padding: 5px 170px 5px 170px;
	text-align: center;
}
#footer #nav ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}
#footer #nav ul li.final {
	border-right-width: 0;
}
#footer #nav ul li a {
	color: #333;
	text-decoration: none;
}
#footer #nav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#footer #nav #logo-footer {
	float: right;
	margin: 0 100px 0 0;
}

#footer #strapline {
	background-color: #2a2a2a;
	background-image: url(../images/small-flags-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 96px top;
}
#footer #strapline p {
	padding: 8px 150px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}

/* FORMS */
table.form-layout {}
table.form-layout td {
	padding: 3px;
}
table.form-layout td.form-label {
	text-align: right;
	font-weight:bold;
	width: 180px;
	font-size: 1.2em;
}

/* IMAGE GALLERY */
table#imageGallery {
	margin: 15px auto;
}

table#imageGallery img {
	margin: 5px;
	border: 2px solid #666;
	padding: 3px;
	background-color: #ccc;
}