@charset "UTF-8";
body {
	background-image: url(clouds.jpg);
	background-repeat: repeat-x;
	background-color: #bbccee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
td.leftside {
	background-image: url(2008/leftside.gif);
	background-repeat: repeat-y;
}
td.rightside {
	background-image: url(2008/rightside.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.topleft {
	background-image: url(2008/topleft.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 250;
}
td.topright {
	background-image: url(2008/topright.gif);
	background-repeat: repeat-y;
	background-position: right top;
	height: 150px;
}
td.newtopleft {
	background-image: url(2008/tiptopleft.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 20;
}
td.newtopright {
	background-image: url(2008/tiptopright.gif);
	background-repeat: repeat-y;
	background-position: right top;
	height: 20px;
}
td.bottomleft {
	background-image: url(2008/bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
td.bottomright {
	background-image: url(2008/bottomright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
}
td.leftbutton {
	background-image: url(2008/button.png);
	background-repeat: no-repeat;
	height: 125px;
}
td.subtd {
	border: 1px solid #A7C2E6;
	background-color: #DDEEFF;
	background-image: url(2008/diagfade.png);
	background-repeat: repeat-x;
	padding: 2px;
}
.references {
	font-size: 11px;
	text-transform: capitalize;
}
td.newleftside {
	background-image: url(2008/newleftside.gif);
	background-repeat: repeat-y;
}
td.newbottomleft {
	background-image: url(2008/newbottomleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.minitable{
	border: 1px solid #FF9999;
	background-color: #FFFFFF;
}
th{
	background-color: #ffeeee;
}
td.slidingmenu:hover{
    background-position: -190px 0;
}
td.activemenu{
	background-position: -190px 0;
}
div#expandotron
{
	display: none;
	margin: 0px 20px 0px 20px;
}
.topmenu{
	background-color:#FFFFFF;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.topcell{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top: solid 5px #FFFFFF;
	border-bottom: solid 5px #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
.topcellactive{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top: solid 5px #FFD29F;
	border-bottom: solid 5px #FFD29F;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#FFF1C9
}
.topcell:hover{
	background-color:#E7F4FF
	border-left:solid 4px #0066FF;
	background-color: #E7F4FF;
	border-top: solid 5px #0066FF;
	border-bottom: solid 5px #0066FF;
}
