@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#999;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#F7F7F7;
	width:11600px;
}
#header {
	position:relative;
	top:0px;
	left:0px;
	height:28px;
	width:100%;
	background-color:#000;
	text-align:left;
	z-index:150;
}
#headerlink {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	line-height:25px;
	margin-left:10px;
}
#container {
	/* this will create a container 80% of the browser width */
    background-image:url(../media/gallery/gallery_background.gif);
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a:link, a:visited {
	color:#336699;
	text-decoration:none;
}
a:hover {
	color:#336699;
	text-decoration:underline;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
li {
	line-height:18px;
}
.Box200 {
	width:200px;
	float:left;
	margin-right:10px;/*border:1px solid green;*/
}
.Box400 {
	width:450px;
	float:left;
	margin-right:10px;/*border:1px solid green;*/
}
.BoxInlet {
	margin:20px;
}
.BoxInlet img {
	margin-top:10px;
	border:1px solid #ccc;
}
.BoxInletLogo img {
	border:none;
	margin-top:20px;
}
.Box200Full {
	width:200px;
	height:900px;
	float:left;
	margin-right:10px;/*border:1px solid blue;*/
}
.BoxWrapper {
	float:left;/*border-left:1px solid #ddd;*/
}
.BoxHeader {
	font-size:14pt;
	font-weight:lighter;
	height:30px;
	padding:15px 0px 0px 20px;/*border:1px solid red;*/
}
.BoxHeader a:link, .BoxHeader a:visited {
	font-size:14pt;
	font-weight:lighter;
	color:#336699;
	text-decoration:none;
}
.BoxHeader a:hover {
	text-decoration:underline;
}
.BoxHeaderTitle {
	font-size:14pt;
	color:#999;
}
.Calendar {
	width:40px;
	float:left;
	border:1px solid #ccc;
	background-color:#fff;
	margin-right:5px;
}
.CalendarMonth {
	text-align:Center;
	font-size:16px;
	text-transform:uppercase;
}
.CalendarYear {
	text-align:Center;
	font-size:12px;
	line-height:18px;
	background-color:#999999;
	color:#fff;
}
h2 {
	font-size:14pt;
	font-weight:lighter;
	padding:0;
	margin:0;
}
h3 {
	font-size:12pt;
	font-weight:lighter;
	padding:0;
	margin:0;
}
.textde, .texten {
	margin-top:25px;
}
.texten {
	color:#bbb;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
