@charset "utf-8";

/* Resets everything */
* {padding:0px; margin:0px;}

/* remember to define focus styles! */
:focus {outline:0px;}

/* remember to define for png image! */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
body {margin:0px auto; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#838383; font-weight:normal; width:100%; background:url(../images/pagebg.gif) repeat-x;}

input, textarea, select{border:1px solid #d3d7dd; float:left; color:#6d6d6d;}
input{padding:2px;}
label{float:left; margin-bottom:2px;}
textarea{height:115px;}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
a img{border:0px;}

.clear{clear:both;}

.fixedarea{width:984px; margin:0px auto;}
#header{float:left; width:984px; margin-bottom:14px;}
#contentarea{float:left; width:964px; margin:0px 10px;}
#footer{float:left; width:100%; margin:40px 0px 0px 0px; background:#1D1D1D url(../images/footerbg.gif) repeat-x; padding:15px 0px;}
.footerfixedarea{width:944px; margin:0px auto; padding:0px 10px;}
#footerlink{float:left; width:100%; background-color:#090909 ; padding:7px 0px;}
#footerlink a{margin:0px 12px; color:#888888;}
#footertxt{float:left; width:100%; background:url(../images/footerbg1.gif) repeat-x; padding:7px 0px;}
#footertxt a{color:#888888; text-decoration:underline;}
#footertxt a:hover{text-decoration:none;}

h1{font-size:22px; font-family:'Georgia'; color:#000; font-weight:normal; padding-left:3px;}

