/* 
*  The main CSS for the Malley|Norman website
*/

body,html {
	margin: 0px;
	padding:0px;
	height: 100%;
	/*background-color: #333333;*/
}

table.page {
	height: 100%;
	vertical-align: center;
	border: 0;
}

table.container {
	width: 	650px;
	height: 400px;
	border: 0;
}

table.content {
	width: 100%;
	margin-top: 20px;
}

table.menu {
	width: 100%;
	background-image: url(images/Menu-bar.png);
	border-style: solid;
	border-color: white;
	padding: 0px 3px 0px 3px;
}

.titleBar {
	width: 100%;
	border-style:none;
}

.title {
	vertical-align: bottom;
	white-space: nowrap;
	border-style: none;
}

.menuHiLite {
	font-family: "Verdana";
	font-size:  .7em;
	color:  #FFFF66;
	font-weight: bold;
	letter-spacing:1px;
}

.bodyCopyLeft {
	font-family: "Verdana";
	color: #555555;
	font-size: 0.65em;
	vertical-align:top;
	text-align:justify;
	line-height: 1.7em;
	padding-right: 10px;
	width: 50%;
}

.bodyCopyRight {;
	font-family: "Verdana";
	color: #555555;
	font-size: 0.65em;
	vertical-align:top;
	text-align:justify;
	line-height: 1.7em;
	padding-left: 10px;
	width: 50%;
}

.leftBodyOnly {
	font-family: "Verdana";
	color: #555555;
	font-size: 0.65em;
	vertical-align:top;
	text-align:justify;
	line-height: 1.7em;
	width: 50%;

}

.hiLite {
	font-weight: bold;
	color: #FF0000;
}

.bodyGraphicCenter {
	width:101%;
}

.bodyGraphicRight {
	position: relative;
	left: 20px;
	top: 3px;
	width: 300px;
}

.footer {
	text-align: center;
	margin-top: 35px;
}

.pdfLink{
	font-family: "Verdana";
	font-size: 0.85em;
	font-weight: normal;
	color: #FF0000;
	white-space: nowrap;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 8px;
}

a:link {
	text-decoration: none;
	border-style: none;
	border: 0;
}

a:visited{
	text-decoration: none;
	border-style: none;
	border: 0;
}

a:hover{

}

a.menu {
	font-family: "Verdana";
	font-size: 0.7em;
	color: #CCCCCC;
}

a.bodyCopy {
	font-family: "Verdana";
	color: #555555;	
}

img {
	border: 0;
}
