/* CSS Document in styles/newmainstyle.css*/
body {
	font-size: 100%;
	/*	font-family: Georgia, "Times New Roman", times, serif;*/
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font:100%/100% serif;
	/*	color: #0000FF;*/
	color: #9933FF;
	margin: 0px;
	padding: 0px;
	background-color:#333333;
}

#titleMIS{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20%;
}
#container {
	margin: 0px;/*Important- sets the container to drop level for the maincontent to align at the top*/
	padding: 0px;
/*	width: 100%;
	height: 100%;*/
/*	width: 100%;*/
/*	overflow: none;*/
} 


#piccontent {
	float: left;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: left;
	padding-top: 0px; /*IMPT this lines up maincontent with container*/
	padding-bottom:0%;
	padding-left: 1%;
	padding-right: 0px;
	background-image: url(../images/imagegalleryback.jpg);
	background-repeat: repeat;
}

#piccontent a {
    font-weight: bold;
    text-decoration: none;
    padding: 2px 2px;
}
/*#piccontent p {
	font:serif;
	color:#0000FF;
}
*/
#piccontent a:link, #piccontent a:visited {
	color: #FFFFFF;
	border-bottom: #00425E dashed 1px;
}

#piccontent a:hover, #piccontent a:active {
    color: #fff;
    background-color: #00425E;
    border-bottom: none;
}

#gallery {
    width: 100%;
	height: 100%;
}

#picCount {
  font-weight:bold;
  }

#thumbs {
    float: left;
    margin-top: 10px;
/*	position: absolute;
	top:20%;
	left:1%;	*/
	font-size: 75%;
	width: 17%;
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
}

#main_image {
    float: right;
    text-align: center;
/*    width: 350px;*/
	position: absolute;
	top:20%;
	left:20%;
	background-color:#333333;	
}

#main_image p {
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.picBorder {
	background-color: #666666;
	padding: 10px;
	border: #00425E solid 2px;
}

p#caption {
    margin: 0;
    padding: 2px 2px;
    font-weight: bold;
    text-align: center;
}
