@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)
);
}

img{border:0;}

body {margin:20px auto; width:973px; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#363736; font-weight:100;}

html, body{
min-height:100%;
margin-bottom:1px;
}

a{color:#363736; text-decoration:underline;}
a:hover{color:#363736; text-decoration:none;}

.main{float:left;}
.spacing{margin-bottom:24px;}

/* Left Css */
.left{float:left; width:759px; margin-right:11px;}

/* Left Content Css */
.content{float:left; width:759px; background:#dff8ba url(../images/top-curvebg.gif) right top no-repeat;}
.botcurve{float:left; background:url(../images/bot-curvebg.gif) left bottom no-repeat; padding:22px 25px; line-height:16px; min-height:275px;}
.botcurve h1{color:#7a2e73; font-size:18px; margin-bottom:11px; float:left; width:710px;}
.botcurve h2{color:#51014b; font-size:12px; margin-bottom:11px; float:left; width:705px;}
.botcurve ul{margin:0px 12px 15px 12px;}
.botcurve ul li{margin:5px 12px;}

/* Right Css
.right{float:left; width:203px; font-size:11px;}

.right ul{width:203px; float:left; list-style:none;}
.right li{float:left; width:175px; height:20px; background:url(../images/linkbg-green.gif); list-style:none; padding:7px 0px 0px 28px; margin-bottom:3px;}
.right li.last{margin-bottom:0px;}
.right li img{vertical-align:middle; margin-right:10px;}
.right li a{color:#000000; text-decoration:none;}

.rightlink ul{}
.rightlink li{background:url(../images/linkbg1.gif); list-style:none; padding:5px 0px 0px 18px;width:185px; height:22px;}
.rightlink li a{color:#FFFFFF; text-decoration:none;}
 */

.imgdiv{float:left;}

.imgblock{float:left; width:705px; margin:20px 0px;}
.imgspacer{margin-right:15px; margin-bottom:15px;}

.sitemap{}
.sitemap a{text-decoration:none;}
.sitemap a:hover{text-decoration:underline;}

/* Bottom Css */
.bottom{float:left; text-align:center; width:100%; font-size:11px; color:#5e5f5e;}
.bottomlink{float:left; width:759px; text-align:right; margin:7px 0px 10px 0px; padding-right:214px; color:#5e5f5e;}
.bottomlink a{color:#5e5f5e; text-decoration:none;}

.clear{clear:both;}
