body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    color: #333333;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    background-color: #CCD9FF;
}
p {
	/*\*/
    letter-spacing: 0.1em;
    /**/
}
#header {
    margin-top: 10px;
}
#title {
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	height: 300px;
	background-image: url('images/title2b.jpg');
	background-repeat: no-repeat;
}
#navigation{
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0;
	border-width: 1px;
	border-color: #FF9900;
	border-style: solid;
	position: relative;
	top: 0;
	left: 0;
	width: 700px;
}
#navigation ul{
	font-weight: bold;
	margin: 0 0 1em;
	padding-left: 0;
	border-top: 1px solid #DFDFDF;
	border-right: 0 solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 0 solid #DFDFDF;
	float: left;
	width: 100%;
}
* html #navigation ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#navigation ul li{
	display: inline;
}
#navigation ul li a{
	color: #000033;
	font-weight: bolder;
	text-decoration: none;
	padding: 2px 6px 4px;
	border-right-width: 1px;
	border-right-color: #DFDFDF;
	border-right-style: dashed;
	float: left;
	background: url(media/menudivide.gif) repeat-y center center;
}
#navigation  ul li a:hover{
	color: black;
	background-color: #F3F3F3;
	border-bottom: 4px solid black;
	padding-bottom: 0;
}
.float_l{
	padding-right: 5px;
	float: left;
}
.float_r{
	padding-left: 5px;
	float: right;
}
.clear_l {
	clear: left;
}
#content {
	margin-top: 10px;
	position: relative;
	width: 750px;
}
#content p {
	text-indent: 1em;
}
#primary {
	margin-top: 20px;
	margin-left: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
}
#primary h2{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
#primary h3 {
    font-size: 1.1em;
    margin-bottom: 0;
}
#primary h4 {
    font-size: 1.0em;
    margin-bottom: 0;
}
.span0{
	font-weight: bold;
}
.span1 {
	color: #CC6600;
}
.span2 {
    text-decoration: underline;
}
.span3{
    color: #0000FF;
}

#secondary {
	margin-top: 20px;
	margin-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
}
#secondary h2 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
#secondary h3 {
    font-size: 0.9em;
    margin-bottom: 0;
}
#secondary p {
    font-size: 0.9em;
    margin-top: 0;
}
#secondary a {
    color: #0066FF;
}
#secondary p a {
    color: #000033;
    font-style: normal;
    text-decoration: none;
}
