@charset "UTF-8";
/* CSS Document */
* html mainpic {
    overflow-x: auto; overflow-y: hidden; 
    width: expression(document.body.offsetWidth - 400);
}
mainpic {
	position: absolute;
	filter: alpha(opacity:0); 
	opacity: 0; 
	MozOpacity: 0; 
	zoom: 1;
	z-index: 50;
}
body {
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}
.border_top_left {
	background-image: url(graphics/topleft.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 20px;
}
.border_top {
	background-image: url(graphics/top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.border_top_right {
	background-image: url(graphics/topright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 20px;
}
.border_left {
	background-image: url(graphics/left.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 20px;
}
.border_middle {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
.border_right {
	background-image: url(graphics/right.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 20px;
}
.border_bottom_left {
	background-image: url(graphics/bottomleft.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 20px;
}
.border_bottom_right {
	background-image: url(graphics/bottomright.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 20px;
}
.border_bottom {
	background-image: url(graphics/bottom.png);
	background-repeat: repeat-x;
	background-position: top;
}


.photo_top_left {
	background-image: url(graphics/photo/topleft.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 30px;
	width: 30px;
}
.photo_top {
	background-image: url(graphics/photo/top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.photo_top_right {
	background-image: url(graphics/photo/topright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 30px;
}
.photo_left {
	background-image: url(graphics/photo/left.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 30px;
}
.photo_middle {
	background-image: url(graphics/photo/center.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.photo_right {
	background-image: url(graphics/photo/right.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 30px;
}
.photo_bottom_left {
	background-image: url(graphics/photo/bottomleft.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width: 30px;
}
.photo_bottom_right {
	background-image: url(graphics/photo/bottomright.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width: 30px;
}
.photo_bottom {
	background-image: url(graphics/photo/bottom.png);
	background-repeat: repeat-x;
	background-position: top;
}

.headertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #225ED9;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;	
}
.popUp {
	visibility: hidden;
	position: fixed;
	height: 95%;
	width: 100px;
	z-index: 50;
	left: 1px;
	top: 1px;
}
.popUpText {
	visibility: hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	height: 99%;
	vertical-align: top;
	padding-left: 8%;
}

.pic {
	border: 2px inset #FFFFFF;
}
.adminpic {
	position: relative;
	float: left;
	width: 200px;
	border: 1px solid #333333;
	text-align: center;
}
.picholder {
	filter: alpha(opacity:0);
	opacity: 0;
	MozOpacity: 0;
	zoom: 1;
	z-index: 50;
	position:relative;
	float: left;
	width: 677px;
	padding: 20px;
	text-align: center;
}
.mainpicimg {
	border: 2px solid #FFFFFF;
}