/* Here you can change your web site appearance */

/* changes in the body area will affect everything that you display in your site */

body
	{
	background: url(images/background_stripes.gif);
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	}
	
p, td, li
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}
	
#wrapper
	{
	width: 700px;
	margin: 20px auto;
	margin-top: 0;
	background: #99ccff;
	border: 1px solid #888;
	text-align: left;
	}
	
#ie5fix
	{
	height: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: none;
	}
	
.navList
	{
	list-style: url(images/bullets.gif) outside;
	margin-top: 25px;
	}
	
.navListBullet
	{
	font-size: 11px;
	width: 440px;
	margin-bottom: 15px;
	}
	
.navUnderline
	{
	border-bottom: solid 1px #666;
	display: block;
	}
	
a:link
	{
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
	
a:visited
	{
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
	
a:active
	{
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
	
a:hover
	{
	font-weight: bold;
	color: yellow;
	background-color: #000;
	text-decoration: none;
	}
	
.floatRight
	{
	float: right;
	}
	
.rowGray
	{
	background: #333;
	font-size: 12px;
	color: #fff;
	}
	
.copyPadding
	{
	padding-left: 40px;
	}
	
.copyright
	{
	font-size: 10px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.center
	{
	text-align: center;
	}

.cellSpacer
	{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.invisible
	{
	display: none;
	}
	