body {
	background:#FFF;
	font-family:Tahoma, Verdana, "Times New Roman";
	font-size:small;
	color:#000;
	line-height:1.2em;
	letter-spacing:1px;
	}
	
p {
	margin:10px;
	}
	p:first-letter {
		font-weight:bold;
		font-size:medium;
		}
		
h1 {
	color:#333;
	background:url(/images/hImage.png) no-repeat;
	margin:0 0 5px 0;/*t, r, b, l*/
	padding:3px 0 3px 10px;
	font-size:medium;
	}
	
h2 {
	color:#333;
	background:url(/images/hImage.png) no-repeat;
	margin:0 0 5px 0;/*t, r, b, l*/
	padding:3px 0 3px 10px;
	font-size:small;
	}
	h2 a {
		text-decoration:none;
		color:#333;
		}
	
h3 {
	color:#333;
	margin:0 0 5px 0;/*t, r, b, l*/
	padding:3px 0 3px 10px;
	font-size:small;
	border-bottom:1px solid #CCC;
	}
	
blockquote {
	background:#F5F5F5;
	border-left:5px solid #FFCC00;
	padding:10px;
	margin:10px;
	}
	blockquote.right {
		float:right;
		width:45%;
		}
	blockquote.left {
		float:left;
		width:45%;
		}
		
ul {
	margin:5px 0 5px 15px;/*t, r, b, l*/
	}
		
li {
	background:url(/images/bluArrow.gif) no-repeat center left;
	padding-left:15px;
	list-style:none;
	}
	
#container {
	width:755px;
	margin:0 auto;
	}
	
#content {
	width:550px;
	float:right;
	border-left:1px solid #CCC;
	}
	
#lefty {
	width:190px;
	float:left;
	margin-right:10px;
	}
	
#logo {
	position:relative;
	background:url(/images/nhaLogo.gif) no-repeat right top;
	width:100%;
	height:77px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:5px solid #000;
	}
	
#logo2 {
	position:relative;
	background:url(/images/nhaLogo2.gif) no-repeat right top;
	width:100%;
	height:41px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:5px solid #000;
	}
	
#nav {
	position:relative;
	clear:both;
	border-bottom:3px solid #666;
	margin-bottom:5px;
	padding-bottom:5px;
	text-align:center;
	}
	#nav li {
		display:inline;
		background:#FFCC00;
		border-left:5px solid #555;
		padding:2px 0 3px 10px;
		margin-right:15px;
		font-weight:bold;
		text-transform:uppercase;
		color:#000;
		}
	#nav a {
		text-decoration:none;
		color:#000;
		}
		#nav a:hover {
		border-bottom:1px solid #333;
		color:#000;
		}
	
#footer {
	position:relative;
	border-top:7px solid #000;
	text-align:center;
	color:#999;
	padding-top:5px;
	font-size:x-small;
	clear:both;
	}
	
.msg {
	font-size:medium;
	 text-align:center;
	 color:RED;
	 font-weight:bold;
	 }
