/* CSS Document */

/*  RESET   ====================================================  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html>body {
font-size: 16px; /* IE can’t read this - resets all browsers to 16px */
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.0;
	color: #000000;
	background: #FFFFFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}



/*  FONTS  ====================================================  */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#page, #footer, #footerhome {font-size:81%; line-height: 1.23;} /* Base 100 is 16px - 81% is 13px */

#menu {font-size:123%;} /* reset after page size */

#page p {
	color:#093EA5; 
	line-height: 1.54;
	margin-bottom: 1.0em;
}

#page ul {
	color:#093EA5; 
	line-height: 1.54;
	margin: 1.0em 1.2em;
	list-style:disc;
}

#page li {
}

h1 {font-size:140%; color: #3D6AB3; margin-bottom: 1em;}
h2 {font-size:125%; color: #3D6AB3; margin: 1em 0 0.3em 0;}
h3 {font-size:110%}
h4 {font-size:100%}

li li, li p, td p, blockquote p {font-size:100%}

input, select, th, td {font-size:100%}

address {
	font-style:normal;
	text-align:center;
	color:#817A91;
	margin:0;
	padding: 30px 0 0 0;
}

address a {
	color:#817A91;
}


a { color: #093EA5;}

/*  LAYOUT  ====================================================  */

body {
	text-align:center;
	}
	
#banner, #bannerhome {
	border-top: 20px solid #FFFFFF;
	margin: 0 auto 0 auto;
	width:800px;
	height:197px;
	background-color: #FFFFFF;
	background-image:url(../images/bg-banner.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
#bannerhome {
	height:auto;
	background-color: #032678;
	background-image:none;
	}

#container, #containerhome {
	background-image:url(../images/bg-body.gif);
	background-position:center top;
	background-repeat:repeat-y;
	width: 800px;
	margin: 0 auto 0 auto;
	text-align:left;	
	background-color:#DEEFFF;
}
	
#clearer {
	clear:both;
	height:0;
}

#page {
	margin:0px 20px 0px 75px;
	padding:30px 0 10px 0;
	}
	
#containerhome #page {
	margin-left: 45px;
	padding-top:0;
	}


#footer, #footerhome {
	margin: 0 auto 0 auto;
	width:800px;
	background-color: #FFFFFF;
	background-image:url(../images/bg-footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#DEEFFF;
	border-bottom: 20px solid #FFFFFF;
	}
	
#containerhome, #footerhome {
	background-color:#032678;
	}

img.right {
	float:right;
}


#content {
	width:470px;
	float:left;
	}
	
	
#containerhome #content {
	width:500px;
	}
	
#sidebar {
	width:200px;
	float:right;
	}
	
#menu {
	background-color:#F1F8FF;
	margin: 40px 0 30px 0;
	}
	
#menuhome {
	background-color:#032678;
	margin: 0;
	}
	
#menuhome ul li a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
	font-size: 90%;
}

#menuhome ul li a:hover {
	color:#CCCC33;
}	

#menu ul, #menuhome ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding:12px;
	}
	
#menu ul li a {
	color: #9B8CC1;
	font-weight: bold;
	text-decoration:none;
	font-size: 90%;
}

#menu ul li a:hover {
	color: #6544B7;
}

	
blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	}	
	
#sidebar blockquote {
	background-image:url(../images/quote-inside-open.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#F1F8FF;
	padding:28px 12px 12px 12px;
	}
	
#sidebar blockquote p {
	background-image:url(../images/quote-inside-close.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-indent: 50px;
	color:#3D6AB3;
	line-height: 1.2;
	margin:0;
	}
	
span.author {
	display:block;
	margin-top:20px;
	font-size:70%;
	font-style:italic;
	text-indent: 0px;
	}

#page p.homequote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6BA0DE;
	background-image:url(../images/quote-home-open.gif);
	background-position:140px top;
	background-repeat:no-repeat;
	padding:0 0 0 0;
}

#page p.homequote em {
	display:block;
	text-indent: 170px;
	color:#215283;
}

#page p.homequote span {
	display:block;
	background-image:url(../images/quote-home-close.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

#page p.homequote img {
	float:left;
	margin:0 23px 20px 0;
}

p.homehighlight {
	font-weight:bold;
	color:#ffffff;
	padding:8px;
	border:1px solid #779BEE;
}

p.homehighlight a {
	color:#ffffff;
	text-decoration:none;
}

p.homehighlight a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	}
