/* CSS Document */
: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 }

body{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px; 
}

#container{
	width: 767px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
}

#header{
	background-image:url(images/crcheader.jpg);
	background-repeat:no-repeat;
	height:159px;

}

#sidebar{
	width:170px;
	float:left;
	color:#3F3F59;
}

#menu{
	width:170px;
	height:376px;
	background-image:url(images/nav_loginbg.gif);
	background-repeat:repeat;
}

#login{
	width:170px;
	background-image:url(images/nav_loginbg.gif);
	background-repeat:repeat;
}

#menubottom{
	width:170px;
	height:51px;
	background-image:url(images/nav_bottom.gif);
	background-repeat:no-repeat;
}

#bookpanel{
	width:140px;
	padding-top:40px;
	padding-left:30px;
	background-image:url(images/book_bg.gif);
	background-repeat:no-repeat;
	
}

#bookpanel li{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#7E8196;
	list-style-image:url(images/book_arrow_sm.gif);
}

#bookpanel a:link{
	font-weight:bold;
	color:#7E8196;
	text-decoration:none;
}

#bookpanel a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#7E8196;
}

#bookpanel a{
	color:#7E8196;
	text-decoration:none;
}

#textbody{
	float:right;
	width:540px;
	padding-top:20px;
	padding-right:25px;
	padding-bottom:25px;
	color:#333333;
	border-right:1px #CCCCCC solid;
	line-height:18px;
}

#textbody p{
	margin-top:20px;
	margin-bottom:20px;
}

#textbody li{
	margin-left:60px;
	margin-right:80px;
	margin-top:5px;
	margin-bottom:5px;
	list-style-image:url(images/bullet.gif);
}

#textbody h1{
	color:#CC3333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

#textbody a{
	color:#7E8196;
}

#textbody a:hover{
	text-decoration:underline;
}

#copyright{
	margin-left:170px;
	text-align:right;
	font-size:9px;
	color:#666666;
	border-right:1px #CCCCCC solid;
	width:576px;
	height:30px;
	padding-top:8px;
	padding-right:20px;
	line-height:20px;
	clear:both;

}

#bottomshadow{
	width:768px;
	height:2px;
	background-image:url(images/bottom_shadow.gif);
	background-repeat:no-repeat;
}

#credit{
	font-size: 9px;
	text-align: center;
	color: #666666; 
	clear:both;
}
