body{

    font-family: sans-serif;
    text-align: center;
    background: #9d9fb3 no-repeat;
 color: #263547; 
}


a{
 color: #e5eaea;   

}

img{
border:0;

}
#container{

    margin: 0px;
    padding: 0px;
}

#containerI{

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

}


#title{

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

}

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

#leftCol{
	float: left;
    width: 200px;
    margin: 0px 10px;
    text-align: center;
    border: 0px solid #343434;
}

#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 #343434;
    width: 200px;
}

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

#links h3{
    color: #343434;
    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: #1b1a1a;
    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: #253447;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
}

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

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

}


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

.boxed{
	border:1px solid #999999;
	margin:10px auto;
	padding: 10px;
	background: #5b6777;
	color: #a6afba;

}

div.boxed p{
	color: #a6afba;
}

.grid{
	float:left;
	width: 200px;
	height:320px;
	margin:10px;
	text-align:center;

}

.tabbedMenu{
	list-style:none;
}

.tabbedMenu li{
	display:inline;
	cursor: pointer;
	background: #333333;
	border: 1px solid #222222;
	padding: 2px;
}

.tabbedMenu li:hover{
	background: #777777;

}

#androidAdvert{
	width: 500px;
	margin: 0px auto;

}

