body	   {
	background: #1e407d url(css/background-home.jpg) no-repeat scroll center top;
	color: black;
	font-family: "Open Sans",Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	padding: 0;
}
TD	   {font-size:12px;		}
P	   {font-size:12px;		}

#container {
	width:80%;
	background-color:white; 
	min-height:500px;
	margin-left:30px; 
	padding:20px;
	

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: thick #1e3f7c solid;
	border-radius: 15px;
	}

li {line-height:1.5em;font-size:1.2em; color:black;}

#content {background-color:white;}

#login {
	text-align:center;
	width: 350px;
	padding:10px;
	color:black;
	font-weight:bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: thick red solid;
	behavior: url(templ/pie/PIE.htc);
	/* for IE path to pie files */
	box-shadow: 10px 10px 5px #888;
}
	
H2 {color:navy;}
H1 {
	color:navy;
	text-decoration : underline;
}	