*{ margin: 0; padding: 0; }*

body {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 76%;
	text-align: center;
	width: 75%;
	margin: 20px auto;
	background-color: #CCCCCC;
}

strong {
	font-weight: normal;
}

 #maincol h1 {
   font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	border-left: 20px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	padding-left: 10px;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 15px;
	letter-spacing: -1.5px;
}

#maincol h2 {
	font-size: 1.4em;
	font-family: arial, Geneva, sans-serif;
	letter-spacing: 2px;
	color: #003399;
	letter-spacing: -1px;
}

#maincol h3 {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #003399;
	color: #F8C301 ;
	padding-left: 10px;
	letter-spacing: -1px;
}

#maincol h4 {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin: auto; 
 background-color: #fff;
 border: 2px solid #000;
}

#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline;
 width:568px;
 margin: 0 10px 0 0; 
 }
 
 #leftcol{
 width:200px;
 margin: 0 5px 0 5px; 
 float:left; 
 background-color:#fff; 
 }
 
#maincol p {
	color: #000;
	margin-bottom: 15px;
}

#maincol li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
}

#maincol ul {
	padding-left: 10px;
	list-style: square;
	list-style-type: square;
	margin-bottom: 15px;
}

#maincol a {
	color: #333399;
}

#maincol a:hover {
	text-decoration: none;
}
 
 #header {
	 position:relative; 
 	 height:130px; 
    background-color:#fff; 
    background-image: url(img/datacor_intelligence_security_risk_management_services_small-2.jpg);
	 background-repeat: no-repeat;
	 background-position: left;
	 margin-bottom: 15px;
}

#header h1 {
	padding-left: 125px;
}

.subhead {
	margin-left: 125px;
	padding-top: 22px;
}

.subhead p {
	color: #003399;
	font-size: 1.5em;
	line-height: normal;
}

#leftcol li {
	list-style: none;
}

#leftcol ul {
	margin-bottom: 15px;
}

#leftcol a {
	height: 30px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #333399;
	color: #333399;
	text-align: left;
	padding-left: 25px;
	line-height: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(img/datacor_intelligence_security_risk_management_services_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#leftcol a:hover {
	color: #fff;
	background-color: #333399;
	background-image: url(img/datacor_intelligence_security_risk_management_services_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#leftcol a.current {
	color: #fff;
	background-color: #333399;
	background-image: url(img/datacor_intelligence_security_risk_management_services_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.extra {
	text-align: left;
	border: 1px solid #333399;
	background-color: #FFCC99;
	margin-bottom: 15px;
} 

.extra h3 {
	height: 30px;
	color: #333399;
	font-family: verdana, "trebuchet MS", sans-serif;
	border-left: 20px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	padding-left: 10px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
	background-color: #fff;
}

.extra p {
	margin-left: 5px;
	margin-right: 5px;
}

#foot {
	width: 100%;
	height: 25px;
	clear: both;
	margin: 0 auto;
	border-top: 1px solid #000;
	font-size: 10px;
	line-height: 2.5em;
	text-align: center;
}

#foot a {
	color: #333399;
	text-decoration: none;
}

#foot a:hover {
	color: #333399;
	text-decoration: underline;
}

.floatright {
	float: right;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* SNEWS */

input { 
padding: 3px;
border: 1px solid #003399;
}

textarea { 
width: 97%; 
height: 20em; 
padding: 3px;
border: 1px solid #003399;
}

.comment { 
background: #eee; 
color: #003399; 
margin: 0 0 10px 0; 
}

.commentsbox { 
background-color: #fff; 
color: #003399; 
margin: 0 0 10px 0; 
}

.submitbutton {
	border: 0;
	background-color: #fff;
	border: 1px solid #003399;
	color: #003399;
}