/* CSS Document */
body{
	padding:0px;
	margin:0px;
	font-family: "trebuchet MS";
	text-decoration:none;
	background: #D8E3FE;
}

a {
	text-decoration:none;
	font-weight:bold;
}
input{border:1px solid #999;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;padding:3px;background:#f9f9f9;}
h2, h1, h3{
  color:#990000;
  font-style:italic;
  font-size:14px;
  letter-spacing:2px;
  padding:0;
  margin-top:0;
  margin-bottom:10px;
  background: url(images/bullet.gif) left no-repeat;
}
a:hover {
	color:#000000;
}
a:visited{
	text-decoration:none;
}
p{padding:0;margin:0;}

#header{height:261px;width:985px;margin:0 auto;background:url(images/header.jpg) no-repeat;}
#content{width:985px; margin:0 auto; background:url(images/content.jpg) repeat-y;}
#subcontent{margin:0 8px;}
#contentbottom{width:985px; margin:0 auto; background:url(images/footer.jpg) no-repeat;height:14px;}
#footer{width:985px; margin:10px auto;text-align:center;}
#footer a{color:#333;}
#leftcolumn{width:645px;float:left;}
#rightcolumn{width:323px;float:right;}
 

.clear{clear:both;}
.lefttopplugin{background:url(images/lefttopplugin.jpg) top no-repeat;height:11px;}
.leftbottomplugin{background:url(images/lefttopplugin.jpg) bottom no-repeat;height:11px;}
.leftmiddleplugin{background:url(images/leftmiddleplugin.jpg) repeat-y;padding:0 10px;}

.righttopplugin{background:url(images/righttopplugin.jpg) top no-repeat;height:11px;}
.rightbottomplugin{background:url(images/righttopplugin.jpg) bottom no-repeat;height:11px;}
.rightmiddleplugin{background:url(images/rightmiddleplugin.jpg) repeat-y;padding:0 10px; color:#FFF;}
.rightmiddleplugin a{color:#FFF;}


