/* Stylesheet for global styles, navigation and footer */


/* Begin stripping default styling */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

/*End stripping default styling */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #880000;
	line-height: 1.4em;
	background-image: url(../images/CRISLogosEmboss.jpg);
	background-repeat: repeat;
}

h5{
	font-size:larger;
}
a:link{
	color: #3399CC;
}
a:visited{
	color: #3399CC;
	}
a:hover{
	color: #3399CC;
	text-decoration:underline;
	}
a:active{
	color: #3399CC;
	}
.strong{
	font-weight:bold;
}

.title{
	font-size:larger;
	font-weight:bold;
	color: #3399CC;
}

.credit{
	float:left;
	clear:left;
	width:100%;
	font-size: x-small;
	text-align:right;
	color: #999;
}

.inactive{
	color:#999;
}
#container {
	width: 720px;
	margin: 0px auto;
	padding: 20px;
	display:table;
	border: 1px solid #CCC;
	border-top:none;
	background-color: #FFF;
}





#top_navigation {
	float:left;

}

#header {
	float:left;
	position: relative;
	width: 100%;
	height: 3em;
	margin-left:10px;
}

#header ul#top_navigation{
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:0px
}#CRIS_logo{	float:left;	padding:0 0 20px 0;}#CRIS_logotext{	float:left;	padding:80px 0 200px 0;}


#top_navigation li{
	float:left;
	margin-bottom:-1px;
	display:inline;
	padding:5px 20px 5px 20px;
	font-size: small; 
}

#active_nav_item{
	display:table;
	border:1px solid #3399cc;
	border-bottom:none;
	background-color:#FFF;
	font-weight:bold;
}

#content{
	float:left;
	width:720px;
	border-top:1px solid #3399CC;
}

#footer{
	float:left;
	width:720px;
	padding:10px 0 0 0;
	border-top:1px solid #3399CC;
}

#disclaimer{
	float:left;
	padding:0 0 0 20px;
	border-left:0px solid #CCC;
	font-size: x-small;
	color: #999;
	line-height: 1.4em;
}
