/* This style sheet was written by Community MX and was distributed freely for use with the free North Pole CSS positioning template.
The North Pole template is freely available from http://www.communitymx.com - This comment should remain intact though you are free to edit the style sheet as you see fit. */

body { /* set everything to zero for a good cross-browser starting point */
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	background-color: #FFFAD2; /* sets the body background colour */
	color: #006600;  /* set the default text color */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: "Sylfaen", Times, serif; /* set the default fonts */
	font-size: 100.01%; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}

/**************************/
/* skip link is positioned off the screen, but still allows screen readers to see it */
#skiplinks {
	position: absolute;
  	margin-left: -1000px;
}
#wrapper {
   width: 772px;/*sets the width for IE5.x's broken box model*/
	w\idth: 770px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto;/* centers the wrapper. First value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	position: relative; /* important to position it relatively */
	background-color: #1E117B; /* sets the wrappers background color */
	border: 1px solid #000; /* sets a border to all 4 sides */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}

#header {
	position: relative; /* **PLEASE READ** ~ This property and value is not needed for your page to be rendered corectly in the browser - However, without it Dreamweaver allows the position of the leftcol div to ride up over the banner in design view. If that does not bother you you can safely delete this property and value pair. Alternatively you could implement a design time style sheet to position the div correctly for working in design view */
	background-image: url(../images/header.jpg);  /* sets the background image for the banner div*/
	background-repeat: no-repeat; /* prevents the bg image from repeating */
	height: 202px;/* set a height for the banner to allow all the bg image to be seen, no text resizing in this element to worry about */
	width: 768px;
}

#content { /* Begin laying out and styling the content div */
	width: 768px; /* sets the width of our content*/
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	font-family: "Sylfaen", Times New Roman, Times, serif;
	margin: -10px 0px 0px;
}

#content p {
	margin: 0px 80px 0px 80px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}

#content a, #content a:visited {
	text-decoration: underline;
	color: #1E117B;
}

#content a:hover,
#content a:focus {
	text-decoration: none;  /*removes the underline*/
 	color: #006600;
}

.content img {
	margin: 0px 10px 0px 10px; /* set the margins for the p element */
}

.titleimages { /* used to set the "cold" title images */
	display: block; /* set to display block to ensure it has it's own line in the design */
	margin-top: 25px; /* set a margin to the top */
}

#footer {  /* Begin laying out and styling the footer div */
	width: 768px;  /*Sets the footers width*/
	font-size: 80%;  /* sets the footer text size */
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 55px;
	text-align: center;
}

#footer p {
	padding: 30px 70px 4px 70px;  /* sets the padding values*/
	margin: 0;  /*zeroes off the margins */
	color: #FFFFFF;
}

#footer ul{
margin: 0;/*zeroes off the margins*/
}

#footer li{
display: inline;/*set the list to display inline*/
}

#footer a {  /* Styles the links within the footer */
color: #fff;  /*sets the text to white*/
text-decoration: underline;  /*keeps the underline*/
}

#footer a:hover,
#footer a:focus {
	text-decoration: none;  /*removes the underline*/
 	color: #FFFF33;
}

#flag {
	background-image: url(../images/usflag.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 400px;
	margin-left: 30px;
}
h1 {
	margin: 10px 80px 0px; /* set the margins for the p element */	
	font-family: "Poor Richard", Trebuchet MS, Verdana, sans-serif;
	font-size: 150%;
	color: #000;
}

h1 a {
	text-decoration: underline;
	color: #000000;
}

h1 a:hover,
h1 a:focus {
	text-decoration: none;  /*removes the underline*/
 	color: #006600;
}

h2 {
	margin: 10px 80px 0px 80px; /* set the margins for the p element */
	font-size: 120%;
	color: #006600;
	font-family: "Sylfaen", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}
h2 a {
	text-decoration: underline;
	color: #1E117B;
}
h2 a:hover,
h2 a:focus {
	text-decoration: none;  /*removes the underline*/
 	color: #006600;
}
h3 {
	font-size: 120%;
	color: #1E117B;
	margin: 10px 80px 0px 80px; /* set the margins for the p element */
	text-transform: capitalize;
}
h4 {
	font-size: 100%;
	color: #045FF4;
	margin-left: 15px;
}
