* {
	padding:0px;
	margin:0px;
}
body {
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	background-color:#f3f3f3;
}
.boxwidths {
	width:300px;
	border:solid 1px #e3e3db;
	height:18px;
	padding:2px;
	font-size:90%;
}
.boxwidths_mess {
	width:300px;
	border:solid 1px #e3e3db;
	height:100px;
	padding:2px;
	font-size:90%;
}
#central {
	width:880px;
	margin:0px auto;
	min-height:100%;
}
#central .toolbar {
	width:100%;
	background-image:url(../../images/BlackToolbar_background.jpg);
	background-repeat:repeat-x;
	height:58px;
	border:1px solid #000;
	border-top:0px;
	border-bottom:0px;
}
.clear {
	clear:both;
}
.content_left {
	width:725px;
	float:left;
	background-color:#FFFFFF;
}
.content_products {
	width:880px;
	float:left;
	background-color:#FFFFFF;
}
.contentContact_left {
	width:450px;
	float:left;
	background-color:#FFFFFF;
}
.content_both {
	width:100%;
	background-color:#FFFFFF;
}
.content_right {
	width:154px;
	float:right;
	background-color:#FFFFFF;
}
.contentContact_right {
	width:429px;
	float:right;
	background-color:#FFFFFF;
}
.content_both #imagesdiv {
	width:830px;
	margin:0px auto;
}
.content_both .nopad {
	margin:5px 0px 5px 0px;
	border:1px solid #CCCCCC;
}
.content_both .leftpad {
	margin:5px 0px 5px 3px;
	border:1px solid #CCCCCC;
}
.content_both .rightpad {
	margin:5px 3px 5px 0px;
	border:1px solid #CCCCCC;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.fourdotsbreak {
	margin-top:5px;
}
.freshpara {
	text-align:right;
	font-size:12px;
}
.greyborder {
	border:solid 1px #999999;
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
}
.imagebar {
	margin-top:10px;
	width:100%;
	height:150px;
}
.imagebar img {
	margin:0px 22px 0px 0px;
}
.imagebar img.pen {
	margin:0px 24px 0px 0px;
}
.imagebar img.end {
	margin:0px;
}
.logo {
	float:left;
	margin-top:1px;
}
.maintable {
	width:100%;
}
#magcover {
	float:right;
	margin:0px 10px 10px 10px;
	width:120px;
}
#magcover p {
	margin:0px;
	padding:0px;
	margin-top:3px;
	font-size:11px;
}
.navlinks {
	font-size:150%;
	font-family:Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	margin-top:20px;
	float:right;
	margin-right:60px;
}
.navlinks a {
	color:#FFF;
	text-decoration:none;
	margin:0px 6px 0px 6px;
}
.navlinks .greenlet {
	color:#cbde4e;
}
.noborder {
	border: 0px;
}
p {
	margin:15px 10px;
	font-size:14px;
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
}
p.smallline {
	font-size:12px;
	margin:15px 10px;
}
.content_left p {
	margin-right:20px;
	margin-top:0px;
}
.rightimg {
	margin:14px;
	margin-bottom:10px;
}
.rightimgWC {
	margin:14px;
	margin-bottom:20px;
}
.righthome_left {
	margin:0px 0px 0px 14px;
	float:left;
}
.righthome_right {
	margin:0px 14px 0px 0px;
	float:right;
}
.rederror {
	margin:5px 0px 5px 0px;
}
.rederror p {
	font-size:14px;
	font-weight:bold;
	color:#990000;
}
.silvercolumn {
	padding:0px;
	background-color:#f3f3f3;
	width:1px;
}
.silverfourdots {
	float:right;
}
.somepad {
	margin-left:10px;
}
.tablefont {
	font-size:14px;
	width:90%;
	padding:2px;
}
.thingreenline {
	position:absolute;
	background-color:#cbde4e;
	width:100%;
	height:1px;
	top:50px;
	left:0px;
}
.thinwhiteline {
	position:absolute;
	background-color:#FFFFFF;
	width:100%;
	height:1px;
	top:57px;
	left:0px;
}
.whitecols {
	background-color:#FFFFFF;
	margin-top:-20px;
}
/*Form CSS Elements*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font-size:14px;
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 450px;
	width: 430px;
}
form fieldset {
 / * clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form fieldset legend {
	font-size:14px; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter *//* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
/* Horizontal Ruler */
hr {
	height: 25px;
	background: #fff url(../../images/HR.jpg) no-repeat scroll center;
	border: none 0;
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 14px;
}
form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/*End of Form CSS Elements*/
.imgSocial {
	margin: 0px 10px 10px 10px;
	vertical-align:middle;
}