@charset "utf-8";
/* CSS Document */

body, html {
	background: url(../Images/gifs/bkgrd2.gif);
	margin: 0px;
	padding: 0px;
}

#container	{
	width: 146px;
	background-color: #eeeece;
	padding-left: 4px;
	overflow: hidden;
}

#navlinks {
	margin-left: 0;
	padding-left: 1px;
	margin-bottom: 0px;
	margin-top: 20px;
	}

#navlinks li	{  /* Styles the links */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;  /* Use this instead of padding bottom because IE7 sucks a giant boner */
	list-style: none;
	background-image: url(../Images/gifs/bullet2.gif);
	background-repeat: no-repeat;
	background-position: .125em .35em;  /* Positions the bullet.gif */
	padding-left: 8px;
	}

#navlinks a:link, #navlinks a:visited	{  /* Styles the links */
	color: #929090;  /* The color of the links */
	display: block;
	width: 100%;  /* Hack for IE6 */
	text-decoration: none;	/* No underline */
	}

#navlinks a:hover	{  /* Styles the hover */
	color: #1a1919;  /* The color of the links when mouse over */
	text-decoration: none;  /* No underline */
	}

#navlinks img	{
	padding-top: 8px;
	padding-bottom: 8px;
	}

#navform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f4f4d3;
	width: 140px;
	}

.underlinetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: underline;
	padding-left: 6px;
	}

.subtext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #484747;
	padding-left: 6px; 
}
