/* Style Sheet */
body {
	font-family: georgia, "Book Antiqua", palatino, serif;
	background-color: #eee;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 752px;
}
#container {
	background:    url(images/am_content.gif) repeat-y center; 
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	color:#333;
	font-weight: bold;
	float: left;
}
#container IMG {
	margin-left: 11px;
}
/************** CONTENT **********/
	#content {	
		margin-left: auto;
		margin-right: auto;
		width: 728px;
	}
	#content table {
		font-size: 12px;
		font-weight: normal;
		margin-left: auto;
		margin-right: auto;	
	}
a.sidenav	{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
}
a:link	{
	color:	#699;
	background-color: transparent;
	}
a:visited	{
	color:	#699;
	background-color: transparent;
	}
a:hover	{
	color:	#fff;
	background-color: #699;
	text-decoration: none;
	}
a:active	{
	color:	#699;
	background-color: transparent;
	}

p {
	margin-top: 0; 
	padding-top: 0;
	font-size:	11px;
	}
p.ind { 
	padding-left: 16px;
	font-size:	11px;
}

p.inset_bold { 
	font-weight: bold;
	padding: 10px 5px 0 5px;
	font-size:	11px;
}

p.inset { 
	padding: 0 5px 6px 5px;
	font-size:	11px;
}

.green {
	color:	#699;
	font-size:	11px;
	}
.grey {
	background-color: #eee;
	border: 1px dotted #ccc;
	padding: 10px;
	}

table.white {
	background-color: #fff;
	border: 1px dotted #ccc;
	}
	
td {
	margin-top: 0; padding-top: 0;
	line-height: 13px;
	font-size:	11px;
	}
h1	{
	color: #FFF;
	font-size:16px;
	font-weight: bold;
	background-color: #699999;
	padding: 3px 0 3px 20px;
	margin-top: 0;
	}
h2	{
	color:	#699;
	font-size:	14px;
	margin-top: 2px;
	margin-bottom:4px;
	padding: 2px 0 5px 0;
	}

h3	{	
	color:	#fff;
	font-size:	16px;
	background-color: #699;
	}
h4 {
	color: #699;
	font-size: 10px;
	text-align:center;
	margin: 0;
	}
	
	h5 {
	color: #fff;
	font-size: 12px;
	background-color: #699999;
	text-align:center;
	margin: 0;
	padding: 2px;
	}
	
.small2 {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 9px;
		font-weight: normal;
		color: #eee;
	}

/************** HEADER ************/	
	#header {
		background:    url(images/am_header.gif) no-repeat top left;	
		font-size: 0px;
		height: 11px;
		padding: 0px;
	}
/************** MENU **************/
	#menu {
		margin-left: 11px;
		margin-right: 10px;
	}
	#menu TABLE {
		padding: 0px;
		width: 100%;
		height: 16px;
	}
	#menu TD {
		border-right: 1px solid #fff;
		background-color: #699;
		text-align: center;
	}
	#menu A {
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		text-decoration: none;
	}
	#menu A:hover {
		text-decoration: underline;
	}		
/************** TITLE ************/
	#title {
		background-color: #699;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		margin-left: 11px;
		margin-right: 11px;
		padding-top: 4px;
		padding-bottom: 5px;			
	}
	#title font {
		padding-top: 10px;
		padding-left: 10px;
		font-size: 18px;
		font-weight: bold;
	}

/************* FOOTER ***********/	
	#footer {
		background:    url(images/am_footer.gif) no-repeat top left;	
		clear: both;
		font-size: 9px;
		color: #336699;
		height: 8px;
		padding: 15px;
		text-align: right;
	}
	#footer_left {
		float:left;
		vertical-align:top;
	}
	#footer_right {
		float:right;
	}
/************** CONTENT **********/
	#ads1 {	
		float:right;
		vertical-align:top;
	}
	
/************** bullets **********/
ul.squ {
	list-style: none;
	padding-left: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 6px;
	margin-bottom: 0;
}

li.sq {
	background: url(images/sq.gif) no-repeat 1px 3px; 
	padding-left: 16px;
	padding-top: 0;
	padding-bottom: 6px;
}

