/* MAIN CSS FILE FOR STYLE OF SITE */

/* body {background-color:#CCC} */

body {font-family:verdana,arial,sans-serif,helvetica;font-size:8pt;color:#000;font-weight:normal;text-align:center;margin:0;}
td, li, p, div, textarea {font-family:verdana,arial,sans-serif,helvetica;font-size:8pt;color:#000;font-weight:normal;text-align:left;}
th {
	font-family:verdana,arial,sans-serif,helvetica;
	text-align:center;
	background-image: url('../images/thbg.gif');
	background-position:top left;
}

/* Links */
a{font-family:verdana,arial,sans-serif,helvetica; font-size:8pt;text-decoration:none; font-weight:bold;}
a:link{color:#039;}
a:active{color:#039;}
a:visited{color:#039;}
a:hover{color:#c00;text-decoration:underline;}

/* CUSTOM STYLESHEET FOR LAYOUT AND DISPLAY */
#masterContainer {
	width:100%;
	}	
#headerContainer {
	margin:0;
	padding:0;
	text-align:center;
	height:120px;
	background-image:url('../images/pageheadbg.gif');
	}
#innerHeadContainer {
	margin:0px auto;
	width:700px;
	padding:0px;
	height:106px;
	background-color:#FFFFFF;
	}
#pageContainer {
	padding:0px;
	text-align:center;
	background-image: url('../images/pagebg.gif');
	}
#innerPgContainer {
	margin:0px auto;
	width: 700px;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
	}
#headInnerCont1 {
	position:relative;
	float:left;
	width:220px;
	height:100px;
	padding:3px;
	text-align:left;
	background-image: url('../images/logo.gif');
	background-position:center;
	background-repeat:no-repeat;
	}
#headInnerCont2 {
	position:relative;
	float:left;
	width:468px;
	padding:85px 3px 3px 3px;
	text-align:right;
	font-size:14px;
	font-weight:bolder;
	font-style:italic;
	background-image: url('../images/headerbg.gif');
	background-position:top left;
	background-repeat:no-repeat;
	}
#pgInnerTop {
	clear:both;
	width:680px;
	padding:10px;
	}
#pgInnerGallery {
	clear:both;
	width:700px;
	height:250px;
	margin-bottom: 10px;
	border-top:1px dashed black;
	border-bottom:1px dashed black;
	}
#pgFooter {
	font-size:9px;
	clear:both;
	width:696px;
	height:25px;
	padding:2px;
	text-align:right;
	background-color:lightblue;
	border-top:1px dashed black;
	}
/* SPECIAL CLASS ELEMENTS */
.linkover {
	font-size:10px;
	background-color:black;
	color:#AAA;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	height:15px;
	text-align:center;
	vertical-align:middle;
	padding:2px 0 0 5px;
	border-bottom:1px dashed black;
	}
.linkout {
	font-size:10px;
	color:black;
	font-weight:bold;
	height:15px;
	text-align:center;
	vertical-align:middle;
	padding:2px 0 0 5px;
	border-bottom:1px dashed black;
	background-color:#FFF;
	}
