body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
  margin:0;
  padding:0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	background-color:#EEEEEE;
	height:1280px;
}

#content {
  margin-top:1em;
}

#contentimage, #pageimage {
	padding:20px;
	background:cornflowerblue;
  text-align:center;
}

#contentimage img {
	width:50%;
}

#contentimagesmall {
  padding:20px;
  background:cornflowerblue;
  text-align:center;
}

#contentimagesmall img {
  width:80%;
}

#contentimagesmalltext {
  width:30em;
  float:left;
  padding-right:1em;
  margin:1em;
  font-size:0.9em;
}

#contentimagesmalltext>p, #contentimagesmalltext ul li {
  font-size:0.9em;
}

#global{
	width:53em;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	background:white;
	padding:0 4em 1em;
	overflow:hidden;
}

#head {
	height:34px;
  padding:5px;
  margin:0 auto 2em;
	float:left;
	width:100%;
	height:2.8em;
}

#h1logo{
	text-align:left;
	margin:0 0 .5em 0;
  float:left;
  float:right;
	width:8em;
  color:OrangeRed;
}

#head img {
	margin:0 auto 0;
}

#head h2{
	text-align:left;
	font-size:1.2em;
	margin:1em;
	color:#999;
}

#intro h1{
	font-size:1.4em;
	line-height:1.3em;
	margin:0;
  clear:both;
  color:OrangeRed;
}

#intro h2{
	font-size:1.4em;
	line-height:1.3em;
	margin:0;
  clear:both;
  color:OrangeRed;
}

#introsubtext {
  color:black;
  font-size:1em;
}

img {
	border:0px;
}

#small_head {
  height:34px;
  padding:5px;
  float:right;
  font-size:0.6em;
}

#small_head a {
	text-decoration:none;
}

#navigation {
  height:34px;
	width:40em;
	margin:.6em 0 0 0;
	clear:left;
  float:right;
	font-size:1em;
}

#navigation li {
  float:left;
	margin:0 0.1em 0 0;
	width:8em;
	text-align:center;
	list-style-type:none;
}

#navigation li a {
	padding: .2em;
	background:lightgray;
	color:#777;
	text-decoration:none;
	display:block;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
}

#navigation li a:hover{
	background:skyblue;
	color:white;
	text-decoration:none;
}

#navigation li a.navsmall {
	padding: .2em;
	background:white;
	color:#3a6ea5;
	text-decoration:none;
	font-size:.7em;
}

#navigation li a.navsmall:hover {
	text-decoration:underline;
}

#navigation li a.navsmallselect {
  padding: .2em;
  background:white;
  color:#3a6ea5;
  text-decoration:none;
  font-size:.7em;
  font-weight:bold;
  border-left:1px solid blue;
  border-bottom:1px solid blue;
}


a {
	color: #3A6EA5;
	text-decoration:none;
}

a:hover {
  color: #3A6EA5;
  text-decoration:underline;
}

a.btn{
	padding:.4em .8em;
	margin-left:-0.4em;
	background:none;
	color:#999;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
}

a.btn:hover{
	color:#1d1d1d;
	background:#ddd;
	text-decoration:none;
}

.column {
  width:16em;
}

.maximal {
  width:48em;
}

.medium {
  width:35em;
}

.titleonly {
  width:8em;
}

.left {
	float:left;
	padding-right:1em;
}

.right {
	float:right;
}

#footer {
  clear:both;
  font-size:0.8em;
  color:#999999;
}

#footer a {
  color:#999999;
}


div.newrow {
	clear:both;
  height:1em;
}

h1 {
  font-size:1.3em;
}

h1 {
  font-size:1.2em;
}

h3 {
	font-style:italic;
  font-size:1em;
}

p {
  font-weight:normal;
  font-size:0.9em;
}

div.column p {
	margin-top:0.5em;
}

div.column ul>li{
  font-size:0.9em;
}

ul {
	list-style-type:disc;
	margin:0;
  padding:0.9em;
}

