﻿a:link {
	color:#0077cc;
}
a:active {
	color:#0077cc;
}
a:visited {
	color:#0077cc;
}
a:hover {
	color:#002250;
}
.mainStyle {
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.banner {
	background-image:url('../img/bannerC1.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 135px;
}

.topList{
	width: 90%;
	font-family:"Copperplate Gothic Light", "Times New Roman", Times, serif;
	font-size:small;
	text-align: center;
	margin-bottom: 2px;

}
.topList tr td{
	width: 33%;

}
.contentStyle {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 400px;
}
.contentStyle h2 {
	font-family: 'Times New Roman', Times, serif;
	text-decoration: underline;
	margin-bottom: 10px; 
}
.contentList {
	font-size: large;
	margin-top: 10px;
	list-style-image: url('../img/buttonM.jpg');
	text-align:left;
	text-decoration: none;
}
.contentList li{	
}
.contentList li ul {
	font-size: medium;
	list-style-type:square;
	list-style-image:none;

}
.sideStyle {
	background-image:url('../img/sideC1.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 1px;
	text-align: left;
	vertical-align: top;
	height: 400px;
	width: 170px;
}
.sideLinks {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
	vertical-align: top;
}
.sideLinks tr td {
	background-color:#cccccc;
	padding-left: 5px;
}
.sideLinks a:link {
	color:#0077cc;
	text-decoration:none;
}
.sideLinks a:active {
	color:#0077cc;
	text-decoration:none;
}
.sideLinks a:visited {
	color:#0077cc;
	text-decoration:none;
}
.sideLinks a:hover {
	color:#002250;
	text-decoration:none;
}