body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #84A5CD;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.shadow-left {
	background-image: url(images/shadow-left.gif);
	background-repeat: repeat;
	width: 12px;
}
.shadow-right {
	background-image: url(images/shadow-right.gif);
	background-repeat: repeat;
	width: 12px;
}
.nav1 {
	background-image: url(images/nav1.gif);
	height: 34px;
	width: 770px;
	text-align: left;
	vertical-align: middle;
}
.main {
	background-color: #FFFFFF;
        color: #000000;
	padding-right: 38px;
	padding-left: 38px;
	text-align: left;
}
.footer {
	background-image: url(images/footer1.gif);
	height: 33px;
	vertical-align: middle;
	color: #E3ECF3;
	font-size: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
a.footer-link:link {
	font-size: 12px;
	color: #D5E3F0;
	text-decoration: underline;
	font-weight: normal;
}

a:link {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #4777A4;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #4777A4;
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: lighter;
	color: #8BA6C4;
	padding: 0px;
	margin: 0px;
	clip: rect(auto,auto,auto,auto);
}
h2 {

	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: lighter;
	color: #8BA6C4;
	clip: rect(auto,auto,auto,auto);
}
hr {
	color: #8FA4C1;
}
.img-right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}


a.footer-link:visited {
	font-size: 12px;
	color: #D5E3F0;
	text-decoration: underline;
	font-weight: normal;
}
a.footer-link:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.footer-link:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.img-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #030303;
	border-bottom-color: #030303;
	border-left-color: #8D8D8D;
}

/* added by rigo to fix bulleted sidebar*/
#sidebar{
	width: 200px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	}
