@charset "utf-8";
/* CSS Document */
body{
	background-color:#9FC5B0;
	background-image:url(images/bg_xtile.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#footer{
	width:880px;
	margin: 0 auto;
}
#footer{
	text-align:right;
}
.greenStrong{
	color:#00a949;
	font-weight:bold;
	font-size: 14px;
}
img {
		border:0;
		margin:0;
		padding:0;
}
.redStrong{
	color:#ee271f;
	font-weight:bold;
	font-size: 14px;
}

.headline{
	font-size:1.2em;
	color:#00a949;
    margin:1em 0 1em 0;
    padding-bottom:.2em;
    background:transparent url(images/h2_line.gif) no-repeat bottom right;
    line-height:1.2em;
}
.leftColumn{
	background-image:url(images/leftmenutitle.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.leftColumnShadow{
	background-image:url(images/leftmenushadow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-top:0;
	border-right:1px;
	border-bottom:1px;
	border-left:1px;
	border-color:#D1D3D0;
	border-style:solid; 
}	
#mainContainer{
	border:1px solid #cccccc;
	background-color:#ffffff;
	width: 880px;
	padding:15px;
	margin-left:-6px auto;
	
}
.plainTxt{
	color:black;
}
.plainTxt a{
	color:#555555;
}
.plainTxt a:hover{
	color:#00a949;
}
.smallTxt{
	font-size:12px;
}
table#links{
	font-size:12px;
}

P, UL, OL{
	font-size:12px;
}

/* ////////////////////////////  rounded rect /////////////////////////*/
div.rounded {
    clear:both;
    margin:0 auto;
    width:924px;	
}

div.rounded div.top {
    background:url(images/shadowTL.jpg) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(images/shadowTR.jpg) no-repeat bottom right;
    height:6px;
    margin-left:6px;
}

div.rounded div.middle {
    background:url(images/shadowL.jpg) repeat-y top left;
    clear:both;
    width:100%;
}

div.rounded div.middle div.right {
    background:url(images/shadowR.jpg) repeat-y top right;
    margin-left:6px;
}
div.rounded div.bottom {
    background:url(images/shadowBL.jpg) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(images/shadowBR.jpg) no-repeat top right;
    height:6px;
    margin-left:6px;
}

/* ///////////////////////////////////// end rounded rect ///////////////////////////////////*/
