@charset "UTF-8";
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	background-image:url(images/everest.jpg);
	height:200px;
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #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: 10px 0 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#314566;
	font-size:2em;
}
.oneColFixCtrHdr #header h3 {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#314566;
	font-size:1em;
}
.oneColFixCtrHdr #strip {
	height:10px;
	background-image: url(images/topstrip.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color:#8ca0c2;
	color:#314566;
	
	
}

.oneColFixCtrHdr #maincolumn {
	padding: 0 350px 20px 20px;
	background-color:#8ca0c2;
	color:#314566;
	
}
.oneColFixCtrHdr #sidebar {
	float:right;
	width: 250px;
	padding: 0 20px;
	background-color:#8ca0c2;
	color:#314566;
	line-height:2.5em;
	
}

.oneColFixCtrHdr #sidebar p {
	color:#314566;
	line-height:1.5em;
	
}
.oneColFixCtrHdr #bttmstrip {
	height:10px;
	background-image: url(images/bttmstrip.gif);
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(images/footer.jpg);
	height:120px;
	
}
.oneColFixCtrHdr #topfoot  {
	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 10px ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height:60px;
}
.oneColFixCtrHdr #topfoot 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: 5px 0 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ffc60b;
	float:right;
}
.oneColFixCtrHdr #topfoot a:link, a:visited, a:hover {
	color:#ffc60b;
}

.oneColFixCtrHdr #bttmfoot 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: 40px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ffc60b;
}

.oneColFixCtrHdr #footer a, a:visited, a:hover {
	
	color:#ffc60b;
}
h1 {font-size:1.4em;padding:20px 0 10px 0;color:#ffc60b;}
h2 {font-size:1.3em;padding:15px 0 7px 0;color:#ffc60b;}
h3 {font-size:1.1em;padding:12px 0 7px 0;color:#ffc60b;}
h4 {font-size:1.0em;padding:10px 0 5px 0;color:#ffc60b;}
p {padding: 10px;line-height:1.2; font-size:0.8em;}
a:link, a:visited, a:hover {color:#ffc60b; text-decoration:underline;color:#ffc60b;}
ul {}
li {padding-top: 15px; padding-left: 30px;font-size:0.8em;}
strong {color:#ffc60b;}

