
/* Font-size to a percentage preventing a Windows IE "extreme font re-sizing" bug.  */
/* Font-size slightly larger than 100% to repair Opera rounding errors.             */
/* Set less than 101% to prevent Safari errors.                                     */

/* Set the minimum page height to greater than the window height to force Netscape  */
/* & Firefox to display vertical scrollbars, thereby preventing content jumping on  */
/* fixed width pages.																*/

*	{
	margin:0;
	padding:0
} 

html {
	height:100%;
	font-size:100.01%
}

body {
	text-align:center;
	min-height:101%;
	font:100.01%/130% Verdana, Helvetica, sans-serif;
	color:#000;
	background:#FFF;
	width:770px;
	margin:0 auto;
}
		
body * {
	text-align:left
}

#wrapper {
	width:770px;
	border: 1px solid #E5E5E5;
	background: #FFFBE8;
	padding-bottom: 0.5em;
	min-height: 100%;
}

#header {
	background: url(headerInstallation.gif);
	height: 76px;
}

#greeting {
	padding: 0 1em 1em;
	font-size: 0.9em;
}

#content {
	padding: 0 12px 0 14px;
}

#leftColumn {
	float: left;
	width: 444px;
}

#rightColumn {
	margin-left: 460px;
	width: 280px;
}

#button {
	margin-left: 2em;
}

#button a:hover {
	background: none;
}

h1, h2, h3 {
	font-size: 1em;
	color: #C52879;
}

h2, h3 {
	color: #000;
}

h3, p, li {
	font-size: 0.9em;
}

ol {
	padding:  0 1.5em;
}

ol li {
	margin-bottom: 1em;
}

a:link {
	color: #023EC3;
}

a:visited {
	color:#993366;
}

a:hover, a:focus {
	background: #E5E5E5;
	color: #3300FF;
}

p.termsConditions {
	font-size: 0.7em;
	float: left;
	width: 86%;
}

p.termsConditions a {
	font-weight: bold;
}

.footer {
	font-size: 0.75em;
	text-align: center;
	background: #638CBD;
	color: #FFFFFF;
	width:770px;
	border: 1px solid #E5E5E5;
	border-top: none;
}

.footer a:link, .footer a:visited, .footer a:hover {
	color: #FFF;
	background: #638CBD;
}

.lowerAlphaList {
	list-style-type: lower-alpha;
}

.image {
	text-align: center;
	margin-bottom: 1em;
}

.submitButton {
	float: left;
	width: 1%;
	padding-left: 0.5em;
}

.spacer {
	display: block;
	line-height: 0;
	clear: left;
}

div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}

/*   ***********   */
/*   ** BOXES **   */
/*   ***********   */

.sidebox {
	background: url(bgdMainBoxR.gif) no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url(bgdMainBoxTopR.gif) no-repeat top right;
	text-align: center;
}

.boxhead h2 {
	background: url(bgdMainBoxTopL.gif) no-repeat top left;
	font-size:0.9em;
	padding: 0.5em 0.75em;
}

.boxbody {
	background: url(bgdMainBoxL.gif) no-repeat bottom left;
	padding: 0.5em 0.5em 1em ;
	font-size: 0.9em;
}

#rightColumn .sidebox {
	background: url(bgdSideBoxR.gif) no-repeat bottom right;
}

#rightColumn .boxhead {
	background: url(bgdSideBoxTopR.gif) no-repeat top right;
	text-align: center;
}

#rightColumn .boxhead h2 {
	background: url(bgdSideBoxTopL.gif) no-repeat top left;
}

#rightColumn .boxbody {
	background: url(bgdSideBoxL.gif) no-repeat bottom left;
}