html,body{

background-color:#FFFFFF;

font-family:Arial,Helvetica,Tahoma,sans-serif;
text-align:center;
font-size:1.0em;
}



#header{
position:relative;
float:left;
width:100%;
/*border-style:solid;*/
}
#innerHeader{
position:relative;
margin:auto;
max-width:975px;

/*border-style:solid;*/
}

#logo{
position:relative;
float:left;

}
#banner{
position:relative;
float:left;
padding-top:45px;
padding-left:10px;
font-family:'616';
font-size:5.0em;
color:red;
/*text-shadow: 2px 2px #ff0000;*/
}



.headerRed{
font-family:'616';
font-size:2.0em;
color:red;

}
.headerBlue{
font-family:'616';
font-size:2.5em;
color:#0066FF;
}

.headerLTD{
font-size:0.65em;

}

.clearB{
height:.01em;
width:100%;
clear:both;
overflow:hidden;	
}

.highlighted{
font-size:1.4em;
color:#0066FF;
margin:0px;

}
h2{
font-size:1.2em;
color:red;

}

.centred{
text-align:center;
}
#wrapper{
position:relative;
margin:auto;
clear:both;
width:100%;
max-width:975px;

}

.red{
color:red;
text-decoration:none;
}

.red a{
color:red;
text-decoration:none;
}
.red a:hover{
color:#0066FF;;
text-decoration:none;
}

#nav{
position:relative;
margin:auto;
clear:both;
width:100%;
max-width:975px;
padding-top:1%;
padding-bottom:1%;

border-top-style:solid;
border-top-color:#CCCCCC;
border-top-width:1px;
border-bottom-style:solid;
border-bottom-color:#CCCCCC;
border-bottom-width:1px;
}
#nav a{
text-decoration:none;
color:red;
}
#nav a:hover{
color:#0066FF;
}

#main_col{
position:relative;
float:left;
width:66%;
text-align:left;
padding:2%;
}

#right_col{
position:relative;
float:right;
width:30%;
padding-top:2%;

}

.right_col_box{
position:relative;
float:right;
width:265px;
border-style:solid;
border-width:1px;
border-color:#40c6d3;
text-align:center;
margin-bottom:2.5%;
}

.right_col_box_curved{
position:relative;
float:right;
width:265px;
border-style:ridge;
border-width:2px;
border-color:#40c6d3;
text-align:center;
margin-bottom:2.5%;

border-radius:15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

.right_col_box_curved a{
text-decoration:none;
color:red;
}

.right_col_box_curved a:hover{
text-decoration:none;
color:#0066FF;
}




.right_col_content{
position:relative;
margin:auto;
width:255px;
padding:5px;
text-align:left;
}

#footer{
position:relative;
width:100%;
padding-top:2%;
text-align:center;
margin-top:2%;
border-top-style:solid;
border-top-width:1px;
border-top-color:#40c6d3;
font-size:0.85em;
}

#footer a{
text-decoration:none;
color:red;

}
#footer a:hover{
color:#0066FF;
}

img{
max-width:100%;
border:none;
}



@media screen and (max-width: 800px){
/* smaller tablets down */
#main_col{
width:96%;
}
#right_col{
position:relative;
float:left;
width:98%;

}
.right_col_box{
position:relative;
float:left;
}
.right_col_box_curved{
position:relative;
float:left;
}
#banner{
padding-top:0px;
font-size:2.6em;
}

}