html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
	background-color:#EEEEEE;
}
#page-container {
	Width: 1000px;
	background-color: #FFFFFF;
	margin-right:auto;
	margin-left: auto;
	font-family:verdana;
	font-size: 14px;
	margin-top:20px;
	padding-top:20px;
	height:750px;
}
#header {
	width: 100%;
	font-family: arial;
	text-align: center;
	font-size: 25px;
	padding-top:10px;
	padding-bottom: 25px;
	font-weight: bold;
}
#left-panel {
	float: left;
	width: 35%;
	font-size: 16px;
	text-align: left;
	margin-left:30px;
}
#right-panel {
	float: right;
	width: 50%;
	font-size: 16px;
	text-align: right;
	margin-right:30px;
}
#career {
	float:right;
	text-align:left;
	width:50%;
}

ul {
	list-style-type: square;
	margin-left:30px;
}
li {
	margin-bottom:10px;
}
a {
	color: #0000FF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

p {
	margin-top: 15px;
	margin-bottom: 10px;
}




