/*
	Style sheet for twofold
	Last updated: 07/09/2006
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  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: 80%;
	}

#wrapper {
	margin:3px auto;
	padding: 0;
	/* width: 768px; */
        width: 758px;	 
	text-align: justify;
	}

#header {
	margin: 0;
	padding: 0;
	height: 116px;
	}

#navigation {
	background-color: #990000;
	text-align: center;
	}


#sidenavigation {
	width:160px;
	background: #b0c9ed;
	padding:0;
	margin-bottom: 1em;
	/* background-image: url('/media/leftnavbg.gif'); */
	/* background-repeat: repeat-y; */
	/* compensates for IE Win bungling */
	height: 100%;
	}

#maincontent {
	padding: 10px 15px 20px 20px;
	vertical-align:top;
	width:708px;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	}

#maincontentsmall {
	padding: 25px;
	vertical-align:top;
	width:608px;
	border-left: solid 1px #990000;
	}

#rightnavigation {
	width:150px;
	padding:10px 15px 10px 0;
	margin-bottom: 1em;
	height: 100%;
	border-right: solid 1px #990000;
	}
	
#rightnavigationlarge {
	width:250px;
	padding:0x 5px 10px 0;
	margin-bottom: 1em;
	height: 100%;
	border-right: solid 1px #990000;
	}

#toppanel {
	padding: 5px;
	vertical-align:top;
	width:768px;
	border-left: solid 1px #990000;
	border-right: solid 1px #990000;
	text-align:center;
	}

#footer {
	clear: both;
	width: 770px;
	margin: 0;
	padding: 10px 5px 5px 5px;
	font-size: 85%;
	background-color: #990000;
	background-image:url(/media/footer-bgred.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1 {
	color: #990000;
	margin: 0;
	padding: 0;
	font-size: 105%; 
	text-align: left;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

h2, h3, h4, h5, h6 {
	color: #990000;
	margin: 0;
	padding: 0;
	font-size: 110%; 
	text-align: left;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	margin-left: -15px;
	}

#footer p {
	color: #fff;
	text-align: center;
	}

.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: none;
	color: #990000;
	background: transparent; 
    }

a:hover {
    text-decoration:underline;
	color: #990000;
    }


.repeat {
	width: 100%;
	padding: 5px;
	border:solid 1px #d4dce3;
	background: #f1f6f9;
	}

.repeat a {	
	text-decoration:none;
	padding:1px;
	color: #990000;
	}

.repeat a:hover {	
	padding:1px;
	text-decoration:underline;
	color: #990000;
	}
	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	color: #ccc;
	}

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 */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.categorycell{
	padding: 10px;
	text-align:center;
	width: 400px;
	}
		
td{
	/*vertical-align:top*/
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px dotted #999;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #99cccc;
	}

.floatright {
	float:right;
	margin: 5px 0px 10px 0px;
	}

.floatrightb {
	float:right;
	margin: 5px 0 10px 20px;
	border:solid 1px #d4dce3;
	}

.center {  
    text-align: center;
    }

.VABR {
	line-height: 70%;
	vertical-align: bottom;
	text-align: right;
	}

.VABL {
	line-height: 70%;
	vertical-align: bottom;
	text-align: left;
	}

.VATR {
	line-height: 70%;
	vertical-align: top;
	text-align: right;
	}

.VATL {
	line-height: 70%;
	vertical-align: top;
	text-align: left;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Tables */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.tableborder {
	border-top: solid 2px #bb9cc6;
	border-right: solid 2px #bb9cc6;
	text-align:center;
	}

.tableborderlight {
	border-top: solid 2px #bb9cc6;
	border-right: solid 2px #bb9cc6;
	text-align:center;
	background-color: #faecfe;
	}

.tableblue {
	text-align:left;
	width: 100%; 
	padding: 5px;
	background: #f1f6f9;
	border:solid 1px #d4dce3;
	}
	
	

.tableborder3 {
	border-right: solid 2px #bb9cc6;
	background-color: white;
	}

.tableborder4 {border-top: solid 2px #bb9cc6;
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

input {
	border: 1px solid #990000;
	background-color:#f1f6f9;
	} 

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	padding:0 4px 4px 6px;
	border:none;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#990000;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #990000 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #990000 1px dotted; 
	padding: 2px; 
	background-color: #fff; 
	}


#sidenavigation form{
	font-size:85%;
	}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#sidenav{
	padding: 0;
	margin: 0;
	width: 160px;
	}

#sidenav li {
	list-style: none;
	margin: 2px 2px 0 0;
	color: #005bac;
	}

#sidenav li a {
	display: block;
	padding-left: 4px;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	}

#sidenav li.sub {
    font-size:91%;
	list-style: circle;
	list-style-position: outside;
	margin: 0 2px 2px -35px !important;
	margin: 0 2px 2px 6px;
	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: #99cccc;
	}

#sidenav ul.subsub {
	margin: 0px 2px 2px -13px;
	}

#sidenav li a:link {
	color: #99cccc; 
}

#sidenav li a:visited {
	color: #99cccc; 
	}

#sidenav li a:hover{
	border-color: #99cccc;
	color: #99cccc;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


