/* This is Global body formatting */

body { font-family: Arial, Helvetica, Geneva, sans-serif;
		background-color: #a3d1e1; 
		font-size: 10pt;
		margin-top:0px;
		margin-left:0px;
		margin-bottom:0px;
		text-align:center;
		}

#main {  position:relative; top:5px; left:0px; 
		width:969px; text-align:left; 
		/*position:absolute; top:0px; left:10%; 
		text-align:left;
		width:80%; */
		padding:10px;
		margin-left:auto; margin-right:auto;
		border-top:3px double #0281aa;
		border-bottom:3px double #0281aa;
		border-right:3px double #0281aa;
		border-left:3px double #0281aa;
		background-color: #FFFFFF; }
 
h1{ font-weight: bold; font-size: 14pt; 
		font-family: Arial, sans-serif;
		text-align:center;
		margin:7px 0px;}

h2{ font-weight: bold; font-size: 12pt; 
		font-family: Arial, sans-serif;
		text-align:center;
		margin:10px 0px;
		color:#0281aa; }

h3 { font-weight: bold; font-size: 11pt; 
		font-family: Arial, sans-serif; }
		
#navBar { height:30px; width:530px; margin:20px auto 30px auto; text-align:center;  /* border:1px solid red;  */} 

#pageContent { width:100%;
				margin:0px;
				padding:0px; }

.bold { font-weight:bold;}

.boldItalic { font-weight:bold; font-style:italic; }

.nmsBlue { color:#0281aa; }

.center { text-align:center; }

.underline { text-decoration:underline; }

/* This section contains footer styles */

#footer { margin:20px 0px 0px 0px; padding-top:0px; border-top:3px double #0281aa; text-align:center; }

#copy  { position:relative; color:#0281aa; font-size: 8pt; 
		font-family: "Times New Roman", Georgia, Times, serif; 
		margin:20px 0 0 0;
		padding:0px;
		text-align:left;}

#wm { color: blue; font-size: 8pt; 
		font-family: "Times New Roman", Georgia, Times, serif;
		margin:0px;
		padding:0px;
		text-align:left;}

a.wm:link { color: blue }

a.wm:visited { color: navy }

a.wm:active { color: yellow }

