body {
	background-color: #1d6131;
	background-image: url(../../img/background.png);
	background-repeat: repeat-x;
	font-size: 11px;
}

a {
	color: #103067;
	text-decoration: underline;
}

a:hover {
	color: #1d6131;
}

a:active {
  position: relative;
  top: 1px;
}

p {
	padding-right: 60px;
	padding-left: 60px;
	overflow: hidden;
}

.container_12 {
	padding-top: 250px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-image: url(pagebackground.png);

}

.container_16 {
	padding-top: 240px;
	background: url(../../img/containerbackground.png) no-repeat center top;
}

.container_24 {
	background: url(../../img/24_col.gif) repeat-y;
}


.sub {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 420px;
	background-repeat: no-repeat;
	height: 100px;
	background-image: url(../../img/sub.png);
	text-align: center;
}

.text {
    color: #7f7f7f;
    line-height: 1.50;
    font-size: 10px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 60px;
    padding-bottom: 0;
    padding-right: 60px;
}

.text2 {
    color: #7f7f7f;
    line-height: 1.50;
    font-size: 10px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 60px;
    padding-bottom: 0;
    padding-right: 240px;
}

.bullets {
    color: #7f7f7f;
    line-height: 1.50;
    font-size: 10px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 45px;
    padding-bottom: 0;
    padding-right: 40px;
}

.footer {
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
	text-align: center;
	background-repeat: no-repeat;
	margin-bottom:20px;
}

/* site information
----------------------------------------------- */
#site_info .box {
	text-align: center;
	color: white;
	margin-bottom:10px;
}
#site_info a {
	text-align: center;
	color:#fff;
}
#site_info a:hover {
	text-align: center;
	color:#000;
}