@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}
table tr td {
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	color: #8280B9;
	font-weight: bold;
}
a:link{
	color: #8280B9;
	font-weight: bold;
}
a:hover {
	color: 26328C;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #8280B9;
}
h2 {
	font-family: Georgia;
	font-size: 12pt;
	font-style: italic;
	color: #8280B9;
	font-weight: bold;
}
h3 {
	font-family: Georgia;
	font-size: 12pt;
	font-style: italic;
	color: #8280B9;
	font-weight: bold;
}
h4 {
	font-family: Georgia;
	font-size: 11pt;
	font-style: italic;
	color: #8280B9;
	font-weight: bold;
}
#wrapper {
	width: 800px;
	height: 675px;
	margin-left: auto;
	margin-right: auto;
}
#side_panel {
	width: 240px;
	height: auto;
	border-right: 1px solid black;
	position: absolute;
	margin: 7px 0px 0px 0px;
	padding: 7px 20px 7px 7px;
}
#side_panel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8280B9;
}
#content {
	width: 500px;
	height: 460px;
	float: right;
	position: relative;
	padding: 10px;
	overflow: auto;
}
#header {
	background-image: url(site_images/PMSI.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 7px 15px 0px 7px;
	width: 201px;
	height: 150px;
}
#product {
	width: 500px;
	height: 460px;
	float: right;
	padding: 7px;
	overflow: auto;
}
#product table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-weight: normal;
} 

#footer {
	width: 800px;
	height: 96px;
	margin: auto;
}
*:first-child+html #footer {
	width: 800px;
	height: 96px;
	margin: auto;
	padding-top: 35px;
}
#footer table tr td {
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 9px;
	font-style: normal;
}
#splash {
	background: url(logos/PMSI.png) no-repeat;
	height: 498px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}
#welcome {
	margin: 20px 0px 0px 0px;
}
#welcome a:link {
	text-decoration: none;
}
#welcome td {
	font-size: 14pt;
	color: black;
	text-align: center;
}