/* author: Heather Grootens */
/* creation date: 04/09/2007 */
BODY {font-family: verdana, arial, sans serif; font-size: 10pt; color: #000000; font-weight: normal; bgcolor: #FFFFFF; topmargin: 20}
FONT {font-family: verdana, arial, sans serif; font-size: 10pt; color: #000000; font-weight: normal}
FONT.tiny {font-family: verdana, arial, sans serif; font-size: 8pt; color: #000000; font-weight: normal}
FONT.menu {font-family: verdana, arial, sans serif; font-size: 10pt; color: #006600; font-weight: bold}
FONT.prog {font-family: verdana, arial, sans serif; font-size: 12pt; color: #006600; font-weight: bold;
          padding : 5px; width: 100%; border-width : 1px; border-style : dashed; border-color : #006600}
td.sites {border-width : 2px; border-style : groove; border-color : #CC0000; background-color: #FFFFCC}
td.sites font {font-family: verdana, arial, sans serif; font-size: 12pt; color: #CC0000; font-weight: bold; padding : 7px; width: 100%};

A:link {color: #006600; text-decoration: none}
A:visited {color: #006600; text-decoration: none}
A:active {color: #006600; text-decoration: underline}
A:hover {color: #006600; text-decoration: underline}

blockquote.dotted {color : #000000; background : #ffffff; margin-right : 0em; margin-left : 0em;
                  padding : 1em; border-width : 2px; border-style : dashed; border-color : #006600}
blockquote.dotted2 {color : #000000; background : #ffffff; margin-right : 2em; margin-left : 2em;
                  padding : 1em; border-width : 2px; border-style : dashed; border-color : #006600}

h1 {
   font family: verdana, arial, sans-serif;
   color: #006600;
   font-style: heavy;
   font-size: 12pt
   }
   
h2 {
   font family: verdana, arial, sans-serif;
   color: #006600;
   font-style: heavy;
   font-size: 10pt
   }
   
h2.red {
       font family: verdana, arial, sans-serif;
       color: #CC0000;
       font-style: heavy;
       font-size: 10pt;
       padding : 5px; width: 100%; border-width : 1px; border-style : dashed; border-color : #006600}
   
h4 {font family: verdana, arial, sans serif; color: #006600; font-style: heavy}

#slides {
	position:relative;
	width:450px;
	height:310px;
}

.slides_container {
	width:450px;
	height:300px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container img {
	width:450px;
	height:300px;
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	top:130px;
	left:-23px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	text-decoration:none;
	border:none;
}

#slides .next img,#slides .prev img {
	border:none;
}

#slides .next {
	left:449px;
}

.pagination {
	margin:10px auto 0;
	position:absolute;
	left:175px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style-type:none;
	list-style-image:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	outline:none;
	line-height:0; 
	font-size:0;
	color:transparent; 
}

.pagination li.current a {
	background-position:0 -12px;
}

.required {
	color : red;
}