body{

    background-color: #9d9fb3;
    font-family: 'Yanone Kaffeesatz', arial, serif;
	text-align: center;
}


a{
 color: #ffffff;   

}


#container{
    margin: 0px;
    padding: 0px;
}

#containerI{

    margin: 10px auto;
    padding: 0px;
    width: 1040px;

}


#title{

    background: url("/images/header-1aa.png");
    width: 1040px;
    height: 200px;
    margin: 0px auto;

}

#footer{
    margin: 50px 0px;
    color: #193652;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    
}

#leftCol{
		float: left;
    width: 200px;
    margin: 0px 20px;
    text-align: center;
}

#rightCol{
		float: right;
		background: #8e4242;
    width: 150px;
    margin: 0px 20px;
    text-align: center;
    border: 0px solid #b71919;
    
}

#linksTop{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: url("../images/links-curve-top.gif") !important;
    background: url("../images/links-curve-top.gif") no-repeat 0px 2px;
    height: 20px;
    width: 150px;
}
#linksBottom{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: url("../images/links-curve-bottom.gif") no-repeat;
    height: 20px;
    width: 150px;
}

#links{
    margin: 0px 0px 10px 0px;
    padding: 0px;  
    border: 0px solid #ffffff;
    width: 150px;
}

#links h2{
    color: #ffffff;
    text-decoration: underline;
}

#links h3{
    color: #ffffff;
    text-decoration: none;
    margin: 0px auto;
}
#links h3:hover{
    cursor: pointer;
}

#links ul{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
}

#links ul li, #links ul li a{
    color: #ffffff;
    text-decoration: underline;
    font-size: 14pt;    
}

#content{
    margin: 0px auto;
    padding: 10px;
    width: 700px;
    font-size: 14px;
    
}

.blurb{
    margin: 0px auto;
    padding: 10px;
    width: 600px;
    color: #4a1fe8;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
}

.blurb h1{
		font-size: 18pt;
}

.text{
		color:#ffffff;
		text-align:left;

}

.text h2{

	color:#555555;
}

.centered, .centeredI{
	margin:0px auto;
	text-align:center;
}
.centeredI{
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}

