@charset "UTF-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #414CBC;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	line-height: 20px;
}
#wrapper {
	background-image: url(images/world.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #wrapper h1 {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/maincontentback.png);
	background-attachment: scroll;
} 
.twoColFixLtHdr #containerblue {
	border: 1px solid #000000;
	background-repeat: repeat-y;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-position: left bottom;
	background-image: url(images/backgroundblue.png);
	margin-top: 30px;
	width: 780px;
	position: relative;
}
.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	height: 167px;
	width: 780px;
	background-image: url(images/header2.png);
} 
.twoColFixLtHdr #mainContent {
	margin-left: 270px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -30px;
	text-align: left;
	margin-bottom: 70px;
} 
.twoColFixLtHdr #mainContent p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: bolder;
	color: #990033;
	margin-bottom: 5px;
	margin-top: 0px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 70px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
} 
.twoColFixLtHdr  #footer  a  {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.twoColFixLtHdr #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 */
	color: #FFFFFF;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navbar {
	z-index: 560;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	top: 70px;
	margin: 0px;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
	float: left;
}
#mainContent h2 a {
	background-image: url(/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 5px;
	color: #0033FF;
	text-decoration: none;
}
#mainContent a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9F2214;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 20px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 100%;
	margin-bottom: 5px;
	margin-top: 0px;
}
ul {
	margin-top: 5px;
}
.indent {
	padding-left: 50px;
}
.link {
	color:#006635;
}
img {
	border:none;
}

