
/* Basic Elements */

#alert {
 width:890px;
 margin: 5px auto 5px auto;
 padding: 5px 5px 5px 5px;
 background:#CE284D url("/img/blimda/dialog-warning-small.png") no-repeat left center;
 color:#FFF;
 font-size:14px;
}
#alert img{
 padding:0 10px;
}
#alert strong{
 font-size:16px;
}
#alert p{
 padding-left: 35px;
}


#alert A:link { text-decoration: underline; color: #FFF;}
#alert A:visited { text-decoration: underline; color: #FFF;}
#alert A:active { text-decoration: underline; color: #F5E2C4;}
#alert A:hover { text-decoration: underline; color: #F5E2C4;}

#header {
width:1000px;
	margin: 0px auto;
    background:url("/img/Header-Background1.jpg") no-repeat center top;
	}

#MainHeader{
padding-top:75px;
}
.innerMainHeader h1{
 font-family: Georgia, serif;
 font-size:28px;
 padding:20px 0px;
 line-height:40px;
 font-weight:normal;
}
.innerMainHeader h1 strong{
 color:#6776A4;
}

.innerMainHeader img.Feature1{
 padding-right:55px;
}


#container {
width:1000px;
	margin: 0px auto;
    background:#FFF;
	}
#wrapper {
	clear: both;
	}
#content {
	}
#footer {
	clear: both;
	border-top: 1px solid #3B4041;
	text-align: right;
	padding: 5px 10px;
	color: #666;
    font-size:10px;
	}
#footer A:link { text-decoration: underline; color: #8BC68B;}
#footer A:visited { text-decoration: underline; color: #8BC68B;}
#footer A:active { text-decoration: underline; color: #006600;}
#footer A:hover { text-decoration: underline; color: white;}