/* CSS STYLES FOR BSI CMS */

* {/* CLEAN SLATE */
	margin: 0;
	padding: 0;
}

#wrapper {
	background-color: #fff;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, ul, ol, li, td { /*JUST IN CASE */
	font-size: 12px;
}

#top {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

#nextprev {
	position: absolute;
	top: 5px;
	right: 5px;
}

#rightbar {
	overflow: auto;
	height: 100%;
	padding: 15px 10px 20px  15px;
	margin-left: 10px;
	border-left: 1px solid #999;
	/*background-color: #ECEBE6;*/
	font-size: 12px;
}

#footer {
/*width: 725px;
background-color: #ccc;
padding: 5px 15px 2px 10px;
margin-top: 10px;
margin-bottom: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;*/

}

#pagination {
	position: relative;
	padding: 3px 3px;
	margin-bottom: 10px;
	font-size: 12px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#hitlist {
	position: relative;
	padding: 7px 3px;
}

#menu {
	position: relative;
	padding: 2px;
	margin-top: 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#story {
	position: relative;
	padding: 10px 0px;
}

a {
	text-decoration: none;
	color: #4077CA;
}

a:hover {
	color: #4077CA !important;
	text-decoration: underline !important;
}

.pad {
	margin: 10px 0px;
}

.small {
	font-size: 11px;
}

.type {
	font-size: 11px;
	color: #A6A9AE;
	font-weight: bold;
}

#links {

	font-size: 11px;
	float: right;
	
}

#image {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
}

#image p {
	margin-top: 0px;
	font-size: 11px;
}

p {
	line-height: 15px;
	margin-bottom: 8px;

}


h4,h3,h2 {
	margin-bottom: 6px;
}

/* LISTS */


ol,ul {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

li {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
	
/* FORM ELEMENTS */

input {
	margin-left: 2px;
	margin-top: 5px;
}

select {
	margin-top: 3px;
}

input, select {
	font-size: 12px;
}

input:focus {
	background-color: #FFFFDF;
}
