BODY {
	background-image: url(images/stripes.gif);
	background-color:#FFFFFF;
	color:#000000;
	font-family:"comic sans ms",Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	text-align: left;
}

.emphasize {
	font-size: larger;
	font-style: italic;
	color: #000066;
}

H1 {font-size: 18px}
H2 {font-size: 16px}
H3 {font-size: 14px}

a:link    { color: #000080; text-decoration:none}           /* unvisited links */
a:visited { color: #800080; text-decoration:none;           /* visited links   */
                            font-weight:lighter}            
a:hover { color: white; background: navy}                 /* user hovers     */

a.imgLink {background:none}

a:active  { color: #FF0000;text-decoration:none}            /* active links    */

/* a.img:hover {background: none} */
/* a img {background: none} */

img {border-style: none}

#picturesTitle {
	background-image: url(images/pictures_title.jpg);
	height:75px;
	background-repeat: no-repeat;
	background-position: center center;
}

#videosTitle {
	background-image: url(images/videos_title.jpg);
	height:75px;
	background-repeat: no-repeat;
	background-position: center center;
}

#tableBody {
	background-image: url(images/sliver.jpg);
	background-position: center center;
	background-repeat: repeat-y;
	padding: 0px;
	width: 750px;
	margin: 0px auto;
}

.tableRow {
	width: 615px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableRowOdd {background-color:#F0F8FF;
	width: 615px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
    background-image: url(images/row_background_transparent.gif);
	background-position: center center;
	background-repeat: repeat-y;
	color:#000000;
}

.tableRowEven {background-color:#FFFFFF;
	width: 615px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
    background-image: url(images/row_background_transparent.gif);
	background-position: center center;
	background-repeat: repeat-y;
	color:#000000;
}

.tableColumn1 {
	width: 145px;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
}

.tableColumn2 {
	width: 442px;
	float:right;
	margin-right: 5px;
	padding: 1px;
}

.clear {clear:both;
}

#tableTop {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

#tableBottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
}

.textWithImage {float:left;
	width: 455px;
    position: relative;}

.imageWithText {float:right;
	width: 155px;
    position: relative;
	text-align:right}

table.video {background-image: url(images/video_background.jpg)}

table.videoLarge {background-image: url(images/videoBackgroundLarge.jpg)}

#pageBottom {height: 50px;
}

/* background-color: #F0F8FF */