body {
      
	background-repeat: repeat-x;
      
	background-image: url(images/bg3.png);
      
	line-height: 1.40;
      
	font-family: Helvetica, Arial, sans-serif;
      
	background-color: #daf0e4;
      
	color: #323233;
      
	font-size: 13px;
      
}

.smalltext { font-size: 11px; }

h1 { text-align: center; margin-top: 0px; font-style: normal; font-weight: normal; font-family: 'Alike', serif; font-size: 25px; }

.h-1 { font-weight: bold; font-size: 25px; }

h2 { font-weight: bold; font-family: 'Alike', serif; font-size: 15px; }

.h2 { font-weight: bold; font-size: 16px; }

h3 { font-size: 16px; font-weight: bold; }

.h3 { font-size: 14px; font-weight: bold; }

h4 { font-size: 14px; }

.news { margin-top: 10px; padding-right: 15px; padding-left: 15px; background-color: #f2f2f2; border-color: #e5e5e5; border-width: 1px; border-style: solid; width: 600px; margin-right: auto; margin-left: auto; }

a { color: #3271b1; text-decoration: none; }

a:hover {
	color: #6698cc;
}

.Box { font-family: 'Alike', serif; font-size:15px; padding-left: 15px; padding-right:15px; border-color: #cccccc; border-width: 1px; border-style: solid; background-color: #f7f7f7; 
-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

.Box h2 { margin: 0px; }

ul#nav { height: 30px; background-position: 0 38px; background-image: url(/images/shadow.png); background-repeat: no-repeat; margin: 0px; font-family: 'Alike', serif; padding-right: 0px; padding-left: 0px; text-align: center; padding-bottom: 10px; padding-top: 5px; border-bottom-color: #ebebeb; border-bottom-width: 0px; border-bottom-style: solid;
}

ul#nav li { margin-top: 0px; font-size: 15px; margin-right: 38px; padding: 0px; list-style-type: none; display: inline; }

ul#nav a { color: #4c4c4c; text-decoration: none; }

ul#nav a:hover { color: #999999; }

.page {
margin-bottom: 20px;
-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}

.line {
	padding-top: 30px;
	border-bottom-width: 1px;
	margin-bottom: 30px;
	clear: both;
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	height: 0px;
}

.larger {
	font-size: 15px;
	font-weight: bold;
}

.photo {
padding: 8px;
-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

p.caption {
	margin-top: 4px;
}

ul {
	list-style-type: square;
}

.clear {
	clear: both;
	height: 50px;
}


