/* CSS Document */
	<style media="screen" type="text/css">
	/* <!-- */
	/* General styles */
	body {
		text-align:center;
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
/*		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
	}
#fixed {
	margin:0 auto;
	width:800px;   /* you can use px, em or % */
	text-align:left;
	font-size:70%;
	font-family: verdana;
	color: #5C6874;
}



	a {
	color: #5C6874;
	text-decoration:underline;
	}
	a:hover {
		/*color:#fff;*/
		/*background:#369;*/
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:20px 0 0 0;
		padding:0;
		font-size: 110%;
	}

	p {
		margin:.4em 0 .4em 0;
		padding:0;
	}
	img {
		margin:10px 0px 0px 0px;
		padding:0px 0 0 0;
		line-height:0.5em;
	}
	img.submenu {
		margin:23px 0px 0px 0px;
	}
	h2.submenu {
	margin: 10px 0 0 0;
	}
	/* Header styles */

	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
/*		border-bottom:1px solid #000;*/
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}

/*
## - Chinese version
	#header ul{
		overflow:hidden;
		list-style-type:none;
		border:dotted 1px #B7B7B7;
		zoom:1;
		margin:0;
		padding:0;
	}
	#header ul li{
		display:block;
		float:left;
		background:url(images.gif) 0 0 repeat-y; margin:0 4px 0 -4px; 
		padding:6px 12px 6px 12px; zoom:1; 
		} 
*/
/*
http://jarrodspillers.com/articles/css-pipe-delimited-list-menus/
*/	
#header ul {
		/*margin-top: 0px; */
		padding-left: 0px;
		margin: 0 0 0 0px;
	}
#header li {
		width:auto;
		margin:0 auto;
		display:inline;
		padding:0 1em;
		background: url(images/pipe.gif) no-repeat 0 0.2em;
		font-size: 120%;
		font-weight: 800;
	}
	#header li.first {
		padding-left:28px;
		background:none;
	}
	#header li.last {
		padding-right:0;
		margin-right:0
	}

	#header li a {
		color: #5C6874;
		text-decoration:none;
	}

	#header li a:hover {
		color:#94A2B0;
		text-decoration:none;
	}
	#header li a.selected {
		color: #94A2B0
	}

#submenu ul {
		margin-top: 0px; 
		padding-left: 0px;
	}
#submenu li {
		width:auto;
		margin:0 auto;
		display:inline;
		padding:0 1em;
		background: url(images/pipe.gif) no-repeat 0 0.2em;
		font-size: 80%;
		font-weight: 100;
	}
	#submenu li.first {
		padding-left:28px;
		background:none;
	}
	#submenu li.last {
		padding-right:0;
		margin-right:0
	}

	#submenu li a {
		color: #5C6874;
		text-decoration:none;
	}

	#submenu li a:hover {
		color:#94A2B0;
		text-decoration:none;
	}
	#submenu li a.selected {
		color: #94A2B0
	}


	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#ffffff;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:67.75%;			/* right column width - was 25% */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:27%;			/* left column content width (left column width minus left and right padding) */
		left:71.25%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:62.5%;			/* right column content width (right column width minus left and right padding) */
		left:74.75%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
/*		border-top:1px solid #000;*/
	}
	#footer p {
		padding:10px;
		margin:0;
	}

	#footer ul {
		margin-top: 0px; 
		padding-left: 0px;
	}

	#footer li {
		width:auto;
		/*padding: 0 0 -2 0em;*/
		/*margin:0 auto;*/
		margin:0 auto;
		display:inline;
		padding:0 1em;
		background: url(images/pipe.gif) no-repeat 0 0.2em;
		font-size: 110%;
		font-weight: 400;
	}
	#footer li.first {
		padding-left:28px;
		background:none;
	}
	#footer li.last {
		padding-right:0;
		margin-right:0
	}

	#footer li a {
		color: #5C6874;
		text-decoration:none;
		}

	#footer li a:hover {
		color:#94A2B0;
		text-decoration:none;
	}
	#footer li a.selected {
		color: #94A2B0
	}

#footer img {
	float:right;
	margin: 0 28px;
	border: 0px none;
	}
	/* --> */
	</style>

