

/* CV08 CSS */




/* HTML styles */

html,body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #222;
	font: 8pt/1.3 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

ul, li {
	padding: 0;
	margin: 0;
}




p, small, strong, h1, h2, h3, h4, h5, h6, blockquote {
	padding: 0;
	margin: 0;
	
}

h1 {
	color: #000;
	font-size: 14pt;
	padding-bottom: 20px;
}

h3, h2 {
	font-size: 15pt;

}

h5 {
	font-size: 8pt;
}

/* Classes */

.clear {
	clear: both;
}

.col {
	float: left;
}

/* Links */

a:link, a:visited {
	color: #777;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	/*text-decoration: underline;*/
	
	background-color: #777;
	color: #fff;
}





/* layout divs */

#container {
	position:relative;
	width: 1024px;
	height: 576px;
	margin: 20px auto 0 auto;
	padding: 0px;
	background: #fff;
	border: 1px solid #ccc;
	}


#lhcol {
	width: 354px;
}

#txtcol {
	width: 475px;
	border-right: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	height: 576px;
	overflow: auto;
	
}

#txtcol-blk {
	width: 475px;
	/*border-right: 1px dashed #ccc;
	border-left: 1px dashed #ccc;*/
	height: 576px;
	overflow: auto;
	background-color: #000;
	
}

#txtcol h2, #txtcol-blk h2 {
	padding: 15px 0px 0px 0px;
	letter-spacing: normal;
}

#txtcol h5 {
	color: #999;
	font-weight: normal;
	font: 8pt/12pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

#txtcol-blk h5 {
	color: #999;
	font-weight: normal;
	font: 8pt/12pt "Lucida Grande", Lucida, Verdana, sans-serif;
}



#txtcol p, #txtcol-blk p, li {
	padding: 0 0px;
	font: 8pt/12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 7px 0;
}

.sectionhead {
	border-bottom: 3px solid #222;
	border-top: 3px solid #222;
	height: 32px;
	margin: 30px 25px 10px 25px;
}

.sectionhead-blk {
	border-bottom: 3px solid #fefefe;
	border-top: 3px solid #fefefe;
	height: 32px;
	margin: 30px 25px 10px 25px;
	
}
.news-story {
	margin: 0 25px;
	padding: 7px 0 20px 0;
	border-bottom: 1px dashed #ccc;
}

.news-story-blk {
	margin: 0 25px;
	padding: 7px 0 20px 0;
	border-bottom: 1px dashed #ccc;
	color: #fff;
}

#sponsorcol a:link, #sponsorcol a:visited, #sponsorcol a:hover, #sponsorcol a:active {
	background-color: #fff;
}

#footer {
	position:relative;
	width: 1016px;
	height: 15px;
	margin: 0 auto 0 auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
}

.footer-menu li {
	display: inline;
	list-style: none;
	padding-left: 15px;
	height: 15px;
	padding-right: 15px;
	border-right: 1px solid #777;
	
}

.caps {
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 90%;
}

li.last {
	border: none;
}

a:link, a:visited, a:hover, a:active {
	font-weight: normal;
}

a img, img {
	border: none;
}

#matrix td {
	border-bottom: 1px solid #ccc;
	padding: 5px 2px 7px;
	
}

#matrix {
	margin-bottom: 25px;
}

.imgleft {
	float: left;
	padding: 5px 12px 5px 0;
}

.img {
	margin: 7px 0;
}






