/* Homepage
==================================== */


#home_left {
float: left; 
width: 380px;
font-size: 90%;
}


#home_right {
float: right; 
width: 270px;
}

.home_issue {
float: left;
text-align: center;
padding: 30px 15px 0 15px;
border-right: dotted 1pt #92b03e;
width: 45%;
}


.home_issue h1 {
	font: bold 1.6em/0.8 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #576B86;
}

.home_issue .title {
font-size: 140%;
color: #7387A2;
}

.home_issue p {
text-align: center;
font-weight: bold;
font-size: 1.2em;
}


.home_cover {
width: 156px;
text-align: center;
font-size: 1.0em;
font-weight: bold;
float: left;
}

.home_cover h3 {
display: block;
background-color:#889cb7;
color: #FFF;
font-weight: bold;
text-transform:uppercase;
margin: 0;
padding: 2px 5px;
font-size: 1.0em;
}

.home_cover h3 a {
color: #FFF;
text-decoration:none;
}

.home_cover p {
margin: 0;
padding: 15px 5px 25px 5px;
border-left: solid 1pt #889cb7;
border-bottom: solid 1pt #889cb7;
border-right: solid 1pt #889cb7;
text-align: center;
}
