.body { 
	background-color: #456c88; 
	margin: 0px auto; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #888888; 
	font-size: 13px; 
	background-image: url(images/bkg.jpg);  
	background-repeat: repeat-x; 

}
.container {
	margin: 0px auto; 
	width: 842px; 
}
.logo {
	background-image: url(images/logo.jpg); 
	width: 842px; 
	height: 127px; 
	margin: 0px auto;
}
.nav {
	width:842px;
	height: 97px;
	background-image:url(images/navbkg.png);
	background-repeat:repeat-x;
}
.navigation {
	font-size:14px;
	color:#FFF;
	text-align:left;
	height:75px;
	margin-left:29px;
}
.navigation {
	font-size:14px;
	color:#FFF;
	text-align:left;
	height:75px;
}
.navigation #active {
	background-image:url(images/navact.png);
	background-repeat:repeat-x;
}

.navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
.navigation a:hover {
	color: #FFF; 
	text-decoration: none;
	border-bottom:1px #ffcc66 solid;
}
.navagation a:active {
	color: #FFFFFF; 
	text-decoration: none;
}
.contentbkg {
	background-image:url(images/contentbkg.png);
	background-repeat:repeat-y;
	width:842px;
}
.maintxt {
	padding-left: 45px;
	padding-right: 45px;
	line-height: 24px;
	text-align:left
}
.footer {
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	height: 39px;
	padding-top:25px;
	font-size: 10px;
	color:#9fb3c2;
	
}
.footer a:link {
	color: #9fb3c2;
	text-decoration: none;
}
.footer a:visited {
	color: #9fb3c2; 
	text-decoration: none;
}
.footer a:hover {
	color: #9fb3c2; 
	text-decoration: underline;
}
.footer a:active {
	color: #9fb3c2; 
	text-decoration: none;
}
.maintxt a:link {
	color: #F60;
	text-decoration: none;
}
.maintxt a:visited {
	color: #F60; 
	text-decoration: none;
}
.maintxt a:hover {
	color: #F60; 
	text-decoration: underline;
}
.maintxt a:active {
	color: #F60; 
	text-decoration: none;
}
.inbox {
	background-image:url(images/inbox.jpg);
	height:312px;
	width:804px;
	margin-left:20px;
	margin-top:-22px;
	text-align:left;
}
.inboxtxt {
	padding-left:630px;
	padding-top:60px;
}
.med {
	font-size:16px;
	

}
.med2 {
	font-size:13px;
	

}
.lg {
	font-size:18px;
	

}
.elg {
	font-size:28px;
	

}
.blue {
	color: #456c88; 
}

.orange {
	color:#ff6600;
}
.gray {
	color:#999;
}
.sm {
	font-size:10px;
}
.hr {
	background-image:url(images/hr.gif);
	background-repeat:repeat-x;
	height:1px;
	width:755px;
}
.headbkg {
	background-image:url(images/headbkg.jpg); 
	background-repeat:no-repeat;
	height: 105px;
	margin-left:18px;
	margin-top:-22px;
	wifth: 807px;
	text-align:center;
	padding-top:40px;
}
.email { width:500px; border:1px solid #ddd; padding:10px; font-size:14px; background-color:#f8f8f8; color:#999; font:Arial, Helvetica, sans-serif; }
.mic {
	background-image:url(images/mic.gif);
	background-repeat:no-repeat;
	width:100px;
	height: 59px;
	position:absolute;
	margin-left:670px;
	margin-top:35px;
}
.photos {background-color:#f9f9f9; border:1px solid #ddd; }
.linesm {line-height:16px;}