@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family:Tahoma, "Century Gothic", Verdana, Arial;
	/*margin: auto auto;
	width: 800px;
	/*margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;*/
}

#Container{ 
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin: auto auto;
	width: 800px;
}

#Menu{ 
	height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px; }
#catMenu{ 
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-color: #153d61;
	border-bottom-style: solid; border-bottom-width: 1px;
	border-top-color: #153d61;
	border-top-style: solid; border-top-width: 1px;
	}
#Banner{ 
	background-image: url(../images/bgbanner.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100px; }
#Message{ 
	height: 20px;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 5px;
	color: #153d61; }
#Images{ 
	width: 720px; 
	margin-left: 40px;
	/*height:1200px; /*  Value = (145*imgrows) */
	}
#Hid { color: #FFFFFF; font-size: 0px; padding-left:150px;}
#Contents{
	margin-left: 40px;
	margin-right: 40px;  }
#Footer{ 
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #000033;
	height: 32px;
	text-align: center;
	padding-top: 10px;  }

#ViewArea{ 
	margin-left: 40px;
	height:590px;
}

.imageBlock{ 
	/*background-image: url(../images/imgbg.gif);
	background-repeat: no-repeat;
	*/
	width:120px; height:130px; float: left; padding: 10px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
}
.imageBlockTop{ 
	font-family:Tahoma, "Century Gothic", Verdana, Arial;
	font-size: 10px;
	color: #000099;
	font-weight: bold;
	text-align: center;
	height:25px; }
.imageBlockBottom{ height:100px; }
/* Removed from files Need to check */
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.botline {
	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: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.style5 {font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
}

a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}

.menuBullet{
	border-right: double; border-right-color: #000099; 
	border-right-style: groove; border-right-width: 10px; 
	padding-left: 20px; padding-right: 5px;
	float: left;
}

.catImg{
	padding-left: 2px; padding-right: 2px;
	float: left;
}

.shadowcss{
position: relative;
top: -5px;
left: -5px;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}