	@import url('menu_180705.css');
	body {
		background: white url('/images/bg_v.gif') repeat-y center top;
		margin: 0px;
		padding: 0px;
		color: #333333;
		font-family: 'Trebuchet MS', Verdana, sans-serif;
		font-size: small;
		text-align: center;
		behavior:url(/css/rollover.htc);
	}
	
	#container {
		text-align: left;
		position: relative;
		left:0px;
		width:800px;
		margin-right:auto;
		margin-left:auto;	
		padding:0px;
		background-color: white;
		
	}
	
	#header {
		margin: 0px;
		padding: 0px;
		height: 151px;
		background: url('/images/bg_header_4.gif') repeat-x left -30px;
	}
	
	#menu {
		margin:0px 0px 0px 0px;
		padding:0px;
		height:31px;
		z-index:100;
		background: url('/images/menu_bg_over_3.gif') repeat-x left top;
	}
		
	#logo {
		float:left;
		width:450px;
		height:80px;
		background: url('/images/logo.gif') no-repeat left top;		
	}
	
	

	#title {	
		font:bold 23px/38px 'Trebuchet MS', Arial;
		text-align:right;
		color:#FEE;
		float:right;
		letter-spacing:5px;
		padding:100px 15px 5px 0px;
	}
	
	
	#content_wrap {
		margin: 0px 7px 7px 7px;
		padding: 0px;
		z-index:90;
	}
	
	#left {
		float:left;
		background-color: #eee;
		width:100px;
		margin: 0px 7px 7px 0px;
		padding: 30px 20px 30px 20px;
	}
	
	#content {
		color #666;
		margin:15px 15px 35px 15px;
		padding: 20px;
	}
	
	#footer {
		clear: both;
		padding:4px;
		text-align:center;
		display:block;
	}

	#footer A,
	#footer {
		color:gray;
	}
	
	#splash {
		margin-top: 20px;
	}
	
	/* text */
	
	a { text-decoration: none; }
	a:link, 
	a:active { color: #FF3300; }
	a:visited { color: #FF3300; }
	a:hover { text-decoration: underline; }
	
	h1, h2, h3, h4 { font-weight: normal; margin: 0px; padding: 0px; }
	
	li {	
		list-style-type: disc; 
		color: #666;
	}
	
	h1 {
		color: #666;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: left;
		margin-top: 10px;
		font-size: large;	
		border-bottom: 1px solid #eee;
	}
	
	h2 {
		margin-top: 10px;
		font-size: small;
		font-style: italic;
		font-weight: bold;
		margin-bottom: 10px;
		padding: 3px;
		text-align: left;
		border-bottom: 1px solid #eee;
	}
	
	h3 {
		color: #222222;
		font-size: 110%;
		font-weight: bold;
		margin-bottom: 0;
		text-align: left;
	}
	
	h4 {
		color: #222222;
		font-size: 110%;
		font-weight: bold;
		/*margin-bottom: 10px;*/
		text-align: left;
		margin-top: 30px;
		border-bottom: 1px solid #ccc;
	
	}
	
	h5 {
		color: #222;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
		margin-top: 10px;
		margin-bottom: -10px;
	}
	
	h6 {
		color: #555;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	p {
		color: #333333;
		font-size: small;
		font-weight: normal;
		line-height: 150%;	
		text-align: left;
		/*margin-top: 0;*/
	}
	
	ul {
		color: #333333;
		font-size: small;
		font-weight: normal;
		line-height: 150%;	
		text-align: left;
	
	}
	
	pre {
		font-family: 'Courier New', Courier, mono;
		font-size: small;
		
	}
	
	.keyword{
		color: #000084;
	}
	
	.string{
		color: #0000FF;
	}
	
	.comment{
		color: #808080;
	}
	
	.centered{
		text-align:center;
	}

