@import url("css/defaultOverrides.css");
@import url("css/menu.css");

body
{
	padding: 0px;
	margin: 0px;
	background-color: #FDFDFB;
	background-attachment: fixed;
	background-image: url('./images/pm_logo_wm.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Tahoma, Helvetica;
	height: 100%;
}

a, a:active, a:visited
{
	color: #660033;
	text-decoration: underline;
}

.layouttable
{
	width:100%;
	height:100%;
	padding:0px;
	margin: 0px;
	padding: 0px;
}

.logopane
{
	background-color: #754b59;
	background-image: url('./images/treebackground.gif');
	background-repeat: repeat-x;
	text-align:left;
	padding:0px;
	margin:0px;
	width:100%;
	height: 145px;
	border-bottom: 1px black solid;
}


.navpane
{
	background-color: #754b59;
	background-image: url('./images/PMMenuColumn.jpg');
	background-repeat: no-repeat;
	width: 200px;
	vertical-align:top;
	text-align:center;
	padding-top: 15px;
}


.navpane_dropshadow_right
{
	background-image: url('./images/ds_right.jpg');
	background-repeat: repeat-y;
	width:25px;
	height:100%;
}

.contentpanel
{
	font-family: Tahoma, Helvetica;
	font-size: 18px;
	vertical-align: top;
	padding:0px;
	margin:0px;
	height: 100%;
}

.contentpanel a, a:active, a:visited, a:link
{
	color: #660033;
	text-decoration: underline;
}

.contentpanel img
{
	border: 0px;
}

.TopPane, .LeftPane, .ContentPane, .RightPane, .BottomPane td, div, p
{
	font-family: Tahoma, Verdana;
	font-size: 16px;
}

/* Page footer nav links */
.footerlinks
{
}

.footerlinks a, a:active, a:visited, a:link
{
	color: #660033;
	text-decoration: underline;
}

/* Bottom-most footer with login, terms, privacy info, etc */
.footerpane
{
	text-decoration: none;
	font-weight: normal;
	font-size:10px;
	text-align:center;
}

/* @@@ Styles used from paulcss.css from original site @@@ */
DIV.pagehead 
{
	text-align: right;
	font: bold italic 95% Arial;
	letter-spacing: 8px;
	color: gray;
}


