/*
This style sheet was created from C:\jromero\workfolders\cofinacocoa\html\index.html
*/

BODY { 
 background-color: #E5E5E5;
 text-align: center;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 }

DIV {  }

h2{
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:white;
	margin-left: 9.3em;
	padding-top:5px;
}
h4{
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:white;
	margin-left: 13px;
	padding-top:5px;
}
h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color:#993300;
	border-bottom: 1px solid #999999;
}

a{
	color:#993300;
}
a:hover{
	color:#DCDCDC;
}
/* unique IDs */
#BodyDiv { 

 }

#Footer { 
	background-image: url(../images/backgrounds/footer_bg.jpg);
	background-repeat: no-repeat;
	display:table;
	width:100%;
	height:33px;
	clear:both;

 }
 #Footer #Menu ul{
 padding:0;
 margin-left:0;
 list-style:none;
  margin-top:10px; }
 #Footer #Menu ul li{
 display:block;
 	float:left;
	margin-left:17px;
	color:white;
	font-size: 11px;
	height:13px;

 }
  #Footer #Menu a{
  	color: white;
  }
    #Footer #Menu a:hover{
  	color: #DCDCDC;
  }
 
#Header { 
display: table;
width:100%;
 }

#MainContainer { 
display:table;
width:778px;
border: 1px solid #996633;
background-color: #D5CEC4;
margin:auto;
text-align: left;
 }


.module{
	display:table;
	width:319px;
	float:left;
	margin-left:2.5em;
	margin-bottom:2.0em;
}
.module .topmodule{
	height:34px;
	background-image: url(../images/backgrounds/module_top.jpg);
}
.module .contentmodule{
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
	background-color:white;
	margin:0;
	padding: 10px;
}


.module .bottommodule{
	height: 17px;
}
.module .brownmodule{
	background-image: url(../images/backgrounds/brown.jpg);
	background-repeat: repeat-x;
	height: 109px;
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
	text-align:center;
}
.module .greenmodule{
	background-image: url(../images/backgrounds/green.jpg);
	background-repeat: repeat-x;
	height: 109px;
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
	text-align:center;
	padding-top:2px;
}

.bigmodule{
	display:table;
	width:644px;
	float:left;
	margin-left:2.7em;
	margin-bottom:2.0em;
}
.bigmodule .topmodule{
	height:34px;
	background-image: url(../images/backgrounds/bigmodule_top.jpg);
}
.bigmodule .contentmodule{
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
	background-color:white;
	margin:0;
	padding: 10px;
	display:table;
	width:622px;
}
.bigmodule .contentmodule .right{
width:430px;
float:left;
padding:5px;

}
.bigmodule .contentmodule .left{
width:170px;
float:left;

}

.bigmodule .bottommodule{
	height: 18px;
	background-image: url(../images/backgrounds/bigmodule_bottom.gif);
}
.bigmodule .brownmodule{
	background-image: url(../images/backgrounds/brown.jpg);
	background-repeat: repeat-x;
	height: 109px;
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
	text-align:center;
}
.bigmodule .greenmodule{
	background-image: url(../images/backgrounds/green.jpg);
	background-repeat: repeat-x;
	height: 109px;
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
	text-align:center;
	padding-top:2px;
}