@charset "utf-8";
/* CSS Document */

/*general styles*/

/*Color*/
/*white:#FFF;
Black:#000;
Dark Green:#004812;
Yellowish Orange:#efb20d;
Light Brown:#d2c3ac;
End Color*/


html,body{background:#d2c3ac; color:#000; margin:0 auto; width:100%;text-align:center;}
h1{font:bold .975em Arial, Helvetica, sans-serif; color:#efb20d;  margin-top:0px; margin-bottom:0px; line-height:35px; padding:8px 0 0 0;}
/*-------Common Call to action---------*/
h3 {font:bold 1.225em Arial, Helvetica, sans-serif; color:#004812; margin:0 auto; margin-top:12px;}

a{color:#004812; outline:none;}
a:hover{color:#eeb00a;}

.container{width:1000px; margin:0 auto;}

.headline{background:url(/images/headline.jpg) no-repeat; width:772px; height:42px; text-align:left; font:18px Arial, Helvetica, sans-serif; color:#efb20d; padding-left:228px;}
	.headline p{margin:0;}
.contentWrap{background:#FFF; width:1000px; height:510px;}
.leftSide{background:url(/images/content.jpg); width:210px; height:523px; float:left;}

.horizontalLine{text-align:center; width:730px; color:#004812;}

.content{background:#FFF; width:747px; height:500px; text-align:left; font:bold .800em Arial, Helvetica, sans-serif; padding-left:20px; overflow-y:auto;}
	.content p{padding-bottom:5px; margin:0px;}
    
.rightSide{background:url(/images/contentRight.gif) repeat-y; width:11px; height:523px; float:right; margin-top:-500px;}
.footer{background:url(/images/footer.jpg); position:relative; width:1000px; height:271px;}
	.footer p{color:#777; font:normal 18px Arial,Helvetica,sans-serif; margin:0; bottom:31px; position:absolute; right:30px;}

/*fix for ie*/
* html .content{background:#FFF; width:750px; height:500px; text-align:left; font:12px Arial, Helvetica, sans-serif; padding-left:0px; overflow-y:auto;}
/*end fix*/