@charset "UTF-8";
/* CSS Document */

body {
	margin:5px;
	background-color:#FF9966;
	}
.header {
	font: normal 14pt 'Sans Serif', Arial, Verdana;
	color:#000000;
	text-align:left;
	/*background:no-repeat url(/2009/images/header.png);
	width:850px;
	height:214px;
	*/
	}

.body {
	/* Background */
	background-image:url(/2009/images/background.jpg);
	background-position:bottom left;
	background-attachment:fixed;
	background-repeat:repeat-x;
	
	width:850px;
	background-color:#FF9966;
	font: normal 14pt 'Sans Serif', Arial, Verdana;
	color:#000000;
	text-align:left;
	}
	.sidenav {
		width:331px;
		height:822px;
		background-image:url(/2009/images/sidenav_bg.png);
		background-repeat:no-repeat;
	}
	.spear {
		width:20px;
	}
	.spear.img {
		/*width:20px;*/
		text-align:right;
	}
	.spearleft {
	}
	.spearright img{		
		width:20px;
		height:20px;
	}
	div.navigation {
		display:inline;
		float:left;
		width:187px;
		margin:0 0 0 70px;
		line-height:20px;
		}
		a.navigation {
			font-weight: bold;
			text-decoration:none;
			color:#000000;
			display:block;
			}
			a.navigation:hover {
				text-decoration:underline;
				color:#990000;
				}
	/*.content {
		display:inline;
		float:left;
		width:488px;
		padding:25px 0 25px 25px;
		line-height:18px;
		color:#000000;
		}
	*/
	.contentbox {
		width:575px;
		height:612px;
	}
	.contentmargin {
		width:37px;
	}
	.content {
		width:538px;
		height:612px;
	}
	.contentblock {
		font: normal 14pt 'Sans Serif', Arial, Verdana;
		color:#000000;
		text-align:left;		
	}
	.contentblock img {
		float: left;
		padding: 5px;
	}
	
	.scrollablecontent {
		width:538px;
		height:610px;
		overflow:scroll;
	}
	.Safty800by600 {
		width: 800px;
		height: 620px;
	}
	.Safty800by600LeftMargin {
		width: 225px;
	}
	.bodybox {
		width:575px; 
		height: 612px;
		background-image: url(/2009/images/bodybox.jpg); 
		background-repeat:no-repeat;
	}
	.bodytext {
		font-family:sans-serif;
		font-size:18pt;
	}
	.titletext {
		font-family:sans-serif;
		font-size:36pt;
	}
.footer {
/*
	width:850px;
	height:323px;
	clear:both;
	background:no-repeat url(/2009/images/footer.png);
*/
	}
