body {
	color: #9d9fa2;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
}

#headerTxt {
	background-image: url("../images/headerText.gif");
	height: 100px;
	width: 538px;
}

#headerId {
	background-image: url("../images/std_HeaderBg.gif");
	float: left;
	height: 520px;
	width: 316px;
}

#header #topLeft {
	background-image: url("../images/std_topBandLeft.gif");
	background-repeat: no-repeat;
	background-position: top left;
	height: 18px;
	width: 322px;
}

#header #top {
	background-image: url("../images/std_topBandRepeat.gif");
	background-repeat: repeat;
	height: 18px;
	width: 100%;
}

#menu {
	padding-top: 82px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	padding: 0px 15px;
}
#menu ul li a {
	font-size: 18px;
	font-family: Times, Garamond, Serif;
	font-weight: normal;
	color: #9d9fa2;
} 

#menu ul li a:link {text-decoration: none}
#menu ul li a:visited {text-decoration: none}
#menu ul li a:active {text-decoration: none}
#menu ul li a:hover {text-decoration: underline; color: #EE8D2D;}

.line {
	width: 535px;
	border-top: 1px solid #EE8D2D;
}

.lineGrey {
	width: 535px;
	border-top: 1px solid #9d9fa2;
}

#mainContent {
	margin-left: 330px; 
	width: 522px;
}
h1 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: Times, Garamond, Serif;
	line-height: 1.1em;
	color: #EE8D2D;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: Times, Garamond, Serif;
	line-height: 1.1em;
}



.item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.item .header {
	font-size: .9em;
	width: 238px;
}
.item .desc {
	font-size: .7em;
	padding-top: 15px;
	width: 213px;
	line-height: 1.2em;
}
.item .link {
	padding-top: 15px;
	width: 238px;
}
.item .link a {
	font-size: .7em;
	color: #EE8D2D;
}
.item .link a:link {text-decoration: none}
.item .link a:visited {text-decoration: none}
.item .link a:active {text-decoration: none}
.item .link a:hover {text-decoration: underline; color: #A6A8AB;}


.leftFloater {
	padding-top: 250px;
	padding-left: 40px;
	
}


.leftFloater .header {
	font-size: .9em;
	width: 238px;
}
.leftFloater .desc {
	font-size: .7em;
	padding-top: 15px;
	width: 238px;
	line-height: 1.2em;
}
.leftFloater .link {
	padding-top: 15px;
	width: 238px;
}
.leftFloater .link a {
	font-size: .7em;
	color: #EE8D2D;
}
.leftFloater .link a:link {text-decoration: none}
.leftFloater .link a:visited {text-decoration: none}
.leftFloater .link a:active {text-decoration: none}
.leftFloater .link a:hover {text-decoration: underline; color: #A6A8AB;}


.imgPad {
	padding-top: 10px;
}
.textArea {
	padding-top: 30px;
}
a {color: #EE8D2D;}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: #A6A8AB;}
