@import url("http://cssksw.com/cslamain");
/* Global Styles */
body {
	font-family: verdana, helvetica, sans-serif;
	margin:0;
	}
#wrapper { 
	margin:0; 
	}
#content {
	float:right;
	background:#FFFFFF url(images/header_bg.jpg) top left repeat-x;
	margin-left:-200px;
	width:100%;
	}
	
/* Sidebar Styles */
#sidebar {
	float:left;
	background:#FFFFFF url(images/sidebar_bg.jpg) top center repeat-y;
	margin-left:25px;
	margin-bottom:20px;
	width:225px;
	}
#sidebar .logo {
	background:#FFFFFF url(images/sidebar_bg.jpg) top center repeat-y;
	height:192px;
	margin:5px;
	}
#sidebar .bottom {
	background:#FFFFFF url(images/sidebar_bottom.jpg) bottom center no-repeat;
	height:10px;
	}
	
/* Nav Menu Styles */
.navcontainer {
	font-size:9px;
	margin-bottom:0;
	width: 205px;
	}
.navcontainer .nav_header {
	background:#7B0100 url(images/nav_header.jpg) top left no-repeat;
	border-bottom: 1px solid #A0A0A0;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 0;
	text-transform:uppercase;
	text-align:center;
	width:205px;
	}
.navcontainer .current {
	background:#000000 url(images/nav_current.jpg) top left no-repeat;
	border-bottom: 1px solid #A0A0A0;
	color:#FFFFFF;
	font-weight:bold;
	padding: 3px 3px 3px 10px;
	text-transform:uppercase;
	text-align:left;
	width:192px;
	}
.navcontainer ul {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom:0;
	padding-left: 0;
	}
.navcontainer a {
	display: block;
	background:#FFFFFF url(images/nav2.jpg) top left no-repeat;
	border-bottom: 1px solid #A0A0A0;
	color:#000000;
	font-weight:bold;
	padding: 3px 3px 3px 10px;
	text-decoration:none;
	text-transform:uppercase;
	width: 192px;
	}
.navcontainer a:hover {
	background:#FFFFFF url(images/nav1.jpg) top left no-repeat;
	color: #000000;
	}

/* Main Area Styles */
#main {
	margin:0 10px 0 260px; 
	}
#main .address {
	color:#FFFFFF;
	font-size: 9px;
	font-style:italic;
	line-height: 10px;
	padding-left:4px;
	text-decoration:overline;
	text-transform: uppercase;
	}
#main .login {
	color:#FFFFFF;
	font-size: 9px;
	line-height: 14px;
	margin-top:5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:right;
	}
#main .login a {
	color:#FFFFFF;
	text-decoration:none;
	}
#main .login a:hover {
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	color:#FFFFFF;
	text-decoration:none;
	}
#main .pagecontent {
	margin:35px 10px;
	}
#main h1 {
	color:#7B0100;
	font-size:28px;
	font-style:italic;
	font-weight:normal;
	margin:35px 0 0 0;
	}
#main h2 {
	color:#7B0100;
	font-size:20px;
	font-weight:normal;
	margin:0;
	text-decoration:none;
	}
#main h3 {
	color:#7B0100;
	font-size:16px;
	font-weight:normal;
	margin:0;
	text-decoration:none;
	}
#main p {
	font-size:12px;
	margin:12px 0;
	line-height:18px;
	}
#main th, #main td {
	font-size:13px;
	}
#main ul {
	font-size:12px;
	line-height:18px;
	}
#main a {
	color:#7B0100;
	text-decoration:underline;
	}
#main a:hover {
	color:#808080;
	text-decoration:none;
	}
#main .img_right {
	float:right;
	border:3px #7B0100 solid;
	margin:12px 0 5px 16px;
	padding:2px;
	}
#main .img_left {
	float:left;
	border:3px #7B0100 solid;
	margin:12px 16px 5px 0;
	padding:2px;
	}
#main .amazon {
	float:right;
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 12px 16px;
	width:120px;
	}
#main .rightinfo {
	float:right;
	margin:0 0 12px 16px;
	width:200px;
	}
#main .rightinfo .infobox {
	background:#7B0100 url(images/infobox_footer.jpg) bottom center no-repeat;
	margin-top:12px;
	padding-bottom:8px;
	width:200px;
	}
#main .rightinfo .infobox .infoheader {
	background:#FFFFFF url(images/infobox_header.jpg) top center no-repeat;
	border-bottom:1px #FFFFFF solid;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	text-align:center;
	}
#main .rightinfo .infobox p {
	color:#FFFFFF;
	font-size:10px;
	line-height:14px;
	margin-top:10px;
	padding:0 8px;
	}
#main .rightinfo .infobox a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}
#main .rightinfo .infobox a:hover {
	color:#778899;
	text-decoration:none;
	}
#main .message {
	margin:50px auto;
	width:350px;
	}
#main .message .message_header {
	font-size:18px;
	font-weight:bold;
	margin-bottom:16px;
	text-align:center;
	}
#main .message p {
	font-size:13px;
	text-align:left;
	}
/* Listings specific to publications index page */
#main .index .letter {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin:10px 0;
	}
#main .index dt {
	font-size:11px;
	font-weight:bold;
	margin:10px 0 0 0;
	}
#main .index dd {
	font-size:11px;
	font-style:italic;
	margin:0 0 0 20px;
	}
#main .input1 {
	background:#DCDCDC;
	border:0;
	padding:3px;
	}
#main .input1:focus {
	background:#C0C0C0;
	}
	
/* Footer Styles */
#footer {
	clear:both;
	background:#000000;
	height:16px;
	padding:10px;
	}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
	}
#footer a:hover {
	color:#AAAAAA;
	text-decoration:none;
	}
#footer .left {
	float:left;
	color:#FFFFFF;
	font-size:10px;
	}
#footer .right {
	float:right;
	color:#FFFFFF;
	font-size:10px;
	}

