body {
	background: #eeeeee url(../images/brushed-metal-light.jpg) repeat;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

/*ie*/
#overlay		{ 
				background-image: url("images/overlay_light.png"); 
				}
* html #overlay	{ 
				background-image: url("images/blank.gif");
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay_light.png", sizingMethod="scale");
				}/*lightgray-E2E2E2 ; lighter gray-EFEFEF*/

/*lightbox*/
#lightbox {
	background-color:#ccc;/*ccc 989898*/
	padding: 26px;/*10px*/
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}

#lightboxCaption {
	font-size: 0.8em;
	color: #fff;/*333*/
	padding-top: 0.4em;
	}

#lightbox img	{ border: solid 1px white;
				filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
				-moz-opacity: 1;
				} /*border: none*/

#overlay img { border: none; }

* html #overlay {
	background-color: #ddd;
	back\ground-color: transparent;
	}

/**/

a {
	color: #3366cc;
	text-decoration: none;
	font-size: 14px
}
a:visited {
	color: #3366cc;
	text-decoration: none;
	font-size: 14px
}
a:hover {
	color: #ff3300;
	text-decoration: none;
	font-size: 14px
}

a.footer {
	color: #3366cc;
	text-decoration: none;
	font-size: 8pt
}
a.footer:hover {
	color: #ff3300;
	text-decoration: none;
	font-size: 8pt
}
a.bottommenu {
	font-family:arial,helvetica;
	font-size:12px;
	text-decoration : none;
	color: #ffffff;
	background-color: #ff6600;
	border: #ff6600 1px solid;
}
a.bottommenu:visited {
	font-family:arial,helvetica;
	font-size:12px;
	text-decoration : none;
	color: #ffffff;
	background-color: #ff6600;
	border: #ff6600 1px solid;
}
a.bottommenu:hover {
	font-family:arial,helvetica;
	font-size:12px;
	text-decoration : none;
	color: #ffffff;
	background-color: #0066ff;
	border: #ffffff 1px solid;
}

.contactinfo {color: #333399;
	text-decoration: none;
	font-size: 14px;
	font-family: arial,helvetica;
}

a.more {
	text-decoration: none;
	font-size: 18px;
	font-family: arial,helvetica;
}
a.more:visited {
	text-decoration: none;
	font-size: 18px;
	font-family: arial,helvetica;
}
a.more:hover {
	color: #ff3300;
	text-decoration: none;
	font-size: 18px
}

p {
	margin: 0px 0px 15px;
}

/* content */

.entry {
	padding: 10px 0px 10px;
	clear: both;
}
.entry a:link img{	/*can also use a img*/
/*border-style: outset;*/
border-color: #eee;
border-width: 2px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;/**/
}
.entry a:visited img{
/*border-style: outset;*/
border-color: #eee;
border-width: 2px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;/**/
}
.entry a:hover img{
/*border-style: inset*/
border-color: #000;
border-width: 2px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;/**/
}


/* ------------------------------------- footer area  */

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/
}
