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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.privacyBackground{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.mainBody #background {
	background-image:url(../images/background.png);
}
.mainBody #searchBackground {
	background-position:center;
	background-repeat:no-repeat;
}
.mainBody #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*background-image:url(images/background_middle_2.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:500px;
}
.mainBody #header {
	width:100%;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.mainBody #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	margin-left:20px;
	color:#FFF;
}
.headerTable {
	width:100%;
	white-space:nowrap;
}
.mainBody #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
	margin-top:65px;
	width:550px;
	height:300px;
	position:relative;
}
.mainBody #mainContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */  
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
.mainBody #mainContent h3 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */  
	font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
.mainBody #searchMenu {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:22px;
	margin-left:45px;
	width:376px;
	position:absolute;
}
.spacers {
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
.mainBody #searchMenu p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */  
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
.mainBody #searchMenu a:link { 
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#000;
}
.mainBody #searchMenu a:visited {
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#000;
}
.mainBody #searchMenu a:hover { 
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#06C;
}
.mainBody #inputBox {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:51px;
	margin-left:45px;
	width:375px;
	position:absolute;
}

.inputBox {
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
	height:21px;
	width:360px;
	color:#333;	
}
.mainBody #searchButton {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:-27px;
	margin-left:386px;
	position:absolute;
}
.mainBody #searchLogo {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/logos/logo_search.png);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:10px;
	width:250px;
	height:60px;
	position:relative;
}
.mainBody #quickLinks {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
	margin-top:130px;
	width:550px;
	height:300px;
	position:absolute;
}
.mainBody #quickLinks h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */  
	font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#000;
}
.mainBody #quickLinks p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */  
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#000;
	margin-bottom:2px;
	margin-top:5px;
}
.mainBody #quickLinks a:link {
		padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size:11px;
	color:#39F;
	text-align:left;
	text-decoration:underline;
}
.mainBody #quickLinks a:visited {
		padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size:11px;
		color:#39F;
	text-align:left;
	text-decoration:underline;
}
.mainBody #quickLinks a:hover {
		padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size:11px;
	color:#06F;
	text-align:left;
	text-decoration:underline;
}
.mainBody #footer { 
	/* padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:110px;
	width:100%;
} 
.mainBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */  
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	text-align:center;
	color:#666;
	line-height:16px;
}
.mainBody #footer a {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#09F;
	text-decoration:none;
}
.mainBody #footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#09F;
	text-decoration:underline;
}
.mainBody #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#09F;
	text-decoration:none;
}
.h1 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
}
.h2{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.h4
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:justify;
	color:#000;		
}
.h4 a {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#09F;
    text-decoration:underline;
}
.h4 a:hover {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#09F;
    text-decoration:underline;
}
.h4 a:visited {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	text-align:left;
	color:#09F;
    text-decoration:underline;
}