div.sdmenu {
	width: 246px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
}
div.sdmenu div {
	overflow: hidden;
	background-image: url(../images/layout_08.jpg);
	background-repeat: no-repeat;
}
div.sdmenu div:first-child {
	background-repeat: no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #066 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
.mylink {
	font-family: Calibri, Verdana, Arial;
	font-size: 10pt;
	color: #000066;
}
.clred {
	background-color: #b77e87;
}
.cloffwhite {
	background-color: #FEFDF8;
}
.clmidgrey {
	background-color: #979EA8;
}
.clpaleccream {
	background-color: #FFF3C9;
}
.clsuvorange {
	background-color: #F83C16;
}
.clpearlwhite {
	background-color: #FEFDF8;
}
.clborred {
	background-color: #6F1514;
	color: #FFFFFF;
}
.clsand {
	background-color: #FFDD96;
}
.clbritblue {
	background-color: #192155;
}
.clpilred {
	background-color: #D71B12;
}
.clsovblue {
	background-color: #2E69A3;
}

.clchodogreen {
	background-color: #1D351F;
	color: #FFFFFF;
}
.clshannongreen {
	background-color: #2D5427;
}

.clblack {
	background-color: #000000;
	color: #FFFFFF;
}
td#libe {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.clstonegrey {
	background-color: #CFD9CE;
}
.clblue {
	background-color: #355592;
}.clpacblue {
	background-color: #57B0EA;
}
.cldolgrey {
	background-color: #89929B;
}
.clrapblue {
	background-color: #163974;
}
.icegrey {
	background-color: #AEAEA6;
}
.trueblue {
	background-color: #151E3D;
	color: #FFFFFF;
}
.clbiscay {
	background-color: #BAD3CD;
}
.clincayell {
	background-color: #F1B602;
}
.cllightblue {
	background-color: #99CCFF;
	color: #FFFFFF;
}
.clNavyblue {
	background-color: #000066;
	color: #FFFFFF;
}
.clcreamblue {
	background-color: #99CCCC;
	color: #FFFFFF;
}
.METitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #101ED9;
	font-weight: bold;
	text-transform: capitalize;
}
.MESubtitle {
	font-family: Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #101FE0;
	font-weight: bold;
	text-transform: capitalize;
}
.MEmaintext {
	font-family: Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #333333;
}
td#info {
	background-color: #FFC;
	border: 2px groove #999;
}
table#news {
	background-color: #FFC;
	border: 3px solid #039;
	position: fixed;
	height: 40%;
	width: 40%;
	top: 30%;
	right: 30%;
	z-index: 8;
}
table#dark {
	background-color: #333;
	position: fixed;
	z-index: 6;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
