/* CSS Document */

a {
	color:#000099;
}

a :visted{
color:#990000;
}

#logo {
	position: relative;
	top:-10px;
	left:-8px;
	margin:0px;
	text-decoration: none;
}

/* All Items refer to the blog box*/
#blog {
	margin-left:11px; 
	margin-top:0px;
	vertical-align:top;
 	background-color:#fffef2;
	font-family:Trebuchet MS, Arial, helvetica; 
	font-size: 8pt; 
	color:#666600;
}

#blog h1 {
	font-weight:bold; 
	font-size: 8pt;	
}

#blog_shadow {
	filter:shadow(color=#D6D6D6, direction=135, strength=5) filter:glow(color=#D6d6d6, strength=8); 
	z-index:10; 
	position:relative; 
	left:0; 
	top:0; 
	width:156px;

}

#blog_container { 
margin-bottom:4px; margin-right:4px;
background:url(assets/images/pg_layout/blog_bks_05.jpg); background-repeat:repeat-y;
}

#blog_content {
	padding:2px;
	background: url(assets/images/pg_layout/blog_back_06.jpg); background-repeat: repeat-x; background-position:bottom;
}
/* All Items refer to the training Schedule box*/
#training {
	margin-left:11px; 
	margin-top:0px;
	vertical-align:top;
 	font-family:Trebuchet MS, Arial, helvetica; 
	font-size: 8pt; 
	color:#666666;
}

#training h1 {
	font-weight:bold; font-size: 8pt;	
}

#training_shadow {
	filter:shadow(color=#D6D6D6, direction=135, strength=5) filter:glow(color=#D6d6d6, strength=8); 
	z-index:10; 
	position:relative; left:0px; top:0px; width:158px;
	margin-top: 6px;
	vertical-align:top;
}

#training_container { 
margin-bottom:5px; 
margin-right:4px;
background:url(assets/images/pg_layout/blog_bks_05.jpg); 
background-repeat:repeat-y;
vertical-align:top;
}

#training_content{
padding:2px;
background:url(assets/images/pg_layout/blog_bks_08.jpg); background-repeat: repeat-x; background-position:bottom
}

/*All items pertaining to the content area*/

#content_container {
	position:relative;
	left:2px;
	top:0;
	margin:0;
	visibility: visible;
	
	}

#content_header {
	margin:0px;
	width:9px;
	height:48px;
	vertical-align:top;
}

#content {
	font-family:Trebuchet MS, helvetica, arial;
	vertical-align:top;
	position:relative;
	left:15px;
	top:0;
	width:95%;
	margin-bottom:6px;
	
	
	}
#title {
	font-family:Georgia, helvetica, arial;
	font-size:16pt;
	color:#000;
}
#sub_title {
	font-family:Georgia, helvetica, arial;
	font-size:14pt;
	color:#000;
}
#content p {
	font-family:Trebuchet MS, helvetica, arial; 
	color:#000;
	font-size:10pt;
}

.styleStep {
	color: #FF0000;
	font-weight: bold;
	font-size: 12pt;
}
.styleStepDetails {
	font-size: 12pt;
	font-weight: bold;
}
