/* CSS Document */

/*********************************
*** Font and Background Style ***
*********************************/

html, body {
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 8.5pt;
	color: #000000;
	background-color: #444444;
	
}

/**************************************
*** Border and Special Table Styles ***
**************************************/

#mainBorder {
	margin: 0 auto;
	background-color: #DDDDDD;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 954px;
}

#contentBorder {
	position: static;
	width: 554px;
	padding: 0px;
	margin: 0 auto;
	background-color: BBBBBB;

}

#bannerBox div {
	float: left;
	font-size: 0pt;
	vertical-align: bottom;
}

#floatClear br {
	visibility: hidden;
	height: 0;
	display: none;
	clear: both;
}

#nav {
	font-size: 0pt;
	padding-top: 0px;
	width: 195px;
	background-image: url(images/nav-left.gif);
}

#nav img {
	width: 195px;
	height: 45px;
}

#nav-right {
	padding-top: 0px;
	width: 195px;
	background-image: url(images/nav-right.gif);
}

#titleBox {
	padding-top: 0px;
	position: relative;
	width: 550px;
	margin: 0 auto;
}

#stepsheet {
	background-color: #ffffff;
	position: absolute;
	width: 554px;
	margin: 0 auto;
	z-index: 0;
}

#sponsorBox {
	width: 192px;
	padding-top: 100px;
	margin: 0 auto;
	background-image: url(images/nav-right.gif);
}

#sponsorBox div {
	margin: 0 auto;
	text-align: center;
}

#sponsor {
	background-image: url(http://ur2.project610.com/button/sponsorbutton.gif);
	padding: 12px;
}

#validatorBox {
	height: 18px;
	padding-left: 130px;
	margin: 0 auto;
	background-image: url(images/nav-right.gif);
}

#copyright {
	background-color: #DDDDDD;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	margin: 0 auto;
}

/**************************************
*** Generic Table Styles ***
**************************************/

.contentBox {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: justify;
	z-index: 1;
}

.personalBox {
	width: 480px;
}

.personalBox table {
	width: 380px;
	margin-left: 0;
}

.wallpaperBox {
	width: 100%;
}

.wallpaperBox td {
	margin: 0 auto;
	text-align: center;
}

.wallpaperBox img {
	width: 180px;
	height: 135px;
}

table td {
	border: 0;
	padding: 0;
	spacing: 0;
	margin: 0 auto;
}

/******************
*** Text Styles ***
******************/

.header1 {
	font-weight: bold;
	font-size: 26px;
}

.header2 {
	font-weight: bold;
	font-size: 20px;
}

.subheader {
	font-size: 16pt;
	text-align: left;
}

.tablekey {
	width: 120px;
	font-weight: bold;
	color: #0033ff;
}

.label {
	font-weight: bold;
	color: #0033ff;
}

.note {
	font-style: italic;
	color: #aaaaaa;
}

.center {
	margin: 0 auto;
	text-align: center;
}

/******************
*** Link Styles ***
******************/

a {
	color: #0000ff;
	text-decoration: none;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a:active {
	color: #ffcc00;
	text-decoration: none;
}

a:visited {
	color: #0099ff;
	text-decoration: none;
}

/*******************
*** Image Styles ***
*******************/

#bannerImgL {
	width: 300px;
	height: 220px;
}

#bannerImgR {
	width: 652px;
	height: 220px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/******************
*** List Styles ***
******************/

li {
	list-style-image: url(images/bullet-arrow-right.jpg);
	list-style-position: outside;
}

/*******************
*** Generic Tags ***
*******************/
