HTML,BODY,DIV,H1,H2,H3,FORM,P {
	margin: 0;
	padding: 0;
}
HTML,BODY,DIV,TD,P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
HTML, BODY {
	background: url(../gfx/common/pageBg.gif) repeat-x #FFFFFF;
}
BODY {
	margin: 0 auto;
	text-align: center;
	min-width: 931px;
	width: 931px;
}
img {
	border: 0;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #f4812e;
}
h2 {
	color: #005B30;
	font-size: 16px;
	font-weight: bold;
}
a:link,a:visited,a:active {    
	color: #F4812E;
	text-decoration: none;
}
a:hover {
	color: #F4812E;
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.u {
	text-decoration: underline;
}
.cursorHand {
	cursor: pointer;
}
.flLft {
	display: inline;
	float: left;
}
.flRgt {
	display: inline;
	float: right;
}
.orangeBorderWithMargin {
	border: 2px solid #f4812e;
	margin-top: 20px;
	margin-left: 20px;
}
.whiteBg {
	background-color: #ffffff;
}

#viewport {
	text-align: left;
	width: 931px;
}
#contentContainer {
	margin-top: 20px;
	background-color: #ffffff;
	border: 1px solid #787c78;
	width: 929px;
}
#topContainer {
	display: inline;
	float: left;
	background-color: #f5812e;
	height: 39px;
	width: 929px;
}
#logoContainer {
	display: inline;
	float: left;
	width: 160px;
}
#weatherContainer {
	display: inline;
	float: left;
	width: 263px;
}
#homeContainer {
	display: inline;
	float: left;
	width: 71px;
	padding-left: 9px;
}
#countryContainer {
	display: inline;
	float: left;
	padding-top: 8px;
}
.countryFlagContainer {
	display: inline;
	float: left;
	width: 43px;
}
.countryFlag {
	border: 1px solid #000000;
}

#leftBgContainer {
	background: url(../gfx/common/leftBgRepeat.gif) repeat-y #ffffff;
}
#leftContainer {
	display: inline;
	float: left;
	width: 422px;
}
#pageImageContainer {
	width: 423px;
	height: 125px;
}
#rightContainer {
	display: inline;
	float: left;
	width: 507px;
}
#shadowContainer {
	width: 507px;
	height: 15px;
	background: url(../gfx/common/shadowRepeat.gif) repeat-x;
}
.navItem {
	display: inline;
	float: left;
}
#navContainer {
	background: url(../gfx/common/navBgRepeat.gif) repeat-x;
	width: 507px;
	height: 48px;
}
#subNavContainer_sierraform, #subNavContainer_testResults {
	height: 145px;
}
#subNavContainer_program {
	display: none;
}
#subNavContainer_information, #subNavContainer_weather {
	height: 62px;
}
#subNav_sierraform, #subNav_testResults{
	display: inline;
	float: left;
	padding-left: 9px;
	width: 143px;
}
#subNav_testResults {
	padding-left: 198px;
}
#slogan_sierraform, #slogan_testResults {
	display: inline;
	float: left;
	padding-top: 20px;
	width: 354px;
	font-family: Verdana;
	font-size: 18px;
	font-style: italic;
	color: #78ad51;
	text-align: center;
}
#slogan_testResults {
	padding-left: 20px;
	padding-top: 100px;
	width: 361px;
	color: #ffffff;
}
#slogan_sierraform_more, #slogan_testResults_more {
	padding-top: 14px;
}
#slogan_sierraform_more a, #slogan_testResults_more a {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
}

#textContainer {
	padding-left: 16px;
	width: 466px;
	min-height: 303px;
}

#footerContainer {
	clear: left;
	background: url(../gfx/common/footer.gif) no-repeat;
	padding-left: 427px;
	width: 502px;
	height: 54px;
}
.smallFont, .smallFont p {
	font-size: 10px;
}

.formFieldContainer {
	height: 25px;
	text-align: left;
}

.textareaContainer {
	height: 100px;
	text-align: left;
}

.formLabel {
	float: left;
	width: 135px;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif; 
}

.formField {
	float: left;
	width: 250px;
}

.field {
	width: 200px;
}

.clearBoth {
	clear: both;
}

.textarea {
	float: left;
	width: 250px;
}
.countryName {
	display: inline;
	float: left;
	width: 195px;
	height: 16px;
}
.countryName a:link,.countryName a:visited,.countryName a:active {    
	color: #005B2F;
	text-decoration: none;
	font-size: 13px;
}
.countryName a:hover {
	color: #005B2F;
	text-decoration: underline;
	font-size: 13px;
}
#weatherBackButton {
	clear: left;
	padding-top: 20px;
	width: 466px;
	text-align: center;
}