/*
	Style sheet for icrc
	Last updated: 07/10/2005
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #333;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #fff;
	width: 100%;
	text-align: center;
	font-size: 78%; 
	line-height: 140%;
	}

#wrapper {
	margin:3px auto;
	padding: 0;
	width: 758px;	 
	background-color: #fff;
	text-align: left;
	}

#header {
	margin: 0px;
	padding: 0;
	height: 94px;
	background:#fff;
	background-image: url('/media/topbanner.jpg');
	background-repeat: no-repeat;
	}

#sidenavigation {
	width:210px;
	padding:0;
	margin-top: 10px;
	margin-bottom: 1em;
	float:left;
	height: 100%;
	}

#rightnavigation{
	float: right;
	margin: 20px 10px 10px 10px;
	padding: 4px;
	width: 200px;
	background: #faf7fc;
	border: solid 1px #6a2c90;
	}

#maincontent	{
	padding: 0;
	margin: 12px 0 0 230px;
	width:500px;
	}


#footer {
	clear: both;
	border-top: solid 2px #e6e5de;
	width: 758px;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #6a2c90;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	}

ol li{
	list-style-type: decimal;
	}


ul li {
	padding-bottom:3px;
	list-style-type: square;
	}

#footer p {
	padding:5px;
	text-align:center;
	}

.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #6a2c90;
	background: transparent; 
    }

a:hover {
    text-decoration: underline;
	color: #000;
    }


#footer a {	
	text-decoration:none;
	padding:3px;
	color: #6a2c90;
	}

#footer a:hover {	
	text-decoration:none;
	padding:3px;
	color: #000;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #6a2c90;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0px; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #6a2c90;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #6a2c90;
	}

.center {  
    text-align: center;
    }


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 5px;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0px;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#6a2c90;
	}

.blurred {
	border: #6a2c90 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


#sidenavigation form{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #sidenav{
	padding: 0 0 0 10px;
	margin: 0;
	width: 170px;
	}

#sidenav li {
	list-style: none;
	margin: 5px;
	text-align: left;
	border-bottom: 1px solid #b88abe;
	}

#sidenav li a {
	display: block;
	padding-left: 8px;
	background: #fff;
	text-decoration: none;
	}

#sidenav li a:link {
	color: #6a2c90; 
}

#sidenav li a:visited {
	color: #6a2c90; 
	}

#sidenav li a:hover{
	border-color: #6a2c90;
	color: #fff;
	background: #b88abe;
	}



/* ---------------------------- */

#sidenav li.sub {
    font-size:91%;
	list-style: circle;
	list-style-position: outside;
	margin: 2px 2px 2px 10px;
	border: none;
	text-align: left;
	}

#sidenav ul.sub {
	margin: 0px 0 2px 14px;
	}

#sidenav li.subsub {
    font-size:91%;
	list-style: disc;
	list-style-position: outside;
	margin: 2px 0 2px -44px !important;
	margin: 0 0 2px -3px;
	border: none;
	text-align: left;
	color: #6a2c90;
	}

#sidenav ul.subsub {
	margin: 0px 2px 2px -13px;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */