body {
	margin: 0px;
	padding: 0px;
	background-color:#999999;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666633;
	mtext-align: center;
}

A:link, A:visited, A:active {
	text-decoration: none;
	color: #336699;
	font-weight: normal;

}	
	A:hover {
	text-decoration: underline;
	
}

DIV {
  left: 0px;
  top: 0px;
}	

#container {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	background: #FFFFFF;
}

#shadow {
	position: relative;
        float: left;
	width: 1000px;
	left: 0px;
	background-image: url('/images/shadow.png');
	background-color:#999999;
}

#content {
        position: relative;
        float: left;
	left: 20px;
	width: 960px;
	min-height: 680px;
	height: auto !important;
	height: 680px;
	background-image: url('/images/backdrop.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.standard {
        position: relative;
        float: left;
	left: 15px;
	top: 0px;
	width: 740px;
}

DIV.standardSelectBox {
	position: relative;
	float: left;
	width: 720px;
	height: 60px;
	top: 20px;
}

SELECT.standardSelectBox {
  width: 400px;
  height: 20px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  color: #666633;
  border: thin solid #3399CC;
}

.standardFullBar {
        position: relative;
        float: left;
	width: 740px;
	height: 2px;
	background-color: #666633;
}

.standardContent {
        position: relative;
        float: left;
	width: 740px;
	top: 20px;
}

.standardContentTop {
        position: relative;
        float: left;
	width: 730px;
	height: 10px;
	/* background-color: #FFFFFF; */
}

.standardContentCorner {
        position: relative;
        float: left;
	width: 10px;
	height: 10px;
}

.standardWhiteCorner {
        position: relative;
        float: left;
  width: 10px;
  height: 10px;
  background-image: url('/images/whiteCorner.png');
}

.standardContentMain {
        position: relative;
        float: left;
	width: 740px;
  /* background-color: #FFFFFF; */
}

div.standardCopy {
        position: relative;
        float: left;
}

.standardCopy {
	left: 10px;
	width: 640px;
  /* background-color: #FFFFFF; */
  line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.standardWhite {
  background-color: #FFFFFF;
}

.standardCopyWhite {
        position: relative;
        float: left;
	left: 20px;
	top: 10px;
	bottom: 10px;
	width: 310px;
  background-color: #FFFFFF;
  line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	}

.standardCopyWhiteRight {
        position: relative;
        float: left;
	left: 20px;
	top: 10px;
	bottom: 10px;
	width: 390px;
  background-color: #FFFFFF;
  line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.standardImage {
	display: inline;
	float: right;
	margin: 0px 0px 30px 30px;
	
}

.standardTitle {
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

.standardSubTitle {
	line-height: 22px;
	font-size: 13px;
	font-weight: normal;
	color: #336699;
}

.header {
	position: relative;
	float: left;
	left: 20px;
	height: 107px;
	width: 960px;
	background-color: #FFFFFF;
  font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

.headerLogo {
        position: relative;
        float: left;
	width: 380px;
	height: 100px;
}

.headerMotto {
        position: relative;
        float: left;
	top: 46px;
	width: 320px;
	height: 50px;
	line-height: 16px;
}

.headerContact {
	position: relative;
	float: right;
	top: 65px;
	height: 35px;
	padding-right: 20px;
	font-weight: bold;
}

.headerBar {
        position: relative;
        float: left;
	width: 960px;
	height: 7px;
	background-color: #666633;
}

.footer {
	position: relative;
	float: left;
	left: 20px;
	width: 960px;
	height: 63px;
	background-color: #FFFFFF;
}

.footerBar {
        position: relative;
        float: left;
	left: 30px;
	width: 900px;
	height: 2px;
	background-color: #666633;
}

.footerCopy {
        position: relative;
        float: left;
	top: 5px;
	left: 30px;
	width: 900px;
	height: 10px;
	background-color: #FFFFFF;
}

