* { margin: 0; }

body
{
	font-family: Verdana, Tahoma;
	font-size: 12px;
	background: #CCC;
}
a { color: #5A780A; }
a:hover { color: #00AEEF; }

#wrap
{
	margin-top: 15px;
	width: 950px;
	text-align: left;
	background: #FFF;
	border: 3px solid #000000;
	padding: 10px;
}
img, img a { border: 0; }
#header
{
	height: 60px;
	padding-top: 5px;
}
#header .logo
{
	background: url(images/bcsccn-logo.gif) no-repeat;
	vertical-align: middle;
	padding-left: 66px;
	padding-top: 10px;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header .logo a
{
	color: #000;
	text-decoration: none;
}
#header .logo a:hover
{
	color: #00AEEF;
}

#menu
{
	color: #DDD;
	height: 25px;
	background-color: #000000;
	border: 1px solid #00AEEF;
}

#menu ul{
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
}

#menu ul li{
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

#menu ul li a{
	background-position: left center;
	text-decoration: none;
	color: #FFF;
	display: block;
	margin-right: 5px;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 4px;
}

#content
{
	padding: 20px 10px;
}

#left
{
	font-size: 13px;
	line-height: 1.8em;
	float: left;
	width: 625px;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 20px;
	padding-left: 5px;
}

#right
{
	font-size: 11px;
	line-height: 1.8em;
	float: left;
	width: 275px;
	background-position: top;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
a.privacy {
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
a.privacy:hover {
	color: #FF0000;
	text-decoration: none;
	line-height: normal;
}
a.aboutmenu {
	font-size: 12px;
	font-weight: bold;
	color: #2E3192;
	text-decoration: none;
	line-height: normal;
}
a.aboutmenu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #00AEEF;
	text-decoration: none;
	line-height: normal;
}
a.educationmenu {
	font-size: 12px;
	font-weight: bold;
	color: #00AEEF;
	text-decoration: none;
	line-height: normal;
}
a.educationmenu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #C1272D;
	text-decoration: none;
	line-height: normal;
}
a.eventsmenu {
	font-size: 12px;
	font-weight: bold;
	color: #FFF200;
	text-decoration: none;
}
a.eventsmenu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.sponsormenu {
	font-size: 12px;
	font-weight: bold;
	color: #C1272D;
	text-decoration: none;
}
a.sponsormenu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF200;
	text-decoration: none;
}
a.industrymenu {
	font-size: 12px;
	font-weight: bold;
	color: #F26522;
	text-decoration: none;
	line-height: normal;
}
a.industrymenu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #00AEEF;
	text-decoration: none;
	line-height: normal;
}
a.blogmenu {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.blogmenu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF200;
	text-decoration: none;
}
#left img
{
	margin: 5px;
	max-width: 98%;
}
#left ul, #right ul, #left ol, #right ol, #left .commentlist li.alt ol, #left .commentlist li.alt ul
{
	margin: 5px 0 0 0;
	line-height: 25px;
	padding: 0;
}
#right li, #left .commentlist li.alt li
{
	list-style: none;
	font-size: 12px;
	background: url(images/bug.png) no-repeat left top;
	background-position: 0 5px;
	padding-left: 20px;
	margin: 0;
	botder: 0;
}
#left li, #left .commentlist li.alt li
{
	font-size: 12px;
	list-style-type: none;
	padding-left: 15px;
	background-image: url(images/redbullet.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#left .post blockquote
{
	margin: 10px;
	background: url(images/quote.jpg) no-repeat top left;
	padding-left: 45px;
	min-height: 36px;
}

.post .title
{
	margin-bottom: 10px;
}
.post .title a
{
	font-size: 22px;
	text-decoration: none;
	color: #000;
}
.post .title a:hover
{
	color: #00AEEF;
	text-decoration: underline;
}
.post .meta
{
	color: #999;
	padding: 2px;
	font-size: 11px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.post .meta a
{
	color: #777777;
}
.post .meta a:hover
{
	color: #000;
}
.post .meta .posted
{
	float: left;
}
.post .meta .comments
{
	float: right;
}
.post .meta .comments a
{
	background: url(images/comments.png) left no-repeat;
	padding-left: 20px;
	padding-bottom: 1px;
	display: block;
	text-decoration: none;
}

.post .entry
{
	text-align: justify;
	padding: 6px;
	margin-bottom: 35px;
}

.ltop
{
	width: 270px;
	height: 1px;
}
.lmid
{
	width: 270px;
	padding: 0 10px;
}
.lmid h2
{
	font-weight: strong;
	margin: 0;
	font-size: 12px;
	padding-bottom: 2px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.lbot
{
	width: 270px;
	height: 1px;
	margin-bottom: 20px;
}

#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#f9f9f9;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
#left .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
#left .commentlist li.one, #left .commentlist li.alt
{
	list-style:none;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 2em;
	padding-left: 15px;
}
#left .commentlist li.alt 
{
    background:#f9f9f9;    
}
#left .commentlist li.authorcomment 
{
    background: #ECE9D8;      
}
#left .commentlist li.one .cmtinfo, #left .commentlist li.alt .cmtinfo 
{
	font-size:1em;			
}
#left .commentlist li.one cite, #left .commentlist li.alt cite
{
	font-style:normal;
	font-weight:bold;
}
#left .commentlist li.one .cmtinfo em, #left .commentlist li.alt .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}


#footer
{
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	background-color: #000000;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
}
.sidetbl {
	height: 90px;
	width: 90px;
	text-align: center;
	background-position: center center;
}
A.menu:link    {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.menu:visited {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.menu:active  {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.menu:hover   {
	color:#00669A;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.menuon   {
	color:#00669A;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
