@charset "utf-8";
/* layout - positioning */
#wrapper { 
padding: 0 5px 5px 5px;
margin-bottom: 5px;
border: 0px #333 solid; 
width: 755px; 
margin-left: auto;   
margin-right: auto;
}

 
/* CSS Document */


html, body { height:100%; }
html, input, textarea
	{	font-family:Arial; 
		color:#1d2328;
	}	
html {
	overflow-y:scroll;
	overflow-x:hidden;
	}
body {
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #d8d8d8;
	background: url(images/bg_v.png);
	background-repeat: repeat-x;
}
body, td, th {
	color: #1d2328;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
a:active {
	color: #F30;
	text-decoration: none;
}
.footer {
	font-size: 11px;
}
.newsHeader {
	font-weight:bold;
	color:#C30;
	border-bottom: 1px dashed;
}
.readMore, .readMore a, .readMore a:visited, .readMore a:link {
	text-decoration:none;
	font-weight: bold;
	color:#069;
	font-size: 12px;
	border-bottom: 1px dashed;
}
.mainCopy, td {
	line-height: 150%;
}

.rightHeadline {
	font-size: 18px;
}

.rightsidelink {
	text-decoration:none;
	color: #03C;
	font-size: 12px;
	border-bottom: 1px dashed;
}

.req {
	color: #F00;
}
.prod_thumb {
	width: 150px;
	margin: 10px 20px 12px 0;
}

.image_outline {
	padding: 3px;
	background-color: #FeFeFe;
	border: 1px solid #999;
}
.linkud {
	color: #03C;
	border-bottom: 1px dashed;
	text-decoration:none;
}
.text14 {
	font-size: 14px;
}
.text15 {
	font-size: 15px;
}
.text24 {
	font-size: 24px;
}
.text20 {
	font-size: 20px;
}
.text18 {
	font-size: 18px;
}
.text16 {
	font-size: 16px;
}
.breadcrumbs {
	font-size: 10px;
}
.nav  {
	color: #06C;
}
.formReq {
	background-color: #fff ;
	border: 1px solid #333;
	padding: 2px 3px;
}

.formText {
	border: 1px solid #333;
	padding: 2px 3px;
}
.logoSpace {
	padding-top: 9px;	
}
.prod_header {
	color: #03F ;
}
.white {
	color:#FFF;
}
.htmledit {
	font-family:Arial, Helvetica, sans-serif;
	size: 11px;
}