html, body, form 
{
	width: 100%;
	font-size: 1em;
}
* 
{
	font-family: Verdana, Tahoma;
	background-color: Transparent;

}
html, body, form, div, table
{
	margin: 0;
	padding: 0;
}
div 
{
	border: solid 0px #c2c7d8;
}
#bodyWrapper 
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header 
{
	width: auto;
	height: 77px;
	padding-left: 125px;
	padding-top: 25px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}
#title 
{
	font-size: 1.3em;
	font-weight: bold;
	
}

div.list 
{
	width: 326px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.listTitle 
{
	color: #FFFFFF;
	font-size: .95em;
	background-color: #6185FE;
	text-align: center;
	width: auto;

	line-height: 27px;
	height: 27px;
	background-image: url(../images/title_bg.gif);
	background-repeat: repeat-y;

}
div.listItem 
{
	height: 29px;
	background-image: url(../images/list_bg2.gif);
	background-repeat: repeat-y;
}

div.listItem a, 
div.listItem a:link,
div.listItem a:visited,
div.listItem a:active,
div.listItem a:hover
{
	height: 29px;
	padding-left: 10px;
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

	background-image: url(../images/list_bg2.gif);
	background-repeat: repeat-y;

}
div.listItem a:hover
{
	background-image: url(../images/list_hightlight_bg2.gif);
	background-repeat: repeat-y;
	
}

div.generic {
	background-image: url(../images/generic_list_bg2.gif);
	background-repeat: none;
}
div.generic a, 
div.generic a:link,
div.generic a:visited,
div.generic a:active,
div.generic a:hover
{
	line-height: 29px;
	padding-left: 40px;
	background-image: url(../images/generic_list_bg2.gif);
	background-repeat: none;

}
div.generic a:hover
{
	background-image: url(../images/generic_list_bg2.gif);
	background-position: -350px 0;
}

img.listIcon 
{
	vertical-align: middle;	
	border: 0;
	padding-right: 5px;
}