/* -----------------------------------------------------------
/* DEFAULT STYLES
/* -------------------------------------------------------- */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B6B6B6;
}
form {
	margin:0px;
	padding:0px;
}
em {
	color:#82D1F5;
	font-style:normal;
}

h1, h2, h3, h4, h4, h5, h6, p, ul {
	margin:10px 0px;
	padding:0px;
}

h1 {
	float:left;
	margin-top:0px;
}
p {
	float:none;
	clear:both;
}
ul {	
	padding:0px;
	margin:0px;
}
li {
	padding-left:10px;
	margin:0px;
	list-style-type:none;
	background:url(../images/bullet.gif) 0px 6px no-repeat;
}
a {
	color:#82D1F5;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
border:0px;
}
/* -----------------------------------------------------------
/* LAYOUT STYLES
/* -------------------------------------------------------- */
body {
	text-align:center;
	margin:0px;
	padding:0px;
}
div.center {
	margin: 0px auto;
	width:760px;
}
div.fixedWidth {
	float:left;
	width:760px;
	margin: 20px 0px 10px 0px;
	text-align:left;
	background:url(../images/panelRepeatY.gif) repeat-y;
}
div.siteHeader {
	padding-bottom:10px;
	background-color:#464243;
}
div.siteContent {
	float:left;
	width:760px;
	background: url(../images/panelBot2.gif) left bottom no-repeat;
}
div.siteContent div.navigation {
	float:left;
	width:140px;
	padding-left:20px;
	padding-right:10px;
}
* div.siteContent div.navigation { /* IE Fix's */
	width:170px;  /* IE 5, 5.5 */
	w\idth:140px; /* IE 6 */
}
div.siteContent div.navigation img {
	margin-bottom:8px;
}
div.siteContent div.content {
	float:left;
	width:370px;
	padding-right:10px;
	padding-bottom:10px;
}
* div.siteContent div.content { /* IE Fix's */
	width:380px;  /* IE 5, 5.5 */
	w\idth:370px; /* IE 6 */
}
div.fixedWidth div.siteContent div.panel {
	float:left;
	width:170px;
	padding:10px 15px 100px 15px;
	background: url(../images/panelTop.gif) top left no-repeat;
}
* div.fixedWidth div.siteContent div.panel { /* IE Fix's */
	width:200px;  /* IE 5, 5.5 */
	w\idth:170px; /* IE 6 */
}
div.fixedWidth div.siteContent div.panel input.loginField {
	width:170px;
	border:0px;
	margin-top:5px;
}
p.footer {
	clear:both;
	text-align:center;
	margin:0px;
	background-color:#FFFFFF;
	font-size:10px;
	float:none;
}
p.footer a {
	color:#B6B6B6;
}
p.paging {
	float:right;
	clear: none;
	margin:0px;
}
.partnerTextRow img{
	float: left;
	padding:0px 10px 11px 0px;
}
.partnerTextRow {
	text-align:left;
	padding-top:20px;
}