/* HTML Defaults and Generics Classes */


body { 
	height:100%;
	/*margin: 0px;
	padding: 0px;*/
	text-align: center;
	background-color: #eaeaea;
	background-image:url(images/bgfade.gif);
	background-repeat:repeat-x;
	font: 62.5% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}
	h1 { 
		font-family: Arial;
		color: #339933;
		font-size: 1.8em; 
	}
	h2 { 
		font-family: Arial;
		color: #006cb6;
		font-size: 1.5em; 
	}
	h3 { 
		font-family: Arial;
		color: #006cb6;
		font-size: 1.2em;
	}
	h4 { 
		font-size: 1.1em;
	}
	p { 
		font-size: 1.1em;
	}
	ul {
		font-size: 1.1em;
	}
	
	tr {
		margin-bottom:1.1em;
	}
			
	hr {
		border: 0; 
		height: 1px; 
		background: #999; 
			*color: #999; 
		margin-bottom: 0;
	}
	a, a:link, a:visited {
		color: #339933;
		text-decoration: none;
		}
		a:hover, a:active {
			text-decoration: underline;
		}
	img { 
		border: none;
	}
	
p.blue{
	color: #3ab2c3;
}
	
.mainblock{
		
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	width:767px;
	position:relative;
}


.contentblock{
	background-color: #ffffff;
}

.contentcallout{
	background-image:url(images/calloutBG.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	color:#333333;
	margin-top:5px;
	padding: 2px 0px 0px 112px;
	height:88px;
	
}

.boxcontainer{
	background-image:url(images/boxbg.gif);
	background-repeat:repeat-y;
	
}

html{
	height:100%;
}

.header{
	position:relative;
	height: 75px;
}

.logo{
	position:absolute;
	left: -6px;
	top: 16px;
}


.footer{
	
	padding: 22px 0px 12px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;

}

/* Tabs */
ul.tabs {
	background: url(images/styles/tabs-line.gif) bottom right repeat-x;
	clear: both;
	float: left;
	height: 31px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 730px;
	list-style:none;
}
	ul.tabs li {
		background: url(images/styles/tab-left-0.gif) 0 0 no-repeat;
		float: left;
		padding: 0 0 0 2px;
	}
		/* selected */
		ul.tabs li.selected {
			background: url(images/styles/tab-left-1.gif) 0 0 no-repeat;
		}
		
	ul.tabs li a {
		background: url(images/styles/tab-right-0.gif) right 0 no-repeat;
		display: block;
		float: left;
		font-weight: bold;
		height: 22px; /* 30 */
		padding: 8px 12px 0 10px;
		margin: 0 2px 0 0;
	}
		/* selected */
		ul.tabs li.selected a {
			background: url(images/styles/tab-right-1.gif) right 0 no-repeat;
			color: #339933;
			height: 23px;
			position: relative;
			text-decoration: none;
			z-index: 10;
		}
		
#tabContentEnv {
	float: left;
	margin: 0 0 0 5px;
	/*width: 730px;*/
}

ul.specs li{
		background: url(images/styles/dotted-line.gif) 0 bottom repeat-x;
		margin: 0 0 10px 0;
		padding: 5px;
		font-size: 1em;
		
	}

a.link {
	background: url(images/styles/arrow-link.gif) left no-repeat;
	font-weight: bold;
	padding: 0 0 0 15px;
}

ol li{
	margin-bottom:1em;
}
