* {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #ebeadc;
}

h1, h1 em {
	color: #000066;
	font-size: 18px;
	font-weight: bold;	
	margin-bottom: 5px;
}

	h1 em {
		color: #048fbc;
		font-style: normal;
	}

/* Button */

a.button {	
	background: #048fbc;
	color: #ffffff !important;
	display: inline-block;	
	font-weight: bold;
	line-height: 22px;
	margin: 0;	
	overflow: hidden;
	padding: 0 8px;
	text-decoration: none !important;	
}

	a.button:hover {
		background: #a4e0ea;
		color: #000000 !important;
	}
		
/* Home Page */

#homeMain {
	float: left;
	width: 600px;
}

#homeSide {	
	float: right;	
	width: 180px;
}

	.latestNews {
		border: 1px #048fbc solid;
		margin-bottom: 10px;	
		width: 180px;
	}

		.latestNews h2 {
			background: url(../images/top-menu-bg.png) repeat-x top left;
			color: #000066;
			font-size: 14px;
			font-weight: bold;	
			height: 30px;
			margin: 1px;
			padding: 5px 0 0 5px;
		}
		
			.latestNews h2 img {
				display: inline-block;
				margin: 0 5px 0 0;
				vertical-align: text-bottom;
			}
		
		.latestNews ul {
			overflow: hidden;
			margin: 0 5px;
		}
		
			.latestNews ul li {
				border-bottom: 1px #048fbc solid;
				margin-bottom: 5px;
				padding: 0 0 5px;				
			}
				
				.latestNews ul li.last {
					border: none;
				}
				
				.latestNews ul li strong {
					color: #000066;
					display: block;
					padding-bottom: 5px;
				}
				
				.latestNews ul li p {
					text-align: left;
				}
				
					.latestNews ul li p a {
						color: #000066;		
					}
					
						.latestNews ul li p a:hover {
							text-decoration: underline;
						}

/* Contact Me Now */

#contactUs {
	border: none;
	border-bottom: 1px #048fbc solid;
	border-top: 1px #048fbc solid;	
	display: block;
 	margin: 20px 0 10px;
	padding: 0 0 2px; 
	width: 170px;
}

	#contactUs span {
		background: url(../images/top-menu-bg.png) repeat-x top left;		
		color: #000066;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
		margin: 0;
		overflow: hidden;
		padding: 0 5px;
		width: 159px;		
	}

	#contactUs ul {	
		overflow: hidden;
	}
	
		#contactUs ul li {
			padding: 2px 0 0 4px;
		}

	#contactUs div {
		margin: 5px 5px 0;
	}

/* Logos */

#logos {
	clear: both;
	
}

	#logos ul {
		overflow: hidden;	
	}
	
		#logos ul li {
			float: left;
		}

/* Add This */

#at15s_head span, .at_item span {
	color: #999999 !important;	
}