/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
#leftside {text-align:left;}

#leftside ul li {
	list-style-type: none;
	background:  url("http://asev.org/wp-content/themes/ASEV_2005/img/bullet.gif") no-repeat -3px 4px;
	padding-left: 15px;
	padding-top:2px;
}

.leftalign td {
	text-align: left;
}

h2.leftalign {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration:none;
	color:#592d5f;
	text-align:left;
	margin: 0;
	padding: 10px 0 5px 0;
}

#printcontainer{
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#printcontent{
	text-align: left;
	margin: auto;
	width: 600px;
}

.printfooter {
	width: 550px;
	text-align:left;
	padding-top: 15px;
	padding-left: 20px;
}

p.printfooter {
	font-size: 10px;
}

#topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 400px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 300px;
}
#topnav ul {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#topnav ul li {
	display: inline;
	list-style-type: none;
	padding: 0px;
}
#topnav a {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
	margin-right: 5px;
}
.termsofuse {
	font-size: .8em;
	font-weight: bold;
	padding-left: 15px;
}
