/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 0.75em;
}

p
{
	margin: 0px;
	padding: 0px 0px 24px 0px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}

h1
{ margin: 0px;
  font-family: arial, sans-serif;
  font-size: 185%; 
  font-weight: normal;
}

h2
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 100%;
	text-decoration: nome;
	font-weight: normal;
	color: #900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ECE9D8;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;
}
 
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 14px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 761px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo */
#links
{ padding: 9px 21px 3px 19px;
  width: 719px;
  text-align: right;
  height: 22px;
  border: 1px solid;
}

#links a, #links a:hover{text-decoration: none;}

/* logo */
#logo
{
	padding: 0px;
	width: 760px;
	height: 30px;
	border-left: 1px solid;
	border-right: 1px solid;
}

#logo h1
{ padding: 41px 0px 0px 19px;
  font-family: "ms sans serif", tahoma, verdana, arial, sans-serif;
  font-size: 135%;
}

/* navigation menu */
#menu
{ height: 23px;
  width: 760px;
  border-left: 1px solid;
}

#menu ul
{ margin: 0px auto; 
  padding: 0px; 
  list-style: none; 
  text-align: left; 
  width: 760px;
} 

#menu li 
{ margin: 0px; 
  padding: 0px; 
  list-style: none; 
  float: left; 
} 

#menu li a 
{ display: block; 
  float: left; 
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 12px;
  font-size: 92%; 
  width: 132px; 
  text-decoration: none; 
  padding: 4px 0px 5px 19px;
  font-weight: bold; 
} 

/* main content */
#content
{ width: 761px;
  height: auto;
  padding: 0px;
  text-align: justify;
  overflow: hidden;
} 

/* column 1 - contains menu, news, add links and other info */
#column1
{ width: 219px;
  float: right;
  padding: 5px 5px 5px 0px;
}

#column1 h1{padding: 0px 0px 18px 0px;}

.sidebaritem
{
	position: relative;
	text-align: justify;
	width: 190px;
	float: left;
	border: 1px dashed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

/* column 2 - page content */
#column2
{
	text-align: justify;
	width: 482px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 19px;
	top: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

#column2 h1{
	padding: 24px 0px 18px 0px;
	color: #00F;
	font-size: large;
	font-family: "Comic Sans MS", cursive;
}

.sidebaritem a, #column2 a
{ padding: 0px 0px 0px 11px;
  text-decoration: none;
}

.sidebaritem a:hover, #column2 a:hover
{ padding: 0px 0px 0px 11px;
  text-decoration: none;
}

/* footer */
#footer
{ float: left;
  padding: 9px 0px 3px 0px;
  width: 759px;
  text-align: center;
  border: 1px solid;
  height: 22px;
}

#footer a, #footer a:hover{text-decoration: none;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 478px;
  height: 29px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}
#content #column2 p strong {
	color: #333;
	text-align: justify;
	font-style: italic;
	font-family: verdana, arial, sans-serif;
}
#main #content #column2 .formlabel.style3 strong {
	color: #00F;
}
#main #content #column1 .sidebaritem div .center strong {
	color: #000;
}
#main #content #column1 .sidebaritem div .center {
	color: #00F;
	font-weight: bold;
}
#main #content #column1 .sidebaritem div h2 {
	color: #333;
}
#main #content #column1 .sidebaritem div .center.style13 .center.style14 {
	color: #666;
}
#main #content #column1 .sidebaritem div h2 .style3 strong {
	color: #00F;
	font-weight: bold;
}
#main #content #column1 .sidebaritem div .center.style3 {
	color: #333;
}
#main #content #column1 .sidebaritem h2 {
	color: #333;
}
#main #content #column2 .formlabel.style3 strong {
	color: #333;
}
#main #content #column1 .sidebaritem div .center strong em {
	color: #F00;
}
#main #content #column1 .sidebaritem div .center.style3 {
	color: #333;
}
#main #content #column1 .sidebaritem div .center.style3 {
	color: #F00;
}
#main #content #column2 .formlabel.style3 strong {
	color: #00F;
}
.forminput #main #content #column1 .sidebaritem div h2 {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}
#main #content #column2 p {
	font-family: Comic Sans MS, cursive;
}
#main #content #column1 .sidebaritem div .style1 {
	font-family: Comic Sans MS, cursive;
}
#content #column1 .sidebaritem .formlabel strong {
	font-family: Verdana, Geneva, sans-serif;
}
#content #column2 .formlabel {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content #column2 .Stile2 strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content #column2 .style49 strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content #column2 .style1 {
	font-family: Georgia, Times New Roman, Times, serif;
}
#main #content #column1 .sidebaritem div .center .formlabel {
	font-family: Georgia, Times New Roman, Times, serif;
}
#main #content #column1 .sidebaritem div .center .style24 {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content #column1 div .sidebaritem p {
	font-family: Georgia, Times New Roman, Times, serif;
}
.forminput #main #content #column1 .sidebaritem div .center.style3.style36 strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
.forminput #main #content #column1 .sidebaritem div .center.style3.style36 strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content .style49 strong {
	text-align: center;
}
#content .style49 strong {
	text-align: left;
}
#content .style49 strong {
	text-align: justify;
}
#content .style49 strong {
	text-align: justify;
}
#content .style49 strong {
	text-align: left;
}
#main #content #column1 .sidebaritem .formlabel.style36 strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content #column2 .center {
}
#content #column2 .style24 strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
#main #content #column1 .sidebaritem {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: left;
}
#content #column2 .style25.style4.style8.style68 .left {
	font-family: Georgia, Times New Roman, Times, serif;
}
#logo #footer {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content .center em {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content .style6 em {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content h2 {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content p em {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
}

