body {
	background: #000000;
	background-image: linear-gradient(to bottom, rgb(0,0,0) 0%, rgb(10,10,10) 10%, rgb(130,130,130) 20%, rgb(10,10,10) 50%, rgb(0,0,0) 100%);

	color: #FFFFFF;
	}		

A:link { color: #30A0FF; }
A:visited { color: #FFAAFF; }
A:active { color: #2020FF; }

.attention {
	font-family: Arial, Sans-Serif;
	background: #800000;
	margin: 0px 40px 20px 190px;
	padding: 20px 20px 20px 20px;
	border: solid #FFFFFF 2px;
	-moz-border-radius: 15px;
	}
	
.tagline {
	text-align: center;
	font-family: Arial, Sans-Serif;
	margin-top: -15px;
	}

.innernews {
	margin-top: 0px; margin-bottom: 0px;
	background: url(newswireBottom.png) no-repeat;
	background-position: bottom right;
	display: inline-block;
	}

.innernews A {
	text-decoration: none;
	}

.newsitems {
	font-size: 1em;
    line-height: 1.2em;
	border: solid #FFFFFF 1px;
	background: #200008 url(newswire.png) no-repeat top left;
	padding: 32px 0 0 0;
	margin: 0 5px 10px 160px;
	border-radius: 6px;
	overflow: hidden;
	}

.newsitems ul li {
	font-family: Arial, Sans-Serif;
	margin-bottom: 7px;
	}
	
.newsitems ul li:first-line {
	font-size: 1.2em;
	font-family: Arial, Sans-Serif;
	color: #CCCCFF;
	}

.leftnav {
	float: left;
	width: 145px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-family: 'Source Serif Pro', serif;
	}

.leftnav A { background: transparent; text-decoration: none; }
.leftnav A:hover { background: #222222; text-decoration: none; }
.leftnav A IMG { border: 0px; box-shadow: 5px 5px 8px #111111; margin-bottom: 5px; }

.news {
	margin: 0 0 0 14px;
	padding: 3px;
	}
.pitch {
	font: 1.2em normal sans-serif;
	margin: 0 0 0 140px;
	padding: 3px;
	}	
	
.header {
	margin-bottom: 15px; 
	}
	
.bulkheader {
	background: url(http://www.conklinsystems.com/cslogo2.gif) #000000 top left no-repeat;
	font-size: 3.5em;
	font-family: 'Source Serif Pro', serif;
	font-style: oblique;
	text-align: center;
	height: 100px;
	}
	
.sectionheader {
	background: #5f0030;
	width: 30%;
	padding: 10px;
	font-weight: bold;
	}

.footer {
	clear: both;
	margin-top: 10px;
	border-top: #ffffff solid 1px;
	}
	
.history {
	list-style-image: url(listhdr.gif);
    font-family: 'Source Serif Pro', serif;
	font-size: 1.1em
	}
	
.history li 
{
	margin: 15px;
	padding-bottom: 0px;
	text-align: justify;
	}
	
.history li span {
	border-top: #666666 solid 1px;
	}	

.history li div {
	margin-top: 3px;
	padding: 0 0 0 0;
	}		

.projectsnotes {
	margin-top: 30px;
	margin-bottom: 0px;
	}
	
.projectsnotes em {
 	font-size: x-small;
 	}	

