* {
font-size: 100%;
margin: 0;
padding: 0;
}

body {
font: 13px/18px Arial, sans-serif;
color: rgb(60, 60, 60);
margin: 7px 0 8px;
background: #fff url(/img/backgrou.png) repeat-x;
text-align: center;
}
h1 {
font-size: 25px;
color: rgb(200, 200, 200);
padding: 0 0 3px 42px;
margin: 15px -7px 10px -22px;
}
h2 {
font-size: 15px;
color: #3885BE;
border-bottom: 1px solid rgb(205, 205, 205);
padding: 0 0 3px 22px;
margin: 15px -7px 10px -22px;
}
h2 a {
color: #3885BE;
}
h3 {
margin: 15px 0 0;
}
a {
text-decoration: none;
color: #3A6D96;
}
a:hover {
text-decoration: underline;
}
a img {
border: 0;
}
.content ul {
margin-top: 5px;
padding-left: 25px;
line-height: 18px;
}
p {
margin: 10px 0;
}
td {
vertical-align: top;
}

#leftpubli {
	float: left;
	width: 340px; /*Width of right column in pixels*/
	height: 285px;
	margin-bottom:15px;
	margin-right:15px;
}

div.spacer {
	padding-top:1px;
	clear: both;
}

.inputtext, textarea {
margin: 0;
color: rgb(60, 60, 60);
font-size: 12px;
padding: 2px;
border-width: 1px;
border-style: solid;
border-color: rgb(195, 195, 195) rgb(235, 235, 235) rgb(225, 225, 225) rgb(215, 215, 215);
}
.inputfield {
color: #3a6d96;
padding: 0px 10px 0px 0px !important;
text-align: right;
}
.inputtitle td {
padding: 15px 0px 0px 2px;
font-weight: bold;
color: rgb(125, 125, 125);
}
.inputseperator {
border-bottom: 1px solid rgb(220, 220, 220);
}

a.inputbutton {
background: transparent url(/img/button-l.png) no-repeat top left;
height: 23px;
padding: 4px 0px 6px 4px;
text-decoration: none;
cursor: default;
font-size: 13px;
}
a.inputbutton span {
background: transparent url(/img/button-r.png) no-repeat top right;
line-height: 20px;
height: 23px !important;
padding: 4px 9px 6px 6px;
color: rgb(75, 75, 75);
}
a.inputbutton:active {
background: transparent url(/img/button-l.png) no-repeat top left;
outline: none;
}
a.inputbutton:active span {
background: transparent url(/img/button-r.png) no-repeat top right;
}

#header {
background: rgb(75, 75, 75);
margin: 0 5px;
}
#tl {
width: 3px;
float: left;
}
#tr {
width: 3px;
float: right;
}
#logo {
width: 250px;
float: left;
clear: both;
}
#logo a img {
padding: 12px 18px 8px;
}

#toptabs {
width: 500px;
float: right;
text-align: right;
}
#toptabs ul {
padding: 10px 0px 11px;
}
#toptabs ul li {
list-style-type: none;
display: inline;
padding: 0px 23px 0 0;
}
#toptabs ul li a {
color: rgb(200, 200, 200);
font-size: 12px;
}
#toptabs ul li a:hover {
text-decoration: none;
}
#toptabs ul li a:hover, #toptabs ul li.selected a {
color: white !important;
}

#container {
width: 1005px;
margin: 0 auto;
text-align: left;
}
#content {
background: white;
padding: 5px 7px;
clear: both;
margin: 0 5px;
}
#leftside {
width: 750px;
float: left;
padding: 0 15px 14px;
}
#rightside {
width: 185px;
padding: 17px 7px 10px 0px;
float: right;
font-size: 12px;
}
#rightside strong {
color: rgb(120, 120, 120);
}

.framedimage {
border: 1px solid rgb(200, 200, 200);
padding: 2px;
margin: 5px 0 15px;
}

.promo {
margin-top: 25px;
}
.promo td {
width: 50%;
line-height: 16px;
}
.promotitle {
font-weight: bold;
background-repeat: no-repeat;
padding-left: 23px;
}
.promo p {
margin: 5px 0 20px;
}

.download {
background: url(/img/download.png) no-repeat;
display: block;
color: white;
font-size: 13px;
padding: 10px 9px 10px 11px;
height: 20px;
width: 154px;
text-align: center;
margin-bottom: 15px;
}
.download:hover {
background: url(/img/downloae.png) no-repeat;
text-decoration: none;
}

.clearfix {
clear: both;
}

.errormess {
background: rgb(255, 240, 240);
border: 1px solid rgb(255, 200, 200);
padding: 5px 10px;
margin-top: 10px;
}

.q {
margin: 15px 0 -10px;
font-weight: bold;
}

.contact .field {
color: gray;
font-size: 12px;
padding-right: 10px;
width: 70px;
text-align: right;
}
.contact .inputtext {
width: 250px;
}
.contact textarea {
width: 325px;
height: 175px;
}
.contact td {
padding: 3px 0;
}

.caption {
font-size: 11px;
margin: -5px 0 30px 9px;
color: rgb(100, 100, 100);
}

#footer {
width: 751px;
margin: 0px auto;
text-align: left;
font-size: 11px;
color: rgb(150, 150, 150);
padding: 10px 20px 20px;
}