﻿h1 {
				margin: 0;
				padding: 0;
				color: #3d5138;
				border-bottom: 1px solid #3d5138;
				font-family: Arial, Helvetica, sans-serif;
				font-size: large;
}

h1 a {
				color: #3d5138;
				text-decoration: none;
}

#photo {
				width: 800px;
				background-color: #3d5138;
				background-image: url('images/programs_05.jpg');
				background-repeat: repeat-x;
				margin: auto;
				padding: 0;
				height: 176px;

}

p a {
				text-decoration: none;
				color: black;
}

a {
				color: teal;
				text-decoration: underline;
}

a:hover {
				color:teal;
				text-decoration: underline;
}

#right li {
				font-size: 14px;
}

#right li a {
				font-size: 14px;
				color: black;
				text-decoration: underline;
}

#right li a:hover {
				color: teal;
}


/* top menu information */


/*new top menu info*/

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	font-size:16px;
	background-color: #3d5138;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border: 0px dotted blue;
	width: 800px;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:0px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 9px 0 10px;
	height:24px;
	height:28px;
	}
ul#menu li a:hover{
	background-color: #3198ba;

	}



/*side menu information*/

#navcontainer { width: 100%;
				margin-top: 0;
				}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
margin-top: 0;
border-top: 1px dotted silver;
border-right: 1px dotted silver;
border-left: 1px dotted silver;
}

#navcontainer a
{
display: block;
padding: 3px;
border-bottom: 1px dotted silver;
}

#navcontainer a:link, #navlist a:visited
{
color: black;
text-decoration: none;
font-size: 14px;
padding: 3px;
}

#navcontainer a:hover
{
background-color: #fff;
color: teal;
text-decoration: underline;
}

#current-side {
color: teal;
font-weight: bold;
}

#brochure {
				float:right;
				border: 0px solid gray;
				padding: 2px;
				text-align: center;
}

#table9 {
				border: 0px solid silver;
				font-size: small;
				text-align: left;
				width: 98%;
				font-size: 14px;
}
#table9 td{
				border: 1px solid silver;
}


