/* CSS Document */


* {
	margin:0;
	padding:0;
}

body {
	text-align:left;
	padding:10px;
}

#container {
	min-width:746px;
	max-width:1200px;
	text-align:left;
	border:1px solid #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

* html #container { /* lte IE6 only */
	/* if .js is disabled, use min-width as safeguard */
	width:746px; 
	/* otherwise use expression for min and max width */
	width:expression(
		(document.body.clientWidth>1024) ? "988px" 
			: ((document.body.clientWidth>800) ? "auto" : "746px")
	);
	height:1%; /* trip haslayout */
}
#content {
	min-height: 435px;
	max-height:none;
	background-color: #D0CDE2;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-color: #D0CDE2;
}
h1,
#mainMenu,
#footer {
	padding:10px;
	background:#D0CDE2;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

h1 {
	position:relative;
	overflow:hidden;
	height:126px;
	padding:0 0 0 32px;
	font:bold 60px/60px monospace;
	background:#D0CDE2 url(images/CRI_Images_r1_c2.jpg) 302px 0 repeat-x;
}

h1 strong {
	display:block;
	width:140px; /* width forces wordwrap */
	font:bold 22px/22px monospace;
	margin-top:-8px;
}

h1 span {
	position:absolute;
	top:0;
	left:0;
	width:302px;
	height:126px;
	background:url(images/CRI_Images_r1_c1.jpg) 302px 0 repeat-x;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.center {
	text-align: center;
}



#mainMenu {
	list-style:none;
	text-align:center;
	font:bold 12px/14px verdana,helvetica,sans-serif;
}

#mainMenu li {
	display:inline;
}

#mainMenu a {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	padding:4px 8px;
	border-left:1em solid #AAB;
	text-decoration:none;
	color:#448;
}

#mainMenu a:visited {
	color:#667;
}

#mainMenu a:active,
#mainMenu a:focus,
#mainMenu a:hover {
	border-color:#394C90;
	color:#FFF;
	background:#332;
}

#footer {
	clear:both; /* just in case you float in your content area */
	background:#D5DBE1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.contentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #39468A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#content h3 {
	font-size: 18px;
}

#content li {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
}
.imgleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.imgright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
