body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: #993333;
	font-family: arial;
	font-size: 10pt;
}
p { 
        margin-right:20;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
a {
	color: #993333;
	text-decoration: none;
} 

.content {
	background-image: url("/images/integr.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
	height: 100%;
	width: 897;
	padding-left: 0;
	padding-top: 5px;
	color: #993333;
	vertical-align: top;
	font-size: 12pt;
}
.content a {
	color: #c88630;
}

.marginCol {
	width: 100px;
	vertical-align: top;
}
.marginCol a {
	color: #e6bc5e;
	font-size: 11pt;
}

.centerCol {
	padding: 15;
	padding-top: 300;
}

.dropDownMenu {
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	width: 110px;
        text-align: left;
	position: absolute;
        z-index: 100;
}

.subMenu {
	padding: 2px;
	width: 110px;
        text-align: center;
	display: none;
}
.subMenu table {
	background-color: #f2d669;
	font-size: 10pt;
}
.subMenu td {
  	width: 110px;
	border-top: thin solid black;
}

#nav {
	width: 700px;
	height: 31px;
	position: absolute;
	top: 147px;
	left: 0%;
	}

#linkCont {
	position: relative;
	left: 130px;
	height: 31px;
	width: 600px;
}

#buttoned {
	vertical-align: middle;
	position: relative;
	top: 1px;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 21px;
	background-image: url("/images/buttonBG.jpg");
	text-align: center;
	font-size: 10pt;
}
