/* CSS Document */
body {
	color: #000000;
	background-color: #FFF;
	background-image: url(../images/gmubackground.gif);
	background-repeat: repeat;
	text-align: center;
}
p {
	font-size: 100%;
}

h1 {font-size: 130%;
}

h2 {font-size: 120%;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
}

#header {
	margin: 0 0 15px 0;
	width: 800px;
	Height: 100px;
	background-image: url(../images/gmuresearch3.gif);
	background-repeat:no-repeat;
}

#side-a {
	float: left;
	width: 150px;
}


#contentwide { 
	float: right;
	width: 80%;
}

#footer {
	clear: both;
}

#contentwide table {
	font-weight: normal;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
}

#contentwide table tr {
	font-size: 80%;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	padding: 0px;
}

#contentwide  p {
font-size: 90%;
margin: 20px;
}

#contentwide h1 {
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#contentwide h2 {
font-size: 110%;
color: #003366;
padding; 0;
margin: 0 100px 0 20px;
}

.leftimage {
	float: left;
	border: 1px solid #000000;
	margin: 10px;
	height: auto;
	width: auto;
	padding: 10px;
	clear: right;
}

.rightimage {
	float: right;
	border: 1px solid #000000;
	width: auto;
	height: auto;
	margin: 10px;
	padding: 10px;
	clear: left;
}

.clearit {
clear: both;
background-color: #FFFFFF;
width: 200px;
}
