/***** Page *****/

body {
	background: #FFFFFF;
	background-image: url('body-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	color: #333;
	margin: 0.5em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

body a:visited {
    text-decoration: none;
    border: 0;
}

.left {
    float: left;
    padding: 0;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    display: inline;
}

.right {
    display: inline;
    float: right;
    text-align: right;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}
.rightpad{
	display: inline;
	float: right;
	text-align: right;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin-left: 30px;
	margin-bottom: 30px;
}

/***** Wrapper *****/

#wrapper {
    background: #FCFBE9;
    border: 1px solid #BBD1E2;
    color: #000;
    margin: 0 auto;
    padding: 1em;
    width: 740px;
}

/***** Navigation *****/

#navigation {
	margin: 0 0 0 0;
	float: left;
	width: 100%;
	color: #FFFFFF;
	background-color: #8FA7BA;
	border: 1px solid #89929B;    /*background-image:url('header-bg.jpg');
    background-position:bottom right;
    background-repeat:no-repeat;*/
}
   /*
#navigation ul {
    margin: 0;
    padding: 4.8em 0 0 .3em;
    list-style: none;
}

#navigation li {
    float: left;
    white-space: nowrap;
}

#navigation li a {
    float: left;
    display: block;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
    background-image: url( 'tableftB.gif' );
    background-position: left top;
    background-repeat: no-repeat;
}

#navigation a span {
    float: left;
    display: block;
    background-image: url( 'tabrightB.gif' );
    background-position: right top;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 5px 15px 4px 6px;
    color: #9E8100;
}
*/

#navigation h1 {
	margin: 0 0 -.6em 0;
	padding: 1em 0 0 1em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-color:#8FA7BA;
}

#navigation h2 {
	margin: 0 0 0 0;
	padding: 1em 0 0 1.75em;
	font-size: .9em;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #000000;
	background-color:#8FA7BA;
}



/***** Content *****/

#content {
	background: #fff;
	float: left;
	padding: 15px 10px;
	width: 720px;
	color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8FA7BA;
	border-left-color: #8FA7BA;
}

#content h1 {
	color: #8FA7BA;
	font-size: 1.3em;
	margin: 0;
	padding: 10px 5px 0 0;
	text-align: left;
	background: inherit;
}

#content h2 {
    color: #9E8100;
    font-size: 1em;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: bold;
    background: inherit;
}

#content p {
    margin: 10px 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: inherit;
    color: inherit;
}

#content a {
    text-decoration: underline;
    color: #547699;
    background-color: #FFFFFF;
}

#content a:hover {
    text-decoration: underline;
}

#content ul{
    list-style-type:square;
}

#content ul li{
    padding-bottom:.9em;
}
/***** Side Content *****/

#sidecontent {
    margin: 0;
    padding: 15px 0 0 0;
    float: right;
    width: 164px;
    color: #000000;
    background-color: #FCFBE9;
}

#sidecontent ul {
    color: #333;
    list-style: none;
    padding: 0;
    margin: 0;
    background: inherit;
}

#sidecontent li {
    padding: 0.1ex 0;
}

#sidecontent li a {
    color: #000;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 8px 20px;
    background: inherit;
}

#sidecontent li a:hover {
    background: #9E8100;
    color: #FFFFFF;
}

#sidecontent h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 2px 15px;
}

/***** Footer *****/

#footer {
	background: #FFFFFF;
	clear: both;
	color: #547699;
	font-size: .9em;
	height: 1.8em;
	line-height: 1.8em;
	padding: 0;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8FA7BA;
	border-bottom-color: #8FA7BA;
	border-left-color: #8FA7BA;
}

#footer a {
    background: inherit;
    color: #547699;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .left {
    margin: 0 0 0 8px;

}

#footer .right {

    margin: 0 8px 0 0;
}


#content p {
	text-indent: 20px;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
			font-size:12px;
	text-decoration:none;
	color:#fff;
		border-left: 1px solid black;

	}
	#nav {

	}
	
	#nav a {
		display: block;

			text-decoration:none;
	color:#fff;
	}
	
	#nav li {
	float: left;
	padding: 5px 15px 5px 15px;
	background-color: #8FA7BA;
	font-weight:bold;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px none black;
	border-left: 1px none black;
	}
	
	#nav li ul {
		position: absolute;
		width: 10em;
		left: -999em;
		background:#8FA7BA;
	}
	
	#nav li ul li {
		float:none;
		background:#8FA7BA;
		display:block;
	}
	
	
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
	}
