@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a6062;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:19px;
}


/*////////////////////////////////////////////////*/

a.nav:link {
	font-size:13px;
	color: #ffffff;
	padding:5px;
	text-decoration: none;
	}
a.nav:visited {
	font-size:13px;
	color: #ffffff;
	padding:5px;
	text-decoration: none;
}
a.nav:hover {
	font-size:13px;
	color: #000000;
	padding:5px;
	background-color:#ffffff;
	text-decoration: none;
}
a.nav:active {
	font-size:13px;
	color: #ffffff;
	padding:5px;
	text-decoration: none;
}

/*////////////////////////////////////////////////*/

a {
	color: #5a6062;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5a6062;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #5a6062;
}

/*////////////////////////////////////////////////*/

a.purplink:link {
	text-decoration: underline;
}
a.purplink:visited {
	text-decoration: underline;
	color: #5a6062;
}
a.purplink:hover {
	text-decoration: none;
	color: #8a0065;
	border-top:3px solid #8a0065;
}
a.purplink:active {
	text-decoration: underline;
	color: #5a6062;
}


/*////////////////////////////////////////////////*/

a.blanklink:link {
	border:0px;
}
a.blanklink:visited {
	border:0px;

}
a.blanklink:hover {
	border:0px;

}
a.blanklink:active {
	border:0px;

}

.NavOpen {
	font-size:13px;
	color: #000000;
	padding:5px;
	background-color:#ffffff;
	text-decoration: none;
}

/*////////////////////////////////////////////////*/

#TopDiv{
	width:860px;
	height:200px;
	position: absolute;
	left: 50%;
	margin-left: -430px; 
	margin-top:0px;
}

#LogoDiv {
	height:auto;
	width:auto;
	float:left;
}

#NavDiv {
	width:auto;
	height:auto;
	float:right;
	margin-top:70px;
}

/*////////////////////////////////////////////////*/

#ContentDiv{
	width:860px;
	height:auto;
	position: absolute;
	left: 50%;
	margin-left: -430px; 
	margin-top:200px;
}

#StickerDiv {
	height:auto;
	width:auto;
	float:right;
	margin-top:10px;
}

#StickerNoMargDiv {
	height:auto;
	width:auto;
	float:right;
}

/*////////////////////////////////////////////////*/

#ContentTable{
	width:860px;
	height:500px;
}

.LeftCell {
	width:540px;
	padding-left:0px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:10px;
}

.RightCell{
	width:280px;
	padding-left:20px;
	padding-right:0px;
	padding-top:30px;
	padding-bottom:10px;
}

.OneCell {
	width:860px;
	height:auto;
	padding-top:20px;
}

.FooterCell {
	width:860px;
	height:11px;
}

/*////////////////////////////////////////////////*/
