@charset "UTF-8";
/* CSS Document */

body { 	background-color:#f1f1f2; border:none; padding:0; margin:0;}
body a { text-decoration:none;}

#wrapper { width:920px; margin:auto; margin-top:20px;}

#topnav { width: 500px; float:right; margin:0; border-bottom:1px solid #008ab0;}
#topnav ul { margin:5px 0; text-align:center;}
#topnav ul li {display:inline; font-family:Helvetica, Arial, sans serif; font-size:90%; color:#008ab0; font-weight:bold; padding: 0 10px;}
#topnav ul li a { color:#008ab0;}
#secondnav { width:500px;float:right; }
#secondnav ul { margin: 5px 0; text-align:center;}
#secondnav ul li { display:inline; font-family:Helvetica, Arial, sans serif; font-size:80%; color:#008ab0; padding: 0 10px;}
#secondnav ul li a { color:#008ab0;}

#logo img { width:370px; float:left; border:none;}

#content { 
	clear:both;
	background-color:#FFFFFF; 
	width: 920px; 
	margin:auto; 
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em; 
	border:1px solid #ccc;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	}
	
h1 { font-family:Helvetica, Arial, sans serif; font-size:250%; color:#74459b; width:248px; margin:50px 10px 10px 50px;}

#footer {
	background-color:#FFFFFF; 
	width: 600px; 
	margin:10px auto; 
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em; 
	border:1px solid #ccc;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	float:left;
	}

#footer img { border:none;}
#footer p { font-family: Helvetica, Arial, sans-serif; font-size: 62.5%; margin:10px 10px 10px 20px; color:#999999;}

#footertext { float:left; width:280px;}
#footertext a { color:#008ab0;}
#footerlinks { float:right; margin-top:10px;width:310px;}
#footerlinks a { float:left;}
#footerlinks img { margin: 0 5px;}
#ccform { float:right; margin:0 0 0 8px; padding:0; width:210px; }
#mabutton { float:right; border:none;}
#mabutton img { border:none; float:left; margin-top:12px;}