/* 
Style sheet for ÐÂÊ±´úÂÁ·Û½¬
Last updated: 23/11/2006
*/

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
*{  
	font-family: "ËÎÌå"; 
	font-size: 100%; 
	color: #333;
	}
	
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	text-align: center; 
	}

#wrapper {
	margin: 3px auto;
	padding: 0;
	width: 758px;	 
	background-color: #fff;
	text-align: left;
	}

#navigation {
	padding: 0;
	margin: 0;
	/* compensates for IE Win bungling */
	font-size: 85%;
	line-height: 4px;
	}

#header {
	width: 758px;
	height: 90px;
	line-height: 10px;
	}

#sidenavigation {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 165px;
	background-color: #fff;
	padding: 0;
	margin-bottom: 1em;
	/* compensates for IE Win bungling */
	height: 100%;
	
	}

#maincontent	{
	width: 573px;
	padding: 10px;
	margin: 0;
	border-right: 1px solid #000000;
	}

#footer {
	color:#fff;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 95%;
	background-color: #000000;
	background-repeat: no-repeat;
	text-align: center;
	}

#banner {
	background: #000000;
	text-align: right;
	border: #000000 solid 1px;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
h1 {
	
	color: #d9241d;
	margin: 0;
	font-size: 120%; 
	}

h2, h3, h4, h5, h6  {
	background: transparent url('/media/h1.gif') no-repeat left;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 105%;
	}
	
h3 {
	color: #fff;
	}

li {
	padding-bottom: 3px;
	list-style-type: square;
	color: #000000;
	}

#banner p {
	color: #fff;
	padding: 0 20px 2px 0;
	}

.small{
	font-size: 85%;
	}

.center {  
    text-align: center;
    }
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
a {
    text-decoration: none;
	color: #000000;
	background: transparent; 
    }

a:hover {
    text-decoration: underline;
	color: #000000;
    }

#navigation a {
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	}

#navigation a:hover {
	text-decoration: none;

	}

#footer a {
	margin: 0;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	}

#footer a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000000;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666;
	text-align: center;
	}

a.sitecredit:hover  {
	color: #000000; 
	text-align: center;
	}

#maincontent a {	
	text-decoration: none;
	color: #000000;
	}

#maincontent a:hover {	
	text-decoration: underline;
	color: #000000;
	}

#sidenav a {
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

#sidenav a:hover {
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
	border: none;
	width: 100%;
    border-bottom: 1px solid #000000;
	height: 1px;
	}

td {
	vertical-align: top;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float: left;
	padding-right: 5px;
	}

.floatleftb {
	float: left;
	margin-right: 5px;
	border: 1px solid #000000;
	}

.floatright {
	float: right;
	margin-left: 5px;
	}

.floatrightb {
	float: right;
	margin-left: 5px;
	border: 1px solid #000000;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
form {
	padding: 0;
	margin: 5px;
	}

fieldset {
	width: 98%;
	padding: 0 4px 4px 6px;
	border: 1px solid #000000;
	}
	
legend {
	margin: 0px;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	color: #000000;
	}

.blurred {
	border: #000000 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #000000 1px dotted; 
	padding: 2px; 
	background-color: #fff; 
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#sidenav{
	padding: 0;
	margin: 0;
	width: 169px;
	}

#sidenav li {
	margin: 0 10px 0 -35px;
	padding: 3px 0 3px 0;
	list-style: none;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dotted #666;
	font-size: 85%;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
