@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style: 16px;
	line-height: 24px;
}

h1 {
	font-size: 40px;
	color: #A22626;
	font-family: "Times New Roman", Times, serif;
	margin-left: -25px;
	margin-right: -25px;
	letter-spacing: -0.05em;
}
.check-red {
	list-style-position: outside;
	list-style-image: url(images/check-red.gif);
	line-height: 24px;
}

h2 {
	font-size: 30px;
	color: #124A87;
	letter-spacing: -0.05em;
	line-height: 40px;
}

H3 {
	font-size: 22px;
	color: #79A512;
	letter-spacing: -0.05em;
}
h4 {
	color: #124A87;
}



.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

}

.oneColFixCtr #header {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/global-information-network.jpg);
	height: 129px;
	background-repeat: repeat-x;
}

.oneColFixCtr #header h1 {
	font-size: 50px;
	padding-top: 25px;
	color: #9E8C4C;
	font-variant: small-caps;
	text-align: center;
	font-weight: normal;
	margin-bottom: -75px;
	;
}
	
.oneColFixCtr #header h5 {
	font-size: 24px;
	padding-top: 25px;
	color: #9E8C4C;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 20px;
	font-family: "Times New Roman", Times, serif;
}

.oneColFixCtr #mainContent {
	padding-left: 50px;
	padding-right: 50px;
}

.wrapper {
	width: 735px;
	border: 1px;
	border-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-top-style: none;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-bottom-style: none;
	text-align: center;
}

.insidewrapper {
	width: 675px;
	margin: 0px auto 0px auto;
	text-align: center;
}
.insidewrapper1 {
	width: 735px;
	margin: 0px auto 0px auto;
	text-align: center;
}
.orderform {
	width: 520px;
	border: 4px;
	border-style: solid;
	border-color: #FFE9BB;
	margin: 0 auto;
	padding: 5px 15px;
	background-color: #ffffcc;
	}
.orderform2 {
	width: 575px;
	border: 4px;
	border-style: solid;
	border-color: #FFE9BB;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	background-color: #ffffcc;
	}
.fineprint {
	font-size: 12px;
	color: #999
}

.fineprint a {

	color: #999;
}

.highlight {
	background-color: #FFFF66;
}
fieldset {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
	border: 5px solid #CDC096;
}
legend {
	font-size: 20px;
	font-style: italic;
	font-weight: 900;
	color: #9E8C4C;
}
.check-green {
	margin-bottom: 7px;
	list-style-image: url(images/tick_16.png);
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

