﻿*{
	position:static;
	float:none;
	border:0px;
}
html,body{
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#111f38;
	color:white;
	font-size:10pt;
}
/*body{
	background-image:url('http://www.westwoodcc.org/images/bckg.gif');	
}*/
div#outerguide{
	max-width:850px;
/*	width:expression( 
    document.body.clientWidth > (850/10) * 
    parseInt(document.body.currentStyle.fontSize)?
        "850px":
        "auto" );*/
}
table{
	border-collapse:collapse;
}
table#linkset,table#messages{
	width:95%;
}
table#linkset td{
	vertical-align:middle;
}
table#linkset hr{
	width:95%;
}
img{
	border-style:none;
}
div#banner{
	background-image:url('/Images/banner.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	height:50px;
	width:100%;
	vertical-align:top;
}
div#outer{
	margin:5px;
}
div.tableheader{
	background-image:url('/Images/tableheaderbg.jpg');
	/*color:#111f38;*/
}
div.header{
	text-decoration:underline;
}
div.content{
	margin-bottom:1em;
}
div.sealPage,tr.alternating td{
	background-color:#3c4d6b;
}
div.sealPage{
	font-size:9pt;
}
a.mobilelinks,a.mobilelinks:visited,a.copyright,a.copyright:visited{
	text-indent:7px;
	color:white;
	text-decoration:none;
}
a.mobilelinks:hover,a.copyright:hover{
	color:#3c4d6b;
}
a.copyright{
	font-size:9pt;
}
hr.mobilelinkhr{
	height:3px;
	color:#333331;
	border:2px #333331 solid;
}
hr.copyright{
	color:white;
    height:1px;
    width:90%;
	border:1px white solid;
}