html,body{
		background-color:#555555;
		font-size:12px;
		font-family:arial,sans-serif;
		margin : 0px;
		padding:0px;
		text-align:center;
		}
		
		#shell{
					width:800px;
					height:500px;
					overflow:show;
					margin-left: auto;
					margin-right: auto;
					text-align:right;
					background:url('images/bg.gif') repeat-x;
					color:white;
					padding-bottom:100px;
					}
					
		#navdiv{
					width:670px;
					height:60px;
					float:right;
					text-align:right;
		}
		
		#navsep{
					padding:0px 30px 0px 30px;
					vertical-align:middle;
		
		}
		
		#content{
					background-color:#009999;
					width:700px;
					border-style: solid;
					border-color:#006666;
					border-width: 2px 0px 2px 2px;
					float:right;
					padding:8px;
					padding-right:30px;
					margin-top:10px;
					text-align:left;
					
		
		}
		
		#subhed{
					width:400px;
					padding-left:20px;
					font-size:16px;
					text-align:left;
					font-weight:bold;
		}
		
		a:link {color:#ffffff;font-size:13px;font-weight:bold;text-decoration: none}
		a:visited {color:#ffffff;font-size:13px;font-weight:bold;text-decoration: none}
		a:hover {color:#ffffff;font-size:13px;font-weight:bold;text-decoration: underline}
		
		a.cslink:link {color:#ffffff;font-size:13px;font-weight:bold;text-decoration: underline}
		a.cslink:visited {color:#ffffff;font-size:13px;font-weight:bold;text-decoration: underline}
		a.cslink:hover {color:#ffffff;font-size:13px;font-weight:bold;text-decoration: none}
		
		
		.sidebar{
			width:250px;
			border:thin inset;
			float:right;
			padding:8px;
			margin:2px;
			background-color:#e3e3e3;
			color:black;
		
		}
