/* CSS Document */
/*------------------------------------------------------------Basic Design Format*/
body {
	background-image: url(design_images/bg.gif);
	background-repeat: repeat;
	background-position: center;
	font-family: Arial, mono;
	color: #000000;
}
h1{
	color: #990000;
	font-size: medium;
	padding-bottom: 0px;
	
}

h5 {
	color: #990000;
	font-size: medium;
	padding-left: 50px;
}

P {
	font-size: 76%;
}

b {
	font-weight: bold;
}

.news {
	font-weight: bold;
	text-decoration: none;
	font-size: 76%;
	color: #FFFFFF;
	line-height: normal;
	text-indent: 10px;
	vertical-align: middle;
	display: inline;
}
	
.news:visited {
	font-weight: normal;
	font-size:76%;
	text-decoration: none;
	color: #F2E3D2;
	text-indent: 10px;
}

.news:hover, .news:active {
	text-decoration: none;
	font-size: 76%;
	color: #F2E3D2;
	font-weight: normal;
	text-indent: 10px;
}	

/*#frame1 {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width: 1000px;
	background-image: url(design_images/bg_texture.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	height: auto;
}*/

#frame2 {
	width:1000px;
	background-image:  url(design_images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}


/*--------------------------------------------------------Header and Navigation*/
#contentmenu {
	height: 267px;	
}
		
#headerlinks {
	position: absolute;
	top: 217px;
	width: 471px;
	left: 295px;
}

/*-------------------------------------------------------Left content Layout and Design
#contentleft {
	width:377px;
	float:left;
	padding-left: 186px;
}

h1.col1 {
	background-image: url(design_images/h1_col1.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 400px;
	width: 376px;
	margin-bottom: -425px;
}
*/
h2 {
	background-image: url(design_images/header_Welcome.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 65px;
	width: auto;
	margin-left: 33px;
	margin-right: 20px;
	margin-bottom: -25px;
	padding-top: 75px;
	text-indent: -2000px;
}

h3 {
	background-image:  url(design_images/header_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: auto;
	margin-left: 33px;
	margin-bottom: -10px;
	margin-right: 20px;
	padding-top: 0px;
	text-indent: -2000px;
}	

p.col1 {
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-top: 10px;
	color: #000000;
}

p.Col1_link {
	margin-left: 35px;
	background-color: #000000;
	height: 35px;
	width: 323px;
}

#news_links {
	background-color: #000000;
	height: 20px;
	width: 320px;
	margin-left: 35px;
	margin-top: 20px;
	padding-top: 5px;
	text-indent: 15px;
}
/*--------------------------------------------Right content Layout and Design*/
#contentright {
	width:329px;
	float:left;
	padding-left: 13px;
}
	
#column2_upper {
	background-color: #000000;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;	
}
#column2_lower {
	padding-top: 15px;
	padding-bottom: 15px;
}
	


/*---------------------------------------------------footer
#footer_upper {
	background-image: url(design_images/home_footer_Upper.jpg);
	height: 44px;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: -20px;
}
*/
#footer {
	background-image: url(design_images/home_footer_lower.jpg);
	height: 172px;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: -20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/*---------------------------------------------------Page numbers for Products*/

.pagenum	{
	font-family:arial;
	font-size:90%;
	color:#000000;
	text-decoration:none
	}
	
.pagenum:hover	{
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	}
.pagenum:link	{
	text-decoration:none;
	color: #000000;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}
.pagenum:visted	{
	text-decoration:none
	}
