* {
	color: #7A0A1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #ffffff;
}

h1, h1 em {
	font-size: 18px;
	font-weight: bold;	
	margin-bottom: 5px;
}

	h1 em {
		color: #B4B4B4;
		font-style: normal;
	}

/* Button */

a.button {	
	background: #7A0A1A;	
	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: #E1E2E2;
		color: #000000 !important;
	}
		
/* Home Page */

#homeMain {
	float: left;
	width: 600px;
}

#homeSide {	
	float: right;	
	width: 200px;
}

	.latestNews {	
		border: 1px #7A0A1A solid;
		margin-bottom: 10px;	
		width: 200px;
	}

		.latestNews h2 {
			background: url(../images/top-menu-bg.png) repeat-x top left;
			border-bottom: 1px #7A0A1A solid;
			font-size: 14px;
			font-weight: bold;	
			height: 30px;
			line-height: 30px;
			margin-bottom: 10px;
			padding: 0px 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 #7A0A1A solid;
				margin-bottom: 5px;
				padding: 0 0 5px;				
			}
				
				.latestNews ul li.last {
					border: none;
				}
				
				.latestNews ul li strong {
					color: #7A0A1A;					
					display: block;
					padding-bottom: 5px;
				}
				
				.latestNews ul li p {
					text-align: left;
				}
				
					.latestNews ul li p a {
					}
					
						.latestNews ul li p a:hover {
							text-decoration: underline;
						}

/* Contact Me Now */

#contactUs {
	border: none;
/*	border-bottom: 1px #3B2888 solid;*/
	border-top: 1px #3B2888 solid;	
	display: block;
 	margin: 0 0 10px;
	padding: 0 0 2px; 
	width: 170px;
}

	fieldset.first {
		border-top: none;
	}

	#contactUs span {
		background: url(../images/top-menu-bg.png) repeat-x top left;
		border-bottom: 1px #3B2888 solid;	
		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;	
}

/* Member Links */

div#memberLinks {
	clear: both;
	margin-top: 5px;
}

	div#memberLinks h3 {
		background: url(../images/top-menu-bg.png) repeat-x top left;
		border-bottom: 1px #7A0A1A solid;
		border-top: 1px #7A0A1A solid;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		padding: 0 5px;
	}
	
		div#memberLinks ul {
			margin-top: 5px;
			overflow: hidden;
		}
		
			div#memberLinks ul li {
				display: block;
				float: left;
				width: 270px;
			}
				
				div#memberLinks ul li img {
					display: block;
					float: left;
					vertical-align: top;
				}
				
				div#memberLinks ul li a {
					display: block;
					float: left;
					width: 240px;
				}
				
					div#memberLinks ul li a:hover {
						text-decoration: underline;
					}
