html {
width: 100%;
background: #d6d6d6;
color: #ffffff;
font-family: arial,sans;
}

body {
background: url(images/bodybg-repeat.png) repeat-y;
width: 800px;
margin: 0px auto;
}

#container {
background: url(images/bodybg-repeat.png) repeat-y;
width: 800px;
float: left;
}

#top {
height: 105px;
width: 800px;
background: url(images/header.png)
}

#middle {
width: 800px;
float: left;
background: top left url(images/header-lower.png) no-repeat;
}

#menu {
width: 174px;
height: 883px;
background: url(images/left-bg.png);
float: left;
margin-left: 22px;
margin-top: 10px;
padding-left: 10px;
padding-top: 10px;
}

#top-text {
float: right;
clear: none;
width: 526px;
height: 120px;
background: url(images/middle-bg.png);
margin-right: 32px;
margin-top: 11px;
color: #000000;
padding: 15px;
font-size: 12pt;
text-align: center;
line-height: 16pt;
}

#main-body{
float: right;
clear: none;
width: 381px;
padding: 5px;
background: #000000;
margin-top: 10px;
margin-right: 3px;
}

#right-column {
float: right;
clear: none;
width: 158px;
padding: 3px;
padding-top : 5px;
border: 1px solid #a0a0a0;
background: #000000;
margin-right: 27px;
margin-top: 10px;
}

#right-column a, a:visited {
color: #dd3333;
}

.developments {
width: 519px;
float: left;
clear: none;
padding: 10px;
margin: 10px;
background: #000000;
margin-top: 12px;
}

.development {

}

#pageContent {
width: 519px;
float: left;
clear: none;
padding: 10px;
margin: 10px;
background: #000000;
margin-top: 12px;
}

img {
border: 0px;
margin: 0px;
padding: 0px;
}

#bottom {
width: 800px;
height: 21px;
background: url(images/bottom.png);
}

.news-item {
width: 364px;
background: transparent;
margin: 10px;
float: left;
}

.news-item h1 {
margin-left: 42px;
font-size: 20px;
}

.news-item h2 {
margin-left: 42px;
font-size: 14px;
}

.news-item p {
font-size: 12px;
}

.menu a {
display: block;
margin: 0px;
padding: 0px;
vertical-align: bottom;
}

ul {

}

li {
padding: 0px;
margin: 0px;
}

.dev-item {
float: left;
padding-bottom: 20px;
width: 381px;
}


.blogDivider {
width: 100%;
height: 2px;
background: #ffffff;
clear: both;
float: left;
}

.blogTitle {
font-size: 12px;
float: right;
clear: none;
font-style: italic;
font-weight: bold;
font-family: arial, sans;
}

.blogDate {
float: right;
clear: none;
font-style: italic;
font-size: 10px;
font-family: arial, sans;
}

.blogContent {
float: left;
font-family: arial, sans;
}

.blogLogo {
display: block;
}

.blogContainer {
margin: 0px;
padding: 0px;
margin-bottom: 10px;
border: 0px;
float: left;
font-family: arial, sans;
font-size: 12px;
}

.blogContainer i {
font-size: 10px;
}

#switches {
width: 519px;
float: left;
margin-left: 10px;
background: #000000;
}

#slides {
width: 500px;
height: 200px;
float: left;
margin-left: 10px;
padding-left: 9px;
padding-right: 10px;
padding-top: 10px;
margin-right: 0px;
background: #000000;
}

#dev-menu {
width: 100%;
}

#switches ul li {
list-style: none;
margin-top: 12px;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}

#switches ul li a:link, #switches ul li a:visited, #switches ul li a:active {
text-decoration: none;
color: #cccccc;
}
#switches ul li a:hover {
color: #ffffff;
text-decoration: none;
}

.devText {
font-size: 10px;
padding-left: 2px;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#contact-form {
width: 519px;
float: left;
margin-left: 10px;
}