﻿BODY {
	font-size: 11px;
	font-family: arial, sans serif;
	line-height: 18px;
	text-align:left;
	background-color:#DBCFB6;
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;}
	
	h1 {
	font-size: 16px;
	font-family: arial, sans-serif;
	text-align:center;
	color:#800000
}

img {
	border:0;
	text-align: center;
}

TD { text-align:left;
}

TR { font-size: 12px; font-family: arial, sans serif; color: 333; }

TH { font-size: 12px; font-family: arial, sans serif; color: 333; }

TABLE { font-size: 12px; font-family: arial, sans serif; color: 333; }

P {font-size: 12px; font-family: arial, sans serif; color: 333; padding-left:12px; padding-right: 12px; text-align:left;}

div {font-size: 12px; font-family: arial, sans serif; color: 333; padding-left:12px; padding-right: 12px; margin-top:0px}

.sidebarright  {font-size: 11px; font-family: arial, sans serif; color: #5E5048; padding-left:0px; padding-right: 0px; line-height:14px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}

A:link { color: 333; text-decoration: underline}       /* unvisited link */
A:visited { color: 333; text-decoration: underline}   /* visited links */
A:active { color: 333; text-decoration: underline}    /* active links */
A:hover { color: #645EB9; text-decoration: underline}

.whatsnew {font-size: 11px; font-family: arial, sans serif; color: #FFFFFF; padding-left: 2px; padding-right: 6px; }
.whatsnew A:link { color: #FFFFFF; text-decoration: none}       /* unvisited link */
.whatsnew A:visited { color: #FFFFFF; text-decoration: none}   /* visited links */
.whatsnew A:active { color: #FFFFFF; text-decoration: none}    /* active links */
.whatsnew A:hover { color: #FFFFFF; text-decoration: underline}

#footerbg {
				background-image:url('images/footer.jpg');
				background-position:center center;
				background-repeat:no-repeat; 
}

.footer {font-size: 10px; font-family: arial, sans serif; color: #FFFFFF; padding-top: 10px; padding-bottom: 10px; text-align: center}
.footer A:link { color: #FFFFFF; text-decoration: none}       /* unvisited link */
.footer A:visited { color: #FFFFFF; text-decoration: none}   /* visited links */
.footer A:active { color: #FFFFFF; text-decoration: none}    /* active links */
.footer A:hover { color: #FFFFFF; text-decoration: underline}

.sidebar {font-size: 11px; 
		font-family: arial, helvetica, sans serif;
		color: black;
		text-align: justify; 
		border-width:5px;
		border-style: solid;
		border-color: white;
		line-height: 14px;
		}
		
.sidebarheader {font-size: 11px; 
		font-family: arial, helvetica, sans serif;
		color: navy;
		text-align: center; 
		}
		
.sidebartext {color: 333333
		}

.quote {font-size: 16px; 
		font-family: palatino, arial, sans serif;
		font-weight:bold; 
		color: #024021;
		text-align: center; 
		text-shadow: color;
		background-color: #E7D8BC; 
		padding:10px;
		border-width:15px;
		border-style: solid;
		border-color: #F5EBD8;
		}
		
.main {
				border:1px maroon solid;
				width:800px;
				background-color:white;
				
				
}

#content {
				background-image: url('images/bottom.gif');
				background-repeat: repeat-x;
				background-position: center bottom;
				padding-bottom:150px;

}

#achievements ul, a{
				font: italic 10pt/16pt Arial, Helvetica, Tahoma, Sans Serif;
				color:#808080;
				}
.latestnews {
	font-size: 12px;
	font-family: arial, sans serif;
	color: #800000;
	padding-left: 2px;
	padding-right: 6px;
}
.latestnews h1{
	font-size: 12px;
	font-weight:bold;
	font-family: arial, sans serif;
	color: #800000;
	padding-left: 2px;
	padding-right: 6px;
}
.latestnews a:link{
	text-decoration:underline;
	font-style:inherit;
	color: #800000;
}
.videotext {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:333;
	text-align:left;
}
.videotext a:link {
	font-size:11px;
	color:333;
}
.videotext a:visited {
	font-size:11px;
	color:333;
}
/* Carousel */
.pluit-carousel {
  position: relative;
  margin-bottom: 1em;
}

.pluit-carousel img {
  border: 0;
  display: block;
  cursor: pointer;
}

.pluit-carousel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Viewport */
.pluit-carousel .viewport {
  width: 1px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.pluit-carousel .viewport ul {
  width: 6000px;
}

.pluit-carousel .viewport ul li {
  display: block;
  float: left;
}

.pluit-carousel .viewport ul ul {
  width: auto;
  float: left;
}

.pluit-carousel .viewport ul ul li {
  margin-right: 5px;
}

/* Navigation */
.pluit-carousel .nav {
  padding: 0 3px;
}

.pluit-carousel .nav li a {
  display: block;
  overflow: hidden;
  text-indent: -100em;
  background: url(images/carousel_nav.png) no-repeat 0 0;
  outline: none;
}

.pluit-carousel .nav li a:hover {
  background-position: -46px 0;
}

.pluit-carousel .nav .prev, .pluit-carousel .nav .next {
  float: right;
  margin-right: 7px;
}

.pluit-carousel .nav .next {
  margin-right: 3px;
}

.pluit-carousel .nav .prev a, .pluit-carousel .nav .next a {
  width: 10px;
  height: 10px;
  background-position: -91px 0;
}

.pluit-carousel .nav .prev a:hover {
  background-position: -179px 0;
}

.pluit-carousel .nav .next a {
  background-position: -135px 0;
}

.pluit-carousel .nav .next a:hover {
  background-position: -223px 0;
}

.pluit-carousel .nav .pages {
 float: left;
}

.pluit-carousel .nav .pages ul {
  float: left;
}

.pluit-carousel .nav .pages li {
  float: left;
  margin-right: 8px;
}

.pluit-carousel .nav .pages li a {
  width: 10px;
  height: 10px;
}

.pluit-carousel .nav .pages li.active a {
  background-position: -46px 0;
}

.pluit-carousel ul, .pluit-carousel .nav .pages, .pluit-carousel .nav {
  zoom: 1;
}

.pluit-carousel ul:after, .pluit-carousel .nav .pages:after, .pluit-carousel .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.recent-photos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
