/* Ainsworth CSS Document */

body {
background-color: #FFFFFF;
font: 12px Arial, Helvetica, sans-serif;
line-height: 18px;
color: #000;
text-align: center; /* for IE */
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000;
}

#container {
width: 762px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
background-color: #fff;
}


#header {
background-color: #FFFFFF;
}

#content_r img {
padding: 10px;
}

#nav_l {
	width: 150px;
	float: left;
	margin: 0px 4px 4px 0px;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_r {
padding-top: 20px;
width: 590px;
float: right;
margin: 0px 4px 4px 4px;
}

#page_header {
text-align: left;
font-size: 18px;
font-weight: bold;
padding-bottom: 10px;

}

#footer {
	clear: both;
	font-size: 10px;
	text-align: right;
	color: #990000;
	padding-top: 15px;
	background-color: #FFFFFF;
	border-top-color: #990000;
	border-top-style: solid;
	border-top-width: thin;
}
  
a, a:visited {
color: #CCCC33;
text-decoration: none;
}

a:hover, a:visited:hover {
	color: #990000;
	text-decoration: none;
}

.bold { font-weight: bold; font-size: 14px;}

.strong { font-weight: bold;}

.em { font-style: italic; }
