html { margin: 10px; }

body { font: 12px Verdana,Arial, sans-serif; }

/********* Links ************/
a:link { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; color:#0000FF; }

/********* Main ************/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
	border: 1px solid #000;
}

/********* Sidebar ************/
#side-a {
	float: left;
	width: 152px;
	height: 100%;
	text-align: center;
}
#side-a img { border: 0; }

/********* Logo ************/
#logo {
	padding: 3px;
	height: 150px;
	border: 1px solid #000000;
	margin-bottom: 5px;
	margin-left: 3px;
	float: left;
}

/********* Menu ************/
#menu {
	font-size: 11px;
	width: 150px;
	background-color:#FFC040;
	border: 1px solid #000000;
	border-left: 0;
	text-align: left;
	margin-bottom: 5px;
	float: left;
}
#menu ul  {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style: none;
	line-height: 20px;
	margin:0;
	padding:0;
}
#menu a, #menu a:visited {
  	text-decoration:none;
  	background-color:#FFC040; 
  	display:block; 
  	padding:2px 2px 2px 5px;
  	border-right: 5px solid #ffc040;
  	border-left: 5px solid #23559C;
}
#menu a:hover { 
	border-right: 5px solid #047E5C; 
	text-decoration: underline;
	color: #0000FF;
}
.menuitem { border-top: 1px solid #fff; }

#visitor {
	background: #FFC040;
	float: left;
	width: 110px;
	padding: 5px;
	border: 1px solid #000;
	margin: 10px 15px;
}
/********* Content ************/
#content {
	float: left;
	width: 520px;
	background-color: #FFFFF3;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}
/*#content table { margin: 0 auto 0 auto; }
#content th { background: #ccc; }
#content td { text-align: center; }*/
#content ul {
	margin:0;
	padding:0;
}
#content ul li {
	list-style:none;
	line-height:20px;
	margin:0;
	padding:0;
}
/********* Guestbook ************/
.date {
	font-size: 9px;
}
.tdstrong {
	font-weight: bold;
	text-align: right;
}
#firstEntry {
	border-top: 2px solid #23559C;
}
.entry {
	border-bottom: 2px solid #23559C;
}
#content fieldset {
	border: solid 1px #666666;
	width: 500px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

#content legend {
	background: #FFBF41;
	padding: 3px;
	letter-spacing: 3px;
	border: 1px solid #037F5D;
	margin-bottom: 10px;
}

#content label {
	width: 125px;
	float: left;
	margin: 2px 5px 2px 2px;
	text-align: right;
	vertical-align: top;
}
.challengeImage {
	margin: 2px 0 2px 0;
	vertical-align: top;
}
.inputText, .inputTextArea {
	margin: 2px 0 2px 5px;
	vertical-align: top;
}
.navigation {
	width: 500px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px;
}

#previous {
	margin-right: 30px;
	display: inline;
}

#next {
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	font-weight: bold;
	letter-spacing: 3px;
}
/********* Headers ************/
h1 { 
	font-size: 18px; 
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 14px;
	text-align: center;
	font-variant: small-caps;
}
h3 { font-size: 12px; }

/********* Gallery ************/
#gallery {
	width: 400px;
	text-align: center;
	border-style: solid; border-width: 1px; border-color: #999 #000 #000 #999;
	padding: 5px;
	margin: 0 auto 0 auto;
}
#gallery img { 
	border: 1px solid #000; 
	margin: 5px;
}

/********* Partners ************/
#partners { clear: both; }
#partners img { border: 0; }
.partners { vertical-align: middle; }

/********* Partners2 ************/
#partners2 { 
	float: left;
	width: 140px;
	padding: 5px; 
}
#partners2 img { 
	border: 0; 
	margin-bottom: 5px;
}

/********* Footer ************/
#footer {
	clear: both;
	font-size: 9px;
	text-align: center;
	margin-top: 30px;
}
.header {
	width: 100%;
	background: #FFC040;
	text-align: center;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #000000;
}

/********* Classes ************/
.strong { font-weight: bold; }
.line {
	color: #000;
	width: 700px;
	margin-top: 30px;
}
.pdftable {
	width: 300px;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size:9px;
}
.pdftable img { border: 0; }
.blue {
	width: 100%;
	height: 14px;
	background-color: #23559C;
	margin-top: 5px;
	margin-bottom: 5px;
}
.green {
	width: 100%;
	height: 14px;
	background-color: #047E5C;
	margin-bottom: 5px;
}
.yellow {
	width: 100%;
	height: 25px;
	background-color: #FFC040;
}
.top { 
	font-size: 9px;
	text-align: right;
}
.aligncenter { text-align: center; }
div#news-slide {
	position:relative;
	overflow:hidden;
	width:450px;
	height:1.3em;
	border: solid 1px #ccc;
	padding: 5px;
}
ul#news-slide-list {
	position: relative;
	overflow:hidden;
	width:450px;
	height:1.3em;
}
ul#news-slide-list li {
	position: absolute;
	left:475px;
	top:0px;
	font-weight: bold;
}
ul#news-slide-list li.news-slide-first, li.news-slide-first {
	left:0;
}