@charset "utf-8";
/* CSS Document */

/* Clear all */

* {
	margin: 0;
	padding: 0;
}

/* Styling */

body {
	background: #030264 url(images/background.png) repeat-x;	
	height: auto;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #11084B;
}

a {
	color: #04057e;
	text-decoration: none;
}

a:hover {
	color: #04057e;
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	font-size: 24px;
	color: #04057e;
	text-align: left;
	padding-bottom: 30px;
}

h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #04057e;
}

h4 {
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	padding: 10px 0 20px 0;
	color: #04057e;
}

.bold { font-weight: bold; }

.centre { text-align:center; }

.new { padding-top: 20px; }

#container {
	background-color: #FFFFFF;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background-color: #FFFFFF;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 175px;
	margin: 0;
	padding: 0px;
}

div#header h1 {
	background-image: url(images/header-title.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 105px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding: 0px;

}

div#header a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
	margin: 0px;
	padding: 0px;
}

div#header img.header-logo { padding-left:20px; float: left; }

div#header img.header-right { float: right; }

#navbar {
	background-image:url(images/navbar.gif);
	background-repeat:repeat-x;
	text-align:center;
	height:40px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #11084B;
	list-style-type: none;
	margin: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#navbar li {
	display: inline;
	margin: 0;
}

ul#navbar a {	
	padding: 4px 30px;	
    color: #11084B;
}

ul#navbar a:hover {
	text-decoration: none;
	background-color: #D6D6D6;
}

#content {
	height: auto;
	width: 960px;
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

div#content p  {
	text-align: left;
	font-size: 16px;
	color: #11084B;
	padding-bottom: 10px;
}

div#content span { font-size: 14px; }

div#content p.index {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #11084B;
}

div.committee { text-align: center; padding: 20px 0 0 0; }

#content-left {
	float: left;
	height: auto;
	width: 580px;
	padding: 20px;
	overflow: auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div#content-left p  {
	text-align: left;
	font-size: 14px;
	color: #11084B;
	padding-bottom: 20px;
}

#content-right1 {
	float: right;
	height: auto;
	height: 100%;
	width: 320px;
	margin: 20px 20px 10px 10px;
	background-image: url(images/contentbox-repeat.png);
	text-align: center;
	border: none;
}

div#content-right1 img.border {
	padding: 0;
	display: block;
}

div#content-right1 img.link1 {
	border: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

div#content-right1 img.link {
	border: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}

div#content-right1 li{
	list-style:none;
	display: inline;
}

div#content-right1 p  {
	text-align: center;
	font-size: 14px;
	color: #11084B;
	padding: 10px;
}

div#content-right1 h3.links {
	text-align: center;
	font-size: 20px;
	color: #11084B;
	padding: 10px;
}

#content-right2 {
	float: right;
	height: auto;
	width: 320px;
	margin: 10px 20px 20px 10px;
	background-image: url(images/contentbox-repeat.png);
}

div#content-right2 img.border {
	padding: 0;
	display: block;
}

div#content-right2 p  {
	text-align: left;
	font-size: 14px;
	color: #11084B;
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
}

div#content-right2 table.tag { margin: 10px 0 10px 20px; border: 1px solid #000000; }

#content-bottom {
	clear: both;
	height: auto;
	width: 920px;
	padding: 20px;
	margin: 20px;
}

div#content-bottom p  {
	text-align: center;
	font-size: 14px;
	color: #11084B;
}

#footer {
	clear: both; /* This pushs the footer to the bottom */
	text-align: center;
	background-image:url(images/navbar.gif);
	background-repeat:repeat-x;
	padding-top: 4px;
	height: 26px;
	color: #04057e;
	font-size: 9px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ieSix */

div#ieSix
{
	height: 66px;
	padding: 20px;
	background: #FFFFFF;
	color: #11084B;
	font-size: 18px;
	font-weight: bold;
}

div#ieSix span.two { font-size: 14px; color: #04057e; }
div#ieSix span.three { font-size: 12px; color: #04057e; }

div#ieSix a { color: #11084B; }
div#ieSix a:hover { text-decoration: underline; }

/* links preview */

#preview {
	position: absolute;
	border: 1px solid #ccc;
	background:#333;
	padding: 5px;
	display: none;
	color: #fff;
}

#preview img { padding-bottom: 10px; }

.page
{
	position: absolute;
	visibility: hidden;
	width: 940px;
}

#content-pictures
{
	float:left;
	height:500px;
	width:940px;
	padding: 30px;
	position: relative;
	margin: 0px;
}

div#content-pictures p 
{
	text-align: left;
	font-size: 14px;
	color: #11084B;
	padding: 10px;
}

div #content-pictures p.pictures
{
	padding-bottom:400px;
}

div#content-pictures input
{
	float:right;
	width:72px;
	height:auto;
	margin-top: 20px;
	margin-right: 10px;
}

div#content-pictures img { border:none }

