 @charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(atimages/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 130%;
	color: #333;
	text-align:center;
	
}

#container
{
	width: 960px;
	text-align: left;
	background-color: #ffffea;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #06182e;
	border-left-color: #06182E;
}

.Ad01 {
	background-color: #06182E;
	padding: 3px;
	
}

.Ad02 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	
}

.Ad03 {
	margin-bottom: 15px;
	
}

.logoBox {
	background-image: url(atimages/logo_bkgd.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 23px;
	padding-left: 20px;
	
}

.nav {
	background-color: #0f2231;
	height: 1.25em;
	text-align: center;
	color: #FFF;
	font-size: 1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cd8118;
	
}

.nav a:link {
	color:#FFF;
	text-decoration: none;
}     
.nav a:visited {
	color:#CCC;
	text-decoration: none;
} 
.nav a:hover {
	color:#FF0;
	text-decoration: underline;
} 
.nav a:active {
	color:#FFFFEA;
	text-decoration: underline;
} 

.feature {
	background-image: url(atimages/background2.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ad3a0a;
	
}

.feature h2 {
	font-size: 1.25em;
	color: #0F2231;
	line-height: 100%;
	margin-bottom: -10px;
	margin-top: 0px;
	
}

.feature p {
	font-size: .75em;
	margin-top: 10px;
	
}

.highlightNav {
	width: 250px;
	float: right;
	margin-right: 20px;
	background-color: #628BA6;
	padding: 5px;
	border-right-color: #0F2231;
	border-bottom-color: #0F2231;
	border-left-color: #0F2231;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 20px;
	margin-left: 20px;
	
}

.header {
	padding-top: 10px;
	padding-bottom: 10px;
	
}

img.browse {
	padding-top: 5px;
	padding-bottom: 5px;
	
}

table.homeContent {

	
}

.left {
	padding-left: 20px;
	width: 353px;
	padding-right: 20px;
	
}

.right {
	padding-right: 20px;
	
}

ul {
	font-size: .75em;
}

p {
	font-size: .75em;
	
}

.footer {
	background-image: url(atimages/logo_bkgd.jpg);
	background-repeat: no-repeat;
	height: 100px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0D1722;
	border-bottom-color: #0D1722;
	margin-top: 20px;
	font-size: .75em;
	padding-left: 20px;
	
}

.footer a:link {
	color:#FFF;
	text-decoration: none;
}     
.footer a:visited {
	color:#CCC;
	text-decoration: none;
} 
.footer a:hover {
	color:#FF0;
	text-decoration: underline;
} 
.footer a:active {
	color:#FFFFEA;
	text-decoration: underline;
} 


a:link {
	color:#06182E;
}     
a:visited {
	color:#AD3A0A;
} 
a:hover {
	color:#AD3A0A;
} 
a:active {
	color:#AD3A0A;
	text-decoration: none;
} 

