body {
	font-family: Tahoma,sans-serif;
    text-decoration: none;
	padding: 0px;
	margin: 0px;
	background-image:url('background.png');
	background-repeat: repeat-y;
	background-position:center; 
	/*background-color: rgb(190, 190, 190);*/
}

h3{
	color: rgb(35, 65, 147);
}

#container{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	border-radius: 15px;
	border-left-style:solid;
	border-left-width: 5px;
	border-left-color: rgb(35, 65, 147);
	border-right-style:solid;
	border-right-width: 5px;
	border-right-color: rgb(35, 65, 147);
}

#head{
	width: 950px;
	height: 250px;
	padding-left: 10px;
	padding-right: 10px;
}

#leftnav{
	width: 288px;
	background-color: rgb(100, 143, 191);
	color: rgb(46, 103, 178);
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 15px;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
}

#leftsub{
	width: 288px;
	background-color: rgb(194, 215, 239);
	color: rgb(46, 103, 178);
	padding-top: 15px;
	padding-bottom: 30px;
	border-radius: 15px;
	margin-top: 15px;
	margin-left: 20px;
	clear: left;
	float: left;
}

#main{
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	width: 590px;
}

#content{
	float: left;
	margin-top: 10px;
	color: rgb(119, 119, 119);
	font-family: Tahoma,sans-serif;
	font-size: 14px;
	width: 540px;
}

.service{
	color: rgb(119, 119, 119);
	font-family: Tahoma,sans-serif;
	font-size: 14px;
}

#content p{
	margin-top: 20px;
	margin-left: 20px;
}

.indent{
	margin-left: 50px !important;
}

.highlight{
	color: rgb(35, 65, 147);
	font-size: 15px;
	font-weight: bold;
}

.subhead{
	color: rgb(35, 65, 147);
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	margin-bottom: -13px;
}

.subtitle{
	padding-left: 15px;
}

.contact{
	color: rgb(32, 53, 105);
	font-size: 16px;
	padding-left: 43px;
	margin-top: 5px;
}

.email{
	color: rgb(100, 100, 100);
	font-size: 14px;
	padding-left: 43px;
	margin-top: 7px;
}

#leftnav ul{
	list-style-type: circle;
	color: rgb(255, 255, 255);
}

#leftnav li{
	padding-top:5px;
	padding-bottom:5px;
	margin-left:20px;
	color: rgb(255, 255, 255);
}

.menutitle{
	padding-left: 25px;
}

.navlink{
	color: rgb(255, 255, 255);
	font-size: 16px !important;
	text-decoration: none;
}

.navlink:hover{
	color: rgb(46, 103, 178);
}

#footer{
	width: 910px;
	margin-top: -10px;
	background-color: rgb(168, 186, 207);
	color: rgb(212, 221, 231);
	border-radius: 15px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -10px;
	clear: both;
	font-size: 12px;
}

.slider {
  width: 540px; /* Update to your slider width */
  height: 250px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
   border-radius: 15px;
   border-style:solid;
   border-width: 5px;
   border-color: rgb(194, 215, 239);
   margin-top: 5px;
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}