@charset "UTF-8";
/* CSS Document */

a:hover {
	text-decoration: none;
}

body {
	margin: 0 10px 20px 10px;
	padding: 0;
	background: url(pix/bg.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
}

table {
	margin: 0 auto;
	width: 70%;
}
td {
	padding: 5px 10px;
	border: 1px dotted #23458F;
	border-top: 0;
	background-color: #f0efe7;
	text-align: left;
}
tr:first-child td {
	border-top: 1px dotted #23458F;
}
tr.odd td {
	background-color: #fff;
}

ul {
	list-style-type: square;
	list-style-type: diamond;
}
ul.nav {
	margin: 15px auto;
	padding: 0;
	list-style: none;
}
ul.top {
	margin: 0 auto 15px auto;
}
ul.nav li {
	display: inline;
	padding: 0;
	margin: 0 20px;
}
ul.nav li a {
	color: #23458f;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px #fff;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul.nav li a:hover {
	text-shadow: -2px 0 2px #fff, 0 2px 2px #fff, 2px 0 2px #fff, 0 -2px 2px #fff;
}
ul.nav li a.active, ul.nav li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.behind {
	position: relative;
	z-index: -1;
}

.box {
	color: #23458f;
	font-size: 12px;
}

.clear {
	clear: both;
}

.features {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-moz-column-rule: 1px solid #000;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-webkit-column-rule: 1px dotted #000;
	column-count: 2;
	column-gap: 30px;
	column-rule: 1px solid #000;
}

.vignette {
	width: 980px;
	margin: 0 auto;
	-webkit-box-shadow: inset 0 0 25px #000;
	-khtml-box-shadow: inset 0 0 25px #000;
	-moz-box-shadow: inset 0 0 25px #000;
	box-shadow: inset 0 0 25px #000;
}

.title {
	margin: 5px auto 20px auto;
	padding: 5px 15px;
	background-color: #fff;
	display: inline-block;
	color: #23458f;
	font-size: 42px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-shadow: 1px 1px 2px rgba(0,0,0,.55);
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
}