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

body {
	text-align:center;
	background-color:#eaf1f8; /*medium blue = #64A0DF;*/ 
	}

body#home, body#error {
	text-align:center;
	background-color:#eaf1f8; /*medium blue = #64A0DF;*/ 
	}

#container {
	width:920px;
	background-color:white; /*was #eaf1f8; was white*/
	margin:0 auto 0 auto;
	Padding:0;
	}

body#home #container, body#error #container  {
	width:920px;
	background-color:#062398; /*was #eaf1f8; was white*/
	margin:0 auto 0 auto;
	Padding:0;
	}

body#home #header, body#error #header {
	background-color:white;   /*was #eaf1f8*/
	margin-bottom:30px;
	text-align:left;
	}

#navbar {
	width:600px;
	height:25px;
	float:right;
	margin-bottom:20px;
	padding-top:5px;
	font-family:'FrutigerLTW01-55Roman';
	color:#FFFFFF;
	text-align:center;
	background-color:#062398;}
	
#navbar a {color:white;
	text-decoration:none;}

#navbar a:hover {
	text-decoration:underline;
}
	
#left {
	width:640px;
	float:left;
	text-align:left;
	padding: 0px 12px;
}

body#home div#left h1, 
body#home div#left h2, 
body#home div#left h3   {	font-family:'Frutiger LT W01 65 Bold';
	color:#eaf1f8;}

div#left h1, 
div#left h2, 
div#left h3   {	font-family:'Frutiger LT W01 65 Bold';
	color:#4E72B8;}
	
div#left h1 {font-size:25px}
div#left h2 {font-size:20px}

div#left p strong {
	/*font-family:font-family:'Charter ITC W01 Bold' !important;*/
		}

div#left img.logo {
	margin-bottom:12px;
	margin-top:0px;
}

.imageright {
	float:right;
	margin:8px 0px 8px 12px;
}

.imageleft {
	float:left;
	margin:8px 12px 8px 0px;
}

#right{
	width:230px;
	float:right;
	padding:0px 12px;
	text-align:left;
	border-left:#4E72B8 thin dashed; /*was #00996E */
	
	font-family:'Frutiger LT W01 65 Bold';
	font-size:18px;
	text-align:left;
	}
	
body#home #right, body#error #right {
		border-left:#eaf1f8 thin dashed;
}

div#right img {
	border:none;
}

div#right p.quote {font-family:'FrutigerLTW01-66BoldIta';
/*	GREEN WAS: color:#005A40 was #062398*/
}

div#right p.attrib {
	/*	GREEN WAS: color:#005A40; was 062398*/
	text-align:right;
	margin-top:0px;
	font-family:'FrutigerLTW01-66BoldIta';
}
	
.italcolor {color:#4E72B8;}

div.button	{background-image:url(images/button4.jpg);
height:45px;
background-repeat:no-repeat;
background-position:center;
text-align:center;
font-size:14px;
font-family:'FrutigerLTW01-55Roman';
margin-bottom:0;
padding-bottom:0;
}

div.button p{
	padding-top:15px;
}

div.button	p a {
	text-decoration:none;
	color:#062398 !important;
}

body#home div.button, body#error div.button, 
{background-image:url(images/button3.jpg);
height:45px;
background-repeat:no-repeat;
background-position:center;
text-align:center;
font-size:14px;
font-family:'FrutigerLTW01-55Roman';
margin-bottom:0;
padding-bottom:0;
}

bidy#home div.button p
bidy#error div.button p{
	padding-top:15px;
	color:#062398 !important;
}

.mattgreen1 {color:#005A40;}
.mattblue1 {color:#4E72B8;}

body#home p, body#error p {color:white;}
body#error p a {color:white;}

#paidforby {
	border: #4E72B8 thin solid; /*was #062398*/
	background-color:white;
	color:#4E72B8; /*was #062398*/
	width:265px;
	margin:18px auto;
	padding:6px;
}