/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(images/bg1.gif);
}

#content{
	padding-top : 30px;
	padding-bottom : 30px;
	padding-left : 10%;
	padding-right : 10%;
	background-color: #FAFFFF;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: 400;
	color: #000000;
	background-color : transparent;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #426D6D;
	background-color : transparent;
}

#content h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: 400;
	color: #000000;
	background-color : transparent;
	line-height : 120%;
	text-align: justify;
}
#content li {
	font-size: 90%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 120%;
}

a {
	color : #426D6D;
	text-decoration: none;
}

a:hover {
	color : #0000FF;
	text-decoration: underline;
}

a:visited {
	color : #CC3300;
	text-decoration: none;
}

#logo{
	position : absolute;
	top : 0px;
	left : 0px;
	width: 100%;
	background-image: url(images/bg1.gif);
	height: 246px;
}


#navigation{
	width : 100%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	font-weight: normal;
	background-color: #426D6D;
	font-size: 80%;
	line-height: 200%;
}

#navigation a {
	color : #E2FFFF;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a:visited {
	color : #E2FFFF;
	text-decoration: none;
}

.sidebarText {
	color: #336666;
	line-height:18px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	}
	
.subHeader {
	font:16px arial;
	color: #336666;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.lge {
	font:25px georgia;
	line-height:26px;
	}

/* Footer */

#footer {
	clear: both;
	padding: 20px 40px 40px 40px;
	background: #426D6D;
}

#footer p {
	margin: 0;
	color: #E2FFFF;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
}

#footer a {
	text-decoration: underline;
	color: #E2FFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footer h3 {
	margin: 0;
	color: #E2FFFF;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}

.style1 {
	font-size: large;
	font-weight: bolder;
}

.style2 {
	font-family: "Trebuchet MS";
	color: #E2FFFF;
}
.style3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: 300;
	color: #000000;
	background-color : transparent;
	line-height : 100%;
}

.style4 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: 400;
	color: #000000;
	background-color : transparent;
	line-height : 120%;
}

.style5 {font-size: 14px}
.style6 {color: #CC0000;font-size: 14px}

.style15 {color: #FF0000;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
.style16 {font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif}
.style17 {color: #FF99CC;
	font-size: 90%;}
.style18 {color: #CC0000;
	font-size: 90%;}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FAFFFF;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

input.my-url{display:none;}
