/**
*
* Design and coding by Wendy Borst
* Copyright &copy; 2008, ELMA Multimedia
*
*/

/**
* Main elements
*/

body {
	text-align: left;
	line-height: 1.5em;
	font: 62.5% Verdana, Tahoma, Arial, Trebuchet, helvetica, sans-serif;
	background: #ebf6fc;
	margin: 0;
	padding: 0;
}

.followme {
	position:fixed;
	background:#59B7FF;
	top:200px;
	right:0px;
	width:32px;
	height:160px;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
}

.normal {
	font-weight: normal;	
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.nowrap {
	white-space: nowrap;
}

.required {
	color: red;
}


/**
* Common rules
*/

.header, .tlcorner, .trcorner, .footer, .flcorner, .frcorner, .contentsheader, .contentsfooter {
	height: 2.2em;
}

.tlcorner, .trcorner, .flcorner, .frcorner {
	width: 1.0em;
}

.blockcontents {
	padding: 0.1em;
	font-size: 1.1em;
}

.blockintroduction {
	font-weight: bold;
	margin: 0.7em;
}

.blocktext {
	margin: 0.7em;
}

.blocktitle {
	float: left;
	color: #000;
}

.blocktitle h3 {
	font-size: 1.2em;
	margin: 0.3em 0 0 0;
	padding: 0;
}

.footer {
	margin: 0 0 1.4em 0;
	text-align: center;
	padding: 3px 0px 0px 0px;
	height: 1.8em;
}

.blockimage img {
	border: 0;
}

/**
* White red blocks
*/

.whiteredblock .header {
	background: #ee8260;
}

.whiteredblock .tlcorner {
	float: left;
}

.whiteredblock .trcorner {
	float: right;
}

.whiteredblock .blockcontents {
	background: #FFF;
	border-left: 0.1em solid #ee8260;
	border-right: 0.1em solid #ee8260;
	border-bottom: 0.1em solid #ee8260;
}

.whiteredblock a {
	color: #cf6544;
}

.whiteredblock .blockcontentsfooter {
	background: #ee8260;
	text-align: right;
}

.whiteredblock .footer {
	background: #ee8260;
}

.whiteredblock .footer a {
	text-decoration: none;
	color: #000;
}

.whiteredblock .flcorner {
	float: left;
}

.whiteredblock .frcorner {
	float: right;
}

/**
* White blue blocks
*/

.whiteblueblock .header {
	background: #bfe2f5;
}

.whiteblueblock .tlcorner {
	float: left;
}

.whiteblueblock .trcorner {
	float: right;
}

.whiteblueblock .blockcontents {
	background: #FFF;
	border-left: 0.1em solid #bfe2f5;
	border-right: 0.1em solid #bfe2f5;
	border-bottom: 0.1em solid #bfe2f5;
}

.whiteblueblock a {
	color: #014382;
}

.whiteblueblock .blockcontentsfooter {
	background: #bfe2f5;
	text-align: right;
}

.whiteblueblock .footer {
	background: #bfe2f5;
}

.whiteblueblock .footer a {
	text-decoration: none;
	color: #000;
}

.whiteblueblock .flcorner {
	float: left;
}

.whiteblueblock .frcorner {
	float: right;
}

/**
* White green blocks
*/

.whitegreenblock .header {
	background: #c1dfc3;
}

.whitegreenblock .tlcorner {
	float: left;
}

.whitegreenblock .trcorner {
	float: right;
}

.whitegreenblock .blockcontents {
	background: #FFF;
	border-left: 0.1em solid #c1dfc3;
	border-right: 0.1em solid #c1dfc3;
	border-bottom: 0.1em solid #c1dfc3;
}

.whitegreenblock a {
	color: #3f8244;
}

.whitegreenblock .blockcontentsfooter {
	background: #c1dfc3;
	text-align: right;
}

.whitegreenblock .footer {
	background: #c1dfc3;
}

.whitegreenblock .footer a {
	text-decoration: none;
	color: #000;
}

.whitegreenblock .flcorner {
	float: left;
}

.whitegreenblock .frcorner {
	float: right;
}

/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Trebuchet, helvetica, sans-serif;
}

#container #left p {
	margin: 0;
	padding: 0;
	display: inline;
}

table {
	font-size: 1em;
}

.fieldline {
	background: #FFF;
	border: 1px solid #515190;
	color: #000000;
	padding: 3px;
	font-family: Verdana, Tahoma, Arial, Trebuchet, helvetica, sans-serif;
}

.textarea {
	background: #FFF;
	border: 1px solid #014382;
	color: #000000;
	font-size: 1.0em;
	font-family: Verdana, Tahoma, Arial, Trebuchet, helvetica, sans-serif;
	padding: 3px 0px 0px 3px;
	width: 345px;
	height: 118px;
}

.textfield {
	background: #FFF;
	border: 1px solid #014382;
	color: #000000;
	font-size: 1.0em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	height: 16px;
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 0px 3px;
}

.submitbutton {
	background: #bfe2f5;
	color: #000;
	font-size: 1.1em;
	border: 1px solid #FFFFFF;
	margin: 0 0 0 0px;
	font-weight: bold;
	height: 21px;
	margin: 0px 0px 2px 0px;
	padding: 0px 5px 1px 5px;
}

hr {
	width: 100%;
	color: #a6a6c9;
	background-color: #a6a6c9;
	border: 0px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/**
* Placing elements
*/

#container {
	width: 960px;
	margin: auto;
	margin-top: 0px;
	float: left;
}

#content {
	margin: 0px 0px 0px 10px;
	padding: 0px 0 0 0;
	width: 950px;
	clear: both;
}

#contenttext {
	margin: 0;
	padding: 0;
}

#left {
	float: left;
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#right {
	width: 740px;
	float: right;
	text-align: left;
}

#textcontent {
	width: 470px;
	margin: 0px 10px 0px 10px;
	float: left;
	display: inline;
}

#textcontainer {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 450px;
	line-height: 15px;
	text-align: left;
	font-weight: normal;
}

#rightcontainer {
	width: 250px;
	float: right;
	text-align: left;
}


/**
* Header elements
*/

#header {
	background: #ebf6fc url(images/header.jpg) no-repeat left top;
	height: 160px;
	width: 960px;
	position: relative;
	margin: 0px 0px 0px 0px;
}

#logo {
	float: left;
	width: 700px;
	height: 160px;
	margin: 0;
}

#logo h2 {
	display: none;
}

#logo a {
	top: 0;
	left: 0;
	width: 700px;
	height: 160px;
	position: absolute;
}


/**
* Login elements
*/

.loginwarning {
	color: red;
}

#loginbox {
	float: right;
	width: 250px;
	text-align: left;
	margin: 32px 0px 10px 10px;
}

.loginfield {
	background: #FFF;
	border: 1px solid #ee8260;
	color: #000000;
	font-size: 1.0em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	width: 220px;
	height: 16px;
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 0px 3px;
}

.loginbutton {
	background: #ee8260;
	color: #000;
	font-size: 1.1em;
	border: 1px solid #FFFFFF;
	margin: 0 0 0 0px;
	font-weight: bold;
	height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 2px 5px;
	float: right;
}

.forgotlogin {
	float: left;
	font-weight: normal;
}


/**
* Leftmenu elements
*/

#leftmenu {
	margin: 0 0 0px 0;
	padding: 0px 0px 0px 0px;
	width: 190px;
	font-family: Verdana, Tahoma, Arial;
}

#leftmenu ul {
	padding: 0px 0 0px 0px;
	margin: 0 0 0 0px;
	list-style: none;
	width: 190px;
}

#leftmenu .sel a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0px 0px 4px 13px;
	text-align: left;
	background: #FFF url(images/menudot_over.gif) no-repeat left bottom;
	color: #014382;
}

#leftmenu .sel a:hover {
	background: #FFF url(images/menudot_over.gif) no-repeat left bottom;
	color: #014382;
}

#leftmenu li {
	width: 190px;
	text-align: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
}

#leftmenu .sub ul {
	padding: 0;
	margin: 0;
}

#leftmenu .normal a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 0px 0px 4px 13px;
	text-align: left;
	background: #FFF url(images/menudot.gif) no-repeat left bottom;
}

#leftmenu .normal a:hover {
	background: #FFF url(images/menudot_over.gif) no-repeat left bottom;
	color: #014382;
}

#leftmenu .sub a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: block;
	padding: 0px 0px 4px 28px;
	text-align: left;
	background: #FFF url(images/submenudot.gif) no-repeat 13px bottom;
}

#leftmenu .sub a:hover {
	background: #FFF url(images/submenudot_over.gif) no-repeat 13px bottom;
	color: #014382;
}

#leftmenu .subsub a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: block;
	padding: 0px 0px 4px 42px;
	text-align: left;
	background: #FFF url(images/subsubmenudot.gif) no-repeat 28px bottom;
	font-style: italic;
}

#leftmenu .subsub a:hover {
	background: #FFF url(images/subsubmenudot_over.gif) no-repeat 27px bottom;
	color: #014382;
	font-style: italic;
}


/**
* Ads elements
*/

#leftbanner {
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 190px;
	font-family: Verdana, Tahoma, Arial;
}

#leftbanner iframe {
	border: 0px;
	margin: 5px 0px 5px 0px;
}


/**
* Content elements
*/

#textcontainer a {
	text-decoration: underline;
}

#textcontainer a:hover {
	text-decoration: none;
}

#textcontainer h1 {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	display: inline;
}


/**
* Breadcrumb elements
*/

.breadcrumb {
	font-family: Verdana, Tahoma, Arial;
	text-transform: lowercase;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
}

.breadcrumb ul {
	margin: 0;
	padding: 5px 0px 0px 0px;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/**
* Search elements
*/

#search {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	background: #FFFFFF;
	float: left;
}

.searchfield {
	background: #FFF;
	border: 1px solid #014382;
	color: #000000;
	font-size: 1.0em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	height: 16px;
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 0px 3px;
	width: 145px;
}

.searchbutton {
	background: #bfe2f5;
	color: #000;
	font-size: 1.1em;
	border: 1px solid #FFFFFF;
	margin: 0 0 0 0px;
	font-weight: bold;
	height: 21px;
	margin: 0px 0px 2px 0px;
	padding: 0px 5px 1px 5px;
}


/**
* News Right elements
*/

#newsright {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	background: #dcdcdc;
	float: left;
}

#newsrightoverview {
	margin: 0px 0 0 0;
	width: 230px;
	font-weight: normal;
}

#newsrightoverview ul {
	padding: 0px 0 0px 0px;
	margin: 0 0 0 0px;
	list-style: none;
	width: 230px;
}

#newsrightoverview li {
	width: 230px;
	text-align: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
}

#newsrightoverview a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 0px 0px 4px 13px;
	text-align: left;
	background: #FFF url(images/newsdot.gif) no-repeat left -2px;
}

#newsrightoverview a:hover {
	background: #FFF url(images/newsdot.gif) no-repeat left -2px;
	color: #3f8244;
}

.morerightnews {
	float: right;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}


/**
* Newsletter elements
*/

#newsletter {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	background: #dcdcdc;
	float: left;
}

.newsletterfield {
	background: #FFF;
	border: 1px solid #68a26c;
	color: #000000;
	font-size: 1.0em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	height: 16px;
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 0px 3px;
	width: 220px;
}

.newsletterbutton {
	background: #c1dfc3;
	color: #000;
	font-size: 1.1em;
	border: 1px solid #FFFFFF;
	margin: 0 0 0 0px;
	font-weight: bold;
	height: 21px;
	margin: 0px 0px 2px 0px;
	padding: 0px 5px 1px 5px;
}


/**
* News elements
*/

#textcontainer .newsoverview {
	color: #000;
	text-decoration: none;
}

#textcontainer .newsoverview h3 {
	color: #000;
	font-size: 1.0em;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#textcontainer .newsoverview h3 a {
	color: #014382;
	font-size: 1.0em;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#textcontainer .newsoverview p {
	display: inline;
}

#newsoverview {
	color: #000;
	text-decoration: none;
}

.newsimage {
	width: 145px;
	text-align: center;
}

.newsimage img {
	margin: 0;
	border: 0;
}

.greenline {
	width: 100%;
	color: #bfe2f5;
	background-color: #bfe2f5;
	border: 0px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	font-size: 0;
}

.boxreadmore {
	color: #014382;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.boxreadmore a {
	color: #014382;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

.rss {
	text-align: left;
}

.rss img {
	border: 0;
	margin-left: 10px;
	vertical-align: bottom;
}

.newsdetails img {
	margin: 0 15px 5px 0;
	float: left;
}

.newsdetails a {
	text-decoration: none;
	color: #045497;
	font-weight: bold;
}

.newsdate {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
}

.libsum {
	color: #000;
}

.overviewoptions h2 {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

.overviewoptions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.overviewoptions li {
	padding: 3px 0 3px 20px;
}

.overviewoptions li a {
	color: #00417e;
	text-decoration: underline;
}

.overviewoptions li a:hover {
	text-decoration: none;
}

.overviewoptions .odd {
	background: #dff0fa;
	padding: 8px;
}

.overviewoptions .even {
	background: #FFF;
	padding: 8px;
}


/**
* Miscellaneous elements
*/

.contact {
	margin: 0;
	padding: 0;
	color: #000;
}

.date {
	margin: 0 0 0px 0;
	padding: 0;
	color: #323232;
	display: inline;
	float: right;
}

.pager {
	margin: 0 0 20px 0;
}

.pager a {
	text-decoration: none;
	color: #045497;
	font-weight: bold;
}

.agendadata a {
	text-decoration: none;
	color: #045497;
	font-weight: bold;
}

.pagenav ul {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
}

.pagenav li {
	margin: 0;
	padding: 5px 5px 0 17px;
}

.pagenav .print  {
	background: url(images/print.gif) no-repeat top left;
}

.pagenav .previous {
	background: url(images/previous.gif) no-repeat top left;
}

.pagenav a {
	font-weight: bold;
	color: #014382;
	text-decoration: none;
}

/**
* DOWNLOAD ICONS
*/

#downloads h3 {
	color: #014382;
	font-size: 10px;
}

#downloads ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#downloads li {
	padding: 3px 5px 5px 25px;
	margin: 0;
}

#downloads .word  {
	background: url(images/icons/word.gif) no-repeat top left;
}

#downloads .file {
	background: url(images/icons/file.gif) no-repeat top left;
}

#downloads .pdf {
	background: url(images/icons/pdf.gif) no-repeat top left;
}

#downloads .jpg {
	background: url(images/icons/jpg.gif) no-repeat top left;
}

#downloads .gif {
	background: url(images/icons/gif.gif) no-repeat top left;
}

#downloads .xls {
	background: url(images/icons/excel.gif) no-repeat top left;
}

#downloads .bmp {
	background: url(images/icons/bmp.gif) no-repeat top left;
}

#downloads .mp3 {
	background: url(images/icons/mp3.gif) no-repeat top left;
}

#downloads .zip {
	background: url(images/icons/zip.gif) no-repeat top left;
}

#downloads .ppt {
	background: url(images/icons/ppt.gif) no-repeat top left;
}

#downloads .tif {
	background: url(images/icons/tif.gif) no-repeat top left;
}

#downloads .mpg {
	background: url(images/icons/mpg.gif) no-repeat top left;
}

#downloads a {
	font-weight: bold;
	color: #014382;
	text-decoration: none;
	font-size: 11px;
}

#downloads a:hover {
	color: #000;
}

/**
* sIFR elements
*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .blocktitle h3 {
	visibility: hidden;
}