a:link { color: #039; }
a:visited { color: #666; }
a:hover { color: #363; }

body {
	background: #fff8dc url(../images/PageBackground.gif) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	}

p, ul {
	line-height: 140%;
	font-size: 110%;
	margin: 0 0 12px 0;
	}
ul li ul {
	font-size: 100%;
	}

#Container {
	}

#Masthead {
	background: transparent url(../images/PageHeader.gif) no-repeat top left;
	height: 100px;
	position: relative;
	}	
#Masthead h1 {
	visibility: hidden;
	}
#Masthead a.BlockLink {
	display: block;
	height: 95px;
	left: 0;
	position: absolute;
	top: 0;
	width: 190px;
	
	}
#LeftNav {
	float: left;
	width: 193px;
	}
	#LeftNav ul {
		display: inline;
		font-size: 100%;
		}	
	#LeftNav ul li {
		display: block;
		margin: 3px 15px 3px 0px;
		}
	#LeftNav ul li a,
	#LeftNav ul li a:link {
		background-color: #ccc;
		border-left: 4px #999 solid;
		color: #444;
		display: block;
		font-size: 120%;
		font-weight: bold;
		padding: 5px 5px 5px 12px;
		text-decoration: none;
		}
		#LeftNav ul li a:hover,
		#LeftNav ul li a:focus {
			background-color: #ddd;
			border-left: 4px #8BB5DF solid;
			color:#000;
			text-decoration: underline;
			}
		#LeftNav ul li a:active {
			}
	#LeftNav ul li a.active {
		background-color: #CDE2FF;
		border-bottom: 1px #369 solid;
		border-left: 4px #369 solid;
		}
		
#Content {
	float: left;
	padding-left: 15px;
	width: 742px;
	}
	#Content h2 {
		color: #050;
		font-size: 150%;
		font-weight: bold;
		margin: 5px 0 15px 0;
		}
	#Content h3 {
		color: #369;
		font-size: 140%;
		font-weight: bold;
		margin: 3px 0 10px 0;
		}
	#Content h4 {
		color: #333;
		font-size: 120%;
		font-weight: bold;
		margin: 3px 0 5px 0;
		}
	#Content table {
		margin-bottom: 15px;
		}
	#Content table tr th {
		text-align: left;
		}
	#Content table thead tr th {
		border-bottom: 1px #444 solid;
		}

                .HilightBox {
                    float: left;
                    background-color: white;
                    padding: 15px;
                    margin-bottom:20px;
                }
                
.ImgRight {
	float: right;
	margin: 0 0 15px 15px;
	}

.Footer {
	border-top: 1px #ccc solid;
	padding-top: 4px;
	}
.Footer .Top {
	float: left;
	font-size: 80%;
	width: 40%;
	}
	.Footer .Top a
	.Footer .Top a:link,
	.Footer .Top a:visited,
	.Footer .Top a:hover,
	.Footer .Top a:active {
		color: #666;
		}
.Footer .Copyright {
	color: #666;
	float: right;
	font-size: 80%;
	text-align: right;
	width: 40%;
	}
