/* CSS Document */

body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
	position: relative;
  width: 776px;
	background-color: #B8A287;
	color: inherit;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	width: 100%;
	/*background-color: #E7DDD3;*/
	background-color: white;
	color: inherit;
	position: relative;
}

a:link, 
a:visited {
	color: #871311;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18pt;
	padding-left: 20px;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
}

#titleUnderscore {
	position: relative;
	left: 13px;
	top: -12px;
}

#pageContent {
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}

#mainLinks {
	width: 100%;
	height: 60px;
	text-align: center;
	padding-top: 20px;
}

a:link.topLinksMain,  
a:visited.topLinksMain {
	margin-left: 24px;
	margin-right: 24px;
	padding-top: 20px;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	color: #000000;
}

a:hover.topLinksMain,  
a:active.topLinksMain{
	text-decoration: underline;
}

#subLinksGetstarted {
	position: absolute;
	left: 120px;
	top: 40px;
	visibility: hidden;
}

#subLinksAbout {
	position: absolute;
	left: 65px;
	top: 40px;	
	visibility: hidden;
}

a:link.topLinksSub,  
a:visited.topLinksSub {
	margin-left: 7px;
	margin-right: 7px;
	position: relative;
	top: 10px;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	background-color: inherit;
	color: #000000;
}

a:hover.topLinksSub,  
a:active.topLinksSub {
	text-decoration: underline;
}

#copyNotice {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 20px;
}

.sixEasySteps p {
	font-size: 11pt;
	padding-left: 30px;
	padding-right: 30px;
}

.textLeft {
	width: 440px;
}

#homeImage {
	position: absolute;
	right: 40px;
	top: -30px;
}

.c {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
