.regbody {  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 10px; color: #333333; background-position: center center}
a:active {  color: #003366}
a:hover {  color: #CC6600}
a:link {  color: #006699; text-decoration: underline}
a:visited {  color: #003366}
.highlight-blue {  font-weight: bold; background-color: #66CCFF}
.whitelink { color: #FFFFFF; text-decoration: none;font-size: 10px; font-weight: bold ; font-style: normal}
.whitelink_small { color: #FFFFFF; text-decoration: none; font-size: 8px; font-weight: lighter; font-style: normal }
body {  background-image: url(images/blueshadow.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center top;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 1.0em; margin: 0;
}



h1,h2,h3,h4,h5  
{
	font-family: Impact, Charcoal, sans-serif;
	font-weight:300;
	
	margin: 0px;
	
	}
	
.header {
    background-color: #666666;
    color: #ffffff;
    padding: 15px;
}	
	
	
.top_menu {
    background-color: #cccccc;
    color: #222222;
    padding: 15px;
}	

.main {
    background-color: #ffffff;
    color: #222222;
    padding: 15px;
	maring:auto;
	max-width:900px;
}	

.footer {
    background-color: #ffffff;
    color: #222222;
    padding: 15px;

}	

.copyright_bar {
    background-color: #666666;
    color: #ffffff;
    padding: 5px;
	text-align:center;
}	
		

	
/* --- Buttons ---*/

a.menu_button {
	color:#ffffff;
	background:#444444;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.0em;
	text-decoration:none;
	padding:4px 8px;
	margin-bottom:4px;
	margin-right: 4px;
	
	
}

a.menu_button:hover {
	color:#ffffff;
	background:#ff8000;
	font-size:1.0em;
	text-decoration:none;
}	
	
a.nav_button {
	color:#ffffff;
	background:#777777;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.8em;
	text-decoration:none;
	padding:4px;
}

a.nav_button:hover {
	color:#ffffff;
	background:#ff8000;
	font-size:0.8em;
	text-decoration:none;
}


 /* --- Media Queries ---*/

 /* --- Mobile Phones --- */
 
[class*="col-"] {
    width: 100%;
}

 /* --- Tablets --- */

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

 /* --- Desktops --- */

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}