body {
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	background-image: url('../image/background.gif');
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 80%;
	line-height: 1.5;
	font-weight: normal;
}
a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.footer {
	font-size: 70%;
	color: #21316B;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #21316B;
	text-decoration: underline;
}
.footer a:hover {
	color: #21316B;
	text-decoration: none;
}

.credit {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 70%;
	color:#999;
}
.credit a:link, .credit a:active, .credit a:visited {
	color: #999;
	text-decoration: underline;
}
.credit a:hover {
	color: #999;
	text-decoration: none;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size: 200%;
	color: #A30047;
}
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #21316B;
}
P {
	margin-top: 0px;
}
#frontpage {
	width: 80%; 
	margin: 0px auto 0px auto;
}
.callout {
	color: #3C508B;
}
strong {
	font-weight:bold;
}
.msg {
	color: #f00;
	font-weight: bold;
}
.lbl {
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	text-transform: uppercase;
	color: #3C508B;
}
.txt {	
	width: 200px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.txtarea {	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 300px;
	height: 100px;
}
.img_inline {
	margin-top: 2px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
}
a.mini {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
a.mini:link, a.mini:active, a.mini:visited {
	color: #21316B;
	text-decoration: none;
}
a.mini:hover {
	color: #21316B;
	text-decoration: underline;
}
#mininav {
	background-color:#CCCCCC;
	margin-left:20px;
	margin-bottom:20px;
	font-size: 80%;
	color: #000;
	border: 1px solid #21316B;
}
#mininav td{
	padding: 10px 15px 20px 15px;
}
#mininav a:link, #mininav a:active, #mininav a:visited {
	margin-left: 5px;
	color: #21316B;
	text-decoration: none;
	display: block;
}
#mininav a:hover {
	color: #21316B;
	text-decoration: underline;
}

#photoarea IMG {
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 4px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
}

IMG.photo_med {
	margin: 25px 0px 10px 0px;
	padding: 4px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
}
#breadcrumb {
	font-size: 70%;
	margin: 10px 0px 5px 0px;
	color: #999;
}
#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
	color: #999;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #999;
	text-decoration: none;
}

#folderlist {
	clear: both;
	margin: 20px 0px;
}
#imagelist {
	width: 100%;
	clear: both;
}
#imagelist table.photocontainer {
	float: left;
	border: 1px solid #ccc;
	width: 175px;
	height: 175px;
	margin: 0px 0px;
}
#imagelist table img.photo {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	border: 0px solid #000;
} 
