body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#Wrapper {
	margin: auto;
	width: 796px;
	z-index: 0;
	padding: 0;
}
#Container {
	background-color: #FFFFFF;
	width: 778px;
	z-index: 1;
	float: left;
	height: 4000px;
}
#ShdwL {
	background-image: url(/images/bgside.gif);
	background-repeat: repeat-y;
	float: left;
	width: 9px;
	height: 4000px;
	z-index: 1;
}
#ShdwR {
	background-image: url(/images/bgside2.gif);
	background-repeat: repeat-y;
	float: right;
	width: 9px;
	height: 4000px;
	z-index: 1;
}
#Mast {
	float: left;
	width: 778px;
	background-color: #979797;
	position: relative;
	z-index: 2;
}
#Main {
	float: left;
	width: 778px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	position: relative;
	z-index: 2;
}
#ColL {
	background-color: #FFFFFF;
	float: left;
	width: 180px;
}

#ColC {
	float: left;
	width: 345px;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #EFEFEF;
}
#ColC h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-bottom: 5px;
	font-weight: bold;
}
#ColC h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}
#ColC p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#ColC ul {
	margin: 0px 0px 0px 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#ColC li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}




#ColR {
	float: left;
	width: 205px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Nav {
	background-color: #660000;
	width: 180px;
}
#Nav ul {
	margin: 0px;
	padding: 0px;
}
#Nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#Nav a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 2.5em;
	font-weight: bold;
	background-image: url(/images/bullet-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#Nav a:hover {
	color: #FFFFFF;
	background-color: #B90000;
}


#LinksLibrary {
	width: 180px;
}
#Footer {
	background-color: #000000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #cbcbcb;
	padding: 10px;
	width: 758px;
	text-align: center;
}
#Footer a {
	color: #cbcbcb;
	text-decoration: none;
}
#Footer a:hover {
	color: #FFFFFF;
}
#ColR h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
