/* standard elements */
* {
	margin: 0 auto;
	padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
	background: #ffffff;
	color: #000000;
	font: normal 62.5% "Lucida Sans Unicode", "Lucida Sans", "Myriad Pro", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

td.signup {
  padding: 0px;
	font: normal 62.5% "Lucida Sans Unicode", "Lucida Sans", "Myriad Pro", sans-serif;
}

a {
  color: #0077cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #0077cc;
}

input {
	font: normal 1.1em "Lucida Sans Unicode", Lucida, sans-serif;
}

p,cite,code,li {
	font-size: 1.2em;
	padding-bottom: 1.2em;
  text-align: justify;
}

ol,ul {
  margin-left: 20px;
}


h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
  width: 90%;

	font: normal 1.3em "Lucida Sans Unicode",serif;
  border: 1px solid #000000;
  background-color: #ffffff;
  text-align: center;
  padding: 5px;
}

h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
div#outside {
  width: 100%;
  height: 100%;
  text-align: center;
}

div#inside {
  width: 850px;
  text-align: left;
}

div#top {
  background: #ffffff url('/lookfeel/images/topbar.png');
  background-position: top center;
  background-repeat: no-repeat;

  height: 27px;
  font-size: 14pt;
  color: #495b2c;
  margin-bottom: 30px;
  text-align: center;
}

div#top a {
  color: #ffffff;
}

div#logo {
  margin-bottom: 30px;
}

div#bottom {
  position: relative;
  bottom: -30px;
  left: 0px;

  background-color: #82a24e;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 12pt;
  text-align: center;
  color: #495b2c;
}

div#bottom a {
  color: #ffffff;
}

.navigation a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Lucida Sans Unicode",serif;
  text-align: center;
}

.column {
  float: left;
  width: 416px;
  margin: 0px;
  margin-right: 9px;
}

.hugebg {
  width: 842px;
  background-image: url('/lookfeel/images/background-huge.png');
  background-repeat: no-repeat;
  background-position: top left;
}

.inside {
  padding-top: 10px;
  padding-left: 10px;
  width: 821px;
}

.bigbg {
  -moz-box-sizing:border-box;box-sizing:border-box;
  width: 404px;
  background-image: url('/lookfeel/images/background-large.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding: 10px;
}

.mediumbg {
  -moz-box-sizing:border-box;box-sizing:border-box;
  width: 416px;
  background-image: url('/lookfeel/images/background-medium.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding: 10px;
}

.smallbg {
  -moz-box-sizing:border-box;box-sizing:border-box;
  width: 416px;
  background-image: url('/lookfeel/images/background-small.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding: 10px;
}

  
.copyright {
  color: #ffffff;
  font-size: 9pt;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
}

td {
  padding: 4px;
}

th {
  background-color: #82a24e;
  color: #ffffff;
}

tr.even {
  background-color: #999999;
  color: #ffffff;
  font-family: "Times New Roman";
  font-size: 12pt;
}

tr.odd {
  font-family: "Times New Roman";
  font-size: 12pt;
}
