


.banner {
	font-size: .9em;
	font-weight: 600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 100px;
	width: 600px;
	color: #030;
	
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	background: linear-gradient(gainsboro, white); }
	
.bannerfr {
	font-size: 1.0em;
	font-weight: 600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 60px;
	width: 600px;
	color: #030;
	
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	background: linear-gradient(gainsboro, white); }

.center {
	margin: 0 auto;
	text-align: center;
	}

.hrb-box {
	font-family: Verdana, Geneva, sans-serif;
	background: linear-gradient(gainsboro, white);
	margin: 20px;
	max-height: 100px;
    min-height: 100px;
	padding: 10px;
	border: thin dashed #060;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	font-size: 16px;
	
}

.hrb-left-column {
    background-image: linear-gradient(to bottom, #ffffff, #f8f7f7, #f1efef, #e9e7e5, #e0e0dd);
    border: 2px ridge green;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
    display: inline;
    float: left;
    margin: 15px;
    max-height: 400px;
    min-height: 400px;
    padding: 15px;
    width: 320px;
}

.hrb-right-column {
    background-image: linear-gradient(to bottom, #ffffff, #f8f7f7, #f1efef, #e9e7e5, #e0e0dd);
    border: 2px ridge green;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
    display: inline;
    float: left;
	margin: 15px;
    max-height: 400px;
    min-height: 400px;
    padding: 15px;
    width: 320px;
}

#main-content figcaption { font-style: normal; }

.font-medium { font-size: .9em; }

hr.style1 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

.no-bullet { list-style-type: none; }

.shadow {
	box-shadow: 5px 5px 5px grey;
	
}


.space-top-40 { margin-top: 40px; }

.two-column 
 {
 float: left;
 width: 400px;
 margin: 0px 10px 15px 10px;
 padding: 0px;
 }


.wrapper {
    
    margin: 0 auto;
}