body, html {
	margin: 0;
	padding: 0;
	background-color: #201e1d;;
	background-image: url("/media/background_pattern.jpg");
	background-attachment: fixed;
}

html {
	height: 100%;
}

#sitetitle {
	position: relative;
	  margin-right: 10px;
}

#sitetitle img {
	position: relative;
	float: right;
}

#pagetitle {
	left: 20px;
	font-size: 32px;
	font-family: Times, serif;
	position: relative;
	height: 150px;
}

#header {
	position: relative;
}

#pagetitle img {
	position: absolute;
}

#menu {
	position: relative;
	text-align: left;
	margin-right: 1em;
	float: left;
	width: 10em;
	margin-left: 1em;
	margin-top: 0px;
}

.submenu {
	position: relative;
	left: 1em;
	display: none;
	visibility: hidden;
	width: 9em;
}

a.mlinkwhite {
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: white;
}

a.mlinkblack {
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: black;
}

a:hover.mlinkwhite {
	background-color: #222222;
}

a:hover.mlinkblack {
	background-color: #CC9999;
}

#announce {
	clear: both;
	text-align: center;
	font-style: italic;
	font-size: large;
}

#container {
	width: 1000px;
	min-height: 100%;
	background-color: white;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -500px;
	padding: 0;
	border: 1px solid black;
}

#content {
	text-align: center;
	clear: both;
	margin: 50px 5px 5px 5px;
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
}

table.fine {
	border: solid black 1px;
	border-collapse: collapse;
}

table.fine th, table.fine td {
	border: solid black 1px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

dt {
	font-weight: bold;
}

div.faq {
	width: 90%;
	text-align: justify;
}

.ferr {
	color: red;
}

.alerts {
	border: black solid 1px;
	background: #ccfbff;
	position: relative;
	padding: 5px;
	width: 200px;
}

/************************************/
.embeddedvideo {
	text-align: center;
}

