body,h1,h2,h3,h4,h5,h6,p,form,fieldset
{
	margin: 0;
	padding: 10;
}

body
{
	margin: 0;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	text-align: center;
}

img.images
{
	float: left;
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCC;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
	font-weight: bolder;
}

a:first-letter {font-family: Arial, Helvetica, sans-serif; font-size:125%;} 

h1, h1 a, h2, h2 a, h3 a, h4 a
{
	color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover
{
	color: #000000;
}

h1
{
	font-size: 30px;
}

h2
{
	margin: 0 0 18px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0066;
}

h2:first-letter {font-family: Arial, Helvetica, sans-serif; font-size:130%;} 

h3
{
	margin: 10 0 0 18px 0;
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-weight: normal;
}

h4
{
	margin: 0;
	font-size: 1em;
}

a img
{
	border: none;
}

p
{
	margin: 0;
	padding: 0 0 18px 0;
}

ul
{
	margin: 0 0 0 1.4em;
	padding: 0 0 18px 0;
}

ul ul
{
	padding: 0;
}

blockquote
{
	margin: 0;
	padding: 0 18px;
	font-style: italic;
}

pre, code
{
	font-family: Courier, Monaco, monospace;
	background-color: #F8FAF2;
}

#container
{
	width: 75%;
	text-align: justify;
	padding-top: 0;
	border-top: 30px solid white;
	background-color: white;
	background-repeat: repeat-y;
	background-position: 75% 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#head
{
	height: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
}

#head h1
{
	padding-top: 50px;
	color: #FF0000;
	font-size: 24px;
}

#navigation
{
	background-color: #FFFFFF;
	height: 2.7em;
	line-height: 2.7em;
}

#navigation a
{
	color: #FFF;
}

#navigation.selected, #navigation a:hover
{

}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 0;
	white-space: nowrap;
	font-weight: bold;
}

#navigation li a
{
	display: block;
	padding: 0 18px;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}

* html #navigation a
{
	width: 1%;
}

#navigation form
{
	float: right;
	height: 100%;
	width: 20%;
	padding: 0 15px;
	border-left: 1px solid;
	line-height: 0;
	border-color: white;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navigation form fieldset
{
	margin-top: 7px;
	border: 0 solid;
}

* html #navigation form fieldset
{
	margin-top: 7px;
}

#navigation #s
{
	height: 1.5em;
	width: 20%;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid;
	font-size: 0.8em;
	vertical-align: middle;
	border-color: #FFF9EA;
}

#navigation #searchbutton
{
	height: 2em;
	width: auto;
	padding: 0 1px;
	border: 1px solid;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	background-color: #CCCCCC;
	color: #333;
}

#center
{
	float: left;
	width: 70%;
	padding-top: 32px;
	padding-right: 20px;
}.entry
{
	padding-left: 10px;
	padding-right: 0px;
	margin-right: 0px;

}.entry.info
{
	position: relative;
	margin-top: -3px;
	padding: 3px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 0.9em;
	border-color: #F3F4F4;
	background-color: #CCCCCC;
}.entry.info a
{
	border-color: #949494;
}

#right
{
	float: left;
	clear: left;
	width: 25%;
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#right h3
{
	margin: 18px 0 10px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	color: #1369A6;
	background-color: #FFFFFF;
}

#right h3 em
{
	display: block;
	padding: 5px 10px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #CCCCCC;
	color: #333333;
}

#right p
{
	padding: 0 10px 0 10px;
}

#right ul li
{
	margin: 2px 0 2px 12px;
	padding-bottom: 2px;
	border-bottom: 1px solid;
	border-bottom-color: #F0F0F0;
}

#right li a
{
	display: block;
	padding: 1px 0;
	height: 1%;
}

#right li a:hover
{
	background-color: #FFFFFF;
}

#foot
{
	clear: both;
	padding: 40px 0 15px 0;
	font-size: 1em;
	background: white;
	text-align: center;
}

.adaptive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.adaptive iframe, 
.adaptive object, 
.adaptive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}
