@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/grunge.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 896px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	left: auto;
	right: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: none;
	background-repeat: repeat-x;
	height: auto;
} 
a {
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.no_border {
	border: medium solid #FFFFFF;
}

.ZOOM {
	font-size: 10px;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
}
.NO BORDER {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(images/grunge_fade_small%20copy.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 93px;
	background-color: #DDDBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 200em;
	top: 33px;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	background-color: #F4F4F4;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
	text-indent: 0px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 10px;
	height: 100px;
	width: 590px;
	left: auto;
	right: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.welcome_img {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 600px;
}

.twoColFixLtHdr #footer {
	background-color: #DDDBBB;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.table_main_heading {
	text-transform: capitalize;
	letter-spacing: .6em;
	color: #585858;
	margin: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	bottom: 0px;
}
h1 {
	margin-bottom: 1px;
}

.table_text {
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: justify;
	height: 100px;
	width: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: 3em;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 1.5em;
	border-bottom-color: #333333;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-left: 3px;
}
.thin_border_sides_bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DDDBBB;
	border-right-color: #DDDBBB;
	border-left-color: #DDDBBB;
}



.interior_div_tag {
	height: 70px;
	width: 150px;
	border: 1px solid #000000;
	background-color: #F4F4F4;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 179px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.table_header_minor {
	height: 0px;
	width: auto;
	background-color: #DDDBBB;
	font-size: 1.8em;
	font-style: normal;
	background-position: center center;
	text-align: center;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	border-top-width: 3em;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 0.5em;
	padding-right: .3em;
	padding-bottom: 0.3em;
	padding-left: .3em;
	background-image: url(images/prod_header.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	text-transform: capitalize;
}
.table_header_minor_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DDDBBB;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: auto;
}



.top_image_right {
	padding: 2px;
	height: auto;
	width: auto;
	top: 0px;
	right: 0px;
	clear: both;
	float: none;
	background-position: right bottom;
	display: inline;
	margin: 0px;
	border-left-width: 222px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.sq_images {
	height: 97px;
	width: 600px;
	border-top-width: thick;
	border-right-width: 1px;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 0px;
	margin-left: 5px;
}
.nav_bar_top {
	clear: none;
	float: none;
	height: auto;
	width: auto;
	text-decoration: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: capitalize;
	background-image: url(images/nav_bar_bl.gif);
	background-repeat: repeat-x;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	word-spacing: 3em;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imagetop {
	float: none;
	clear: none;
	bottom: 0px;
	display: inline;
	right: 0px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	vertical-align: top;
}
.style2 {font-size: 16}
.underline_text {
	text-decoration: underline;
}
.style3 {font-size: 16px}
.sidebarlinks {
	padding: 1px;
	background-color: #DDDBBB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.padding {
	padding: 0px;
	border: 12px solid #000000;
	margin: 12px;
}
.paddingW_Mat {
	padding: 20px;
	border: 12px solid #000000;
}

.thin_border_sides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDBBB;
	border-right-color: #DDDBBB;
	border-bottom-color: #DDDBBB;
	border-left-color: #DDDBBB;
}
.text_spacing {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .35em;
	padding: 12px;
}
.no_border_tan {
	border: 1px solid #DDDBBB;
}
.general_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.7em;
	color: #515151;
}
.twoColFixLtHdr #container .table_text .style8 a {
	font-size: 14px;
	font-style: normal;
	color: #E3616D;
	text-decoration: underline;
}
.twoColFixLtHdr #container p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #333333;
	float: none;
}
.grey-border {
	border: thin solid #CCCCCC;
}

