body,div,dl,dt,dd,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
    fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
body {
	position:relative;
	background:#D7D0C3 url(pix/bg.jpg) repeat-x top left;
	color:#553B01;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	width:100%;
	height:100%;
	outline:none;
}
strong, .strong {
	font-weight:bold;
}
a {
	font-size:14px;
	color:#553B01;
	outline:none;
}
a:hover {
        color:#009;
}
.cl {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}
.left-align {
	float:left;
}
.right-align {
	float:right;
}
#wrapper {
        z-index:0;
	position:relative;
	width:912px;
	margin:0 auto;
	background:url(pix/container_bg.gif) repeat-y top left;
}
#header {
	position:relative;
	width:912px;
	height:195px;
	background:url(pix/new-banner.jpg) no-repeat 3px 0px;
	margin-bottom:10px;
	z-index:0;
}
#container {
	position:relative;
	width:900px;
	margin-left:5px;
        z-index:-1;
}
#sidebar {
	position:relative;
	width:188px;
	float:left;
	padding-left:2px;
}
.content {
	position:relative;
	width:687px;
	float:right;
	padding-right:3px;
	padding-bottom:50px;
}
.content a {
        font-weight:bold;
}
.content a:hover {
        color:#009;
}
#click-for-member-site {
	display:block;
	width:188px;
	height:30px;
	margin-bottom:7px;
}
.box, .box div, .box div div {
	position:relative;
	width:187px;
}
.box {
	margin-bottom:10px;
	font-size:13px;
}
.box a {
	font-size:13px;
}
.box a:hover {
	color:#009;
}
.box h3 {
	font-size:17px;
	color:#2B1402;
}
.box div div {
	padding:6px 6px 10px 4px;
	width:177px;
}
.box p.title {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	color:white;
	background:url(pix/title_bg.png) no-repeat top left;
	width:180px;
	height:19px;
	padding:2px 0 0 1px;
	margin-bottom:3px;
}
.light-orange {
	background:url(pix/light-orange-middle.jpg) repeat-y top left;
}
.light-orange div {
	background:url(pix/light-orange-top.jpg) no-repeat top left;
}
.light-orange ul li {
        margin-left:-19px;      
}
.light-orange div div {
	background:url(pix/light-orange-bottom.jpg) no-repeat bottom left;
}
.orange {
	background:url(pix/orange-middle.jpg) repeat-y top left;
}
.orange div {
	background:url(pix/orange-top.jpg) no-repeat top left;
}
.orange div div {
	background:url(pix/orange-bottom.jpg) no-repeat bottom left;
	min-height:100px;
}
.orange ul li {
        margin-left:-19px;      
}
.yellow {
	background:url(pix/yellow-middle.jpg) repeat-y top left;
}
.yellow div {
	background:url(pix/yellow-top.jpg) no-repeat top left;
}
.yellow div div {
	background:url(pix/yellow-bottom.jpg) no-repeat bottom left;
	min-height:100px;
}
.yellow ul li {
        margin-left:-19px;      
}

.content p, .content ul, .content table, .content ol {
	margin-bottom:10px;
}
.content p {
	line-height:1.2em;
}
.content img {
	padding:5px;
}
.content h1 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
.content h2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#E68E01;
	font-weight:normal;
	margin-bottom:5px;
}
.content li {
        list-style:square;
}
.content li li {
        list-style:circle;
}
.spc {
	display:block;
	float:left;
	width:46px;
}
.menu {
	position:absolute;
	width:900px;
	bottom:0px;
	left:5px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#FEFAF1;
	border-bottom:2px solid #1948AB;
	z-index:10;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:10;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	z-index:10;
}

/* style the links for the top level */
.menu a {
	display:block;
	text-decoration:none;
	padding:2px 12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	z-index:10;
}

.menu a.on {
	background:#F2E4C1;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	background-color:#FDF5D8;
	border:1px solid #FADFAE;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	z-index:10;
	top:21px;
	left:0px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a {
	background:#FDF5D8;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:160px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	background:#F2E4C1;
}

.menu :hover > a, .menu ul ul :hover > a {
	background:#F2E4C1;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
#edit a {
        text-decoration:none;
        color:#C7BFAC;
}
#edit a:hover {
        color:#663;
        text-decoration:none;
}
#footer {
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    clear:both;
    text-align:center;
    margin:5px;
    padding-top:3px;
}

