/* ------------( body ) ----------- */
body { 
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #616161;
}

body#website { 
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #8d8d8d;
}

/* ------------( linx ) ----------- */
a {
	text-decoration: underline;
	color: #616161;
}
a:hover, a:active {
	text-decoration: underline;
	color: #E60400;
}


/* ------------( table defaults ) ----------- */
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	font-size: 12px;
}
th {
	text-align: left;
	font-size: 12px;
}

.stripe {
	background-color: #eee;
}

.rtd {
	text-align: right !important;
}

.ltd {
	text-align: left !important;
}

.ctd {
	text-align: center !important;
}

.bigger {
	font-size: 14px !important;
	font-weight: bold;
}

/* ------------( headings ) ----------- */
h1, h2, h3, h4, h5, h6 {
	font-family: arial,sans-serif;
	color: #003399;
}
h1 {
	margin-top: 12px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 5px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 3px 0;
}
h4 { 
	font-size: 12px;
	margin: 0;
}

/* ------------( paragraphs ) ----------- */
p {
	padding: 0;
	margin: 5px 0 5px 0;
	line-height: 18px;
}

p.pagenav a {
	font-weight: normal;
}

p.pagenav {
	font-weight: bold;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 0px;
}

.error {
	color: #C90101;
}

.hide {
	display: none;
}

.skip {
	position: absolute;
	left: -9999px;
}

p.error {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 10px;
}

/* ------------( site ) ----------- */
#site {
	padding: 0;
	margin: 0 auto 0px auto;
	text-align: left;
	border: 1px solid #000;
	border: none;
	background-color: #ffffff;
	width: 775px;
}

/* ------------( header ) ----------- */
#header {
	height: 115px;
	background-image: url(/images/at/bg_top.gif);
	background-repeat: repeat-x;
	padding-left: 174px;
}

/* ------------( main ) ----------- */
#main {
  float: left;
  width: 775px;
  margin: 0;
  padding: 0;
	text-align: left;
	background: url(/images/at/bg_main.gif);
	background-repeat: repeat-y;
	background-position: top left;
}



/* ------------( main ) ----------- */
#content {
	margin: 0 0 0 215px;
	padding: 0 0 20px 0;
	width: 545px;
}

#content p{
	line-height: 1.7em;
}

#content ul {
	color: #6e9706;
	list-style-image: url(/images/at/bullit.gif);
}
#content ul li{
	color: #616161;
	line-height: 1.5em;
}

