@charset "UTF-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: url(images/gradientbg.gif) repeat-x #000000 fixed;
	margin: 0;
	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 */
	color: #000000;
}

#container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	background: #ffffff; 
	padding: 0;
} 
#header h1 {
	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: 2px 0;
	font-size: 4.6em;
	text-align: center;
	line-height: 0.8em;
}
.black  {
	color: #000000;
}
.white {
	color: #ffffff;
}
#header p {
	margin: 0;
	padding: 5px 20px;
	font-size: 1.0em;
	text-align: left;
	word-spacing: 4em;
	color: #ffffff;
}
#header p a {
	text-decoration: none;
	color: #ffffff;
}
#header a:hover, #header a:focus, #footer a:hover, #footer a:focus {
    color: #af2d13;
}



/* rounded corners on yellow header background */
.bl {background: url(images/bl.gif) 0 100% no-repeat #ffd302; margin: 10px 10px 0;}
.br {background: url(images/br.gif) 100% 100% no-repeat;}
.tl {background: url(images/tl.gif) 0 0 no-repeat;}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding: 22px; /padding-bottom: 10px;}
.clear {font-size: 1px; height: 1px}
.arrowleft {background: url(images/arrowleft.gif) 0 25px no-repeat;}
.arrowright {background: url(images/arrowright.gif) 100% 25px no-repeat;}


/* rounded corners on navigation */
.bl_black {background: url(images/bl_black.gif) 0 100% no-repeat #000000; margin: 0 2em 0 2em;}
.br_black {background: url(images/br_black.gif) 100% 100% no-repeat;}
.tl_black {background: url(images/tl_black.gif) 0 0 no-repeat;}
.tr_black {background: url(images/tr_black.gif) 100% 0 no-repeat; padding: 0px; /padding-bottom: 0px;}

h2 {
	font-size: 1.4em;
	text-align: center;
	color: #af2a1b;
}


#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	line-height: 1.6em;
}
#mainContent a, #footer a {
    text-decoration: underline;
	color: #000000;
}
#mainContent a:hover, #mainContent a:focus, #footer a:hover, #footer a:focus {
    background-color: #ffd302;
}
#mainContent ul li {
	list-style: url(images/bullet.gif);
}


#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #af2a1b;
} 
#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-size: 0.9em;
	text-align: center;
	color: #ffffff;
}
#footer a {
    text-decoration: underline;
	color: #ffffff;
}