* {
	border: 0;
	padding: 0;
	margin: 0;
}
body {
	background-image:url('/common/background.png');
	background-color: #d1e4fa;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, sans-serif;
}
.textarea {
	font-size:8pt;
}
.input {
	font-size:8pt;
}
#bigContainer {
	width:817px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
#pagecontent {
	font-size: 11px;
	color: black;
	width: 410px;
	margin:20px 10px 20px 10px;
	float:left;
}
#leftmenu {
	width: 160px;
	float: left;
	padding: 15px 0 15px 25px;
}
#rightblock {
	float: left;
	width: 187px;
	height: 246px;
	background-image:url('/common/rightblock.png');
	background-repeat: no-repeat;
	margin: 20px 0 20px 0;
}
#leftmenu ul {
	list-style:none;
	display:block;
	padding: 0;
	margin: 0;
}
#leftmenu li {
	padding: 3px 0 3px 0;
	display: block;
	border-top: 1px dotted black;
	padding-bottom: 4pt;
}
#leftmenu li.active {
	background-color: #d1e4fa
}
#leftmenu a {
	text-decoration: none;
	color: #555555;
	font-size: 10px;
	font-weight:bold;
}
#leftmenu li.activesubtopic {
	border-top:0;
	background-color: #d1e4fa;
}
#leftmenu li.activesubtopic a {
	border-top:0;
	background: url(/common/arrow2.png) no-repeat left;
	list-style:none;
	color:black;
	padding-left: 8px;
	margin-left:2px;
	font-weight:normal;
}
#leftmenu li.subtopic {
	padding-left: 10px;
	border-top:0;
}
#leftmenu li.subtopic a {
	font-weight:normal;
}
#leftmenu li:hover {
	background-color: #d1e4fa;
}
#leftmenu ul li:first-child {
	border-top: 0;
}
#header {
	background-image:url('/common/header-image_04.jpg');
	width:817px;
	height: 88px;
}
#header a {
	color: white;
	text-decoration: none;
}
#header a:hover {
	color: white;
	text-decoration: underline;
}
#header img {
	padding-right: 3px
}
#headerCol1, #headerCol2, #headerCol3, #headercol4{
	font-size: 10px;
	float:left;
	text-align:left;
	color: white;
	position: relative;
}
#headerCol1 {
	position: absolute;
	margin-left:25px;
	margin-top:14px;
}
#headerCol1 li {
	background: url(/common/arrow.png) no-repeat left;
	list-style:none;
	color:white;
	padding-left: 10px;
}
#headerCol2 {
	position: absolute;
	margin-left:122px;
	margin-top:14px;
}
#headerCol2 li {
	background: url(/common/arrow.png) no-repeat left;
	list-style:none;
	color:white;
	padding-left: 10px;
}
#headerCol3 {
	position: absolute;
	margin-left:240px;
	margin-top:14px;
}
#headerCol3 li {
	background: url(/common/arrow.png) no-repeat left;
	list-style:none;
	color:white;
	padding-left: 10px;
}
#headercol4 {
	position: absolute;
	margin-left:390px;
	margin-top:14px;
}
#headercol4 li {
	background: url(/common/arrow.png) no-repeat left;
	list-style:none;
	color:white;
	padding-left: 10px;
}
#topnavlinks {
	text-align: left;
	background-image:url('/common/topnavbar.png');
	background-repeat: no-repeat;
	width:817px;
	height: 40px;
	font-weight:bold;
	font-size: 11px;
}
#topnavlinks ul {
	padding-top: 10px;
}
#topnavlinks ul li {
	display: inline;
	list-style: none;
	padding: 1px 15px;
	border-left: 1px solid white;
}
#topnavlinks ul li.first {
	margin-left: 0;
	border-left: 0;
	list-style: none;
	display: inline;
	margin-left: 25px;
}
#topnavlinks a {
	color: white;
	text-decoration: none;
}
#topnavlinks a:hover {
	color: white;
	text-decoration: underline;
}
#pagecontent a {
	color:#666;
	text-decoration: none;
}
#pagecontent a:hover {
	text-decoration: underline;
	color:black;
}
#pagecontent p {
	margin-top: 1em;
}
#pagecontent p.indented {
	margin-left: 15px;
}
#pagecontent p.q {
	font-weight: bold;
}
#pagecontent p.a {
	margin-left: 15px;
	margin-top: 2px;
}
#pagecontent ul {
	padding-top: 10px;
	margin-left: 2em;
}
#pagecontent ol {
	padding-top: 10px;
	margin-left: 2em;
}
#pagecontent li {
	padding-right: 15px;
	padding-top: 10px;
}
#pagecontent h1 {
	font-size: 16px;
}
#pagecontent h2 {
	font-size: 14px;
	padding-top: 10px;
}
#pagecontent ol.letters {
	list-style-type:lower-alpha;
}
#rightblock ul {
	list-style:none;
	display:block;
	padding: 60px 17px 0 17px;
	margin: 0;
}
#rightblock li {
	padding: 3px 0 3px 0;
	display: block;
	border-top: 1px dotted white
}
#rightblock li:first-child {
	border-top: 0;
}
#rightblock a {
	text-decoration: none;
	color: white;
	font-size: 9px;
	font-weight:bold;
}
#rightblock a:hover {
	color: #d1e4fa;
	font-size: 9px;
	font-weight:bold;
}
#footer {
	font-size: 10px;
	color: #555;
	border-top: 1px dotted #555;
	margin-left:25px;
	margin-right:25px;
	margin-bottom: 2px;
	padding-top: 7px;
	padding-bottom:5px;
}
#footer a {
	text-decoration: none;
	color: #555
}
#footer a:hover {
	text-decoration: underline;
}
#footerLeft {
	float:left
}
#footerRight {
	float:right
}
#footerCenter {
	text-align:center;
	padding-top:10px;
}
.clear {
	clear:both;
}
#bigblockbottom {
	background-image:url('/common/big-form-block.png');
	background-repeat: no-repeat;
	width:817px;
	height: 313px;
	overflow:auto;
	margin-bottom:15px;
}
#bigblocktop {
	background-image:url('/common/big-form-block.png');
	background-repeat: no-repeat;
	width:817px;
	height: 313px;
	overflow:auto;
	margin-top:15px;
}
#eligible {
	text-align: left;
	width:340px;
	height: 270px;
	margin-left: 37px;
	margin-top: 37px;
	position:absolute;
}
#eligible p {
	color: white;
	position: absolute;
	font-size:10px;
}
#eligible p.name {
	position: absolute;
	margin-top:40px;
	font-weight:bold;
	text-transform: uppercase;
}
#eligible p.email {
	position: absolute;
	margin-top:40px;
	margin-left: 180px;
	font-weight:bold;
	text-transform: uppercase;
}
#eligible p.type {
	position: absolute;
	margin-top:94px;
	font-weight:bold;
	text-transform: uppercase;
}
#eligible p.phone {
	position: absolute;
	margin-top:94px;
	margin-left: 180px;
	font-weight:bold;
	text-transform: uppercase;
}
#eligible p.description {
	position: absolute;
	margin-top:150px;
	font-weight:bold;
	font-size:8pt;
	text-transform: uppercase;
}
#eligibleName {
	width:159px;
	height:23px;
	position:absolute;
	margin-top: 58px;
}
#eligibleEmail {
	width:159px;
	height:23px;
	position:absolute;
	margin-top: 58px;
	margin-left: 180px;
}
#eligiblePhone {
	width:159px;
	height:23px;
	position:absolute;
	margin-top: 110px;
}
#eligibleType {
	width:159px;
	height:23px;
	position:absolute;
	margin-top: 110px;
	margin-left: 180px;
}
#eligibleDescription {
	width:340px;
	height:70px;
	position:absolute;
	margin-top: 170px;
}
#eligibleSubmit {
	position: absolute;
	margin-top:245px;
	margin-left:280px;
}
#callback {
	text-align: left;
	width:159px;
	height: 270px;
	margin-left: 425px;
	margin-top: 37px;
	position: absolute;
}
#callback p {
	color: white;
	position: absolute;
	overflow:auto;
	font-size: 10px;
}
#callback p.name {
	position: absolute;
	margin-top:84px;
	font-weight:bold;
	text-transform: uppercase;
}
#callback p.phone {
	position: absolute;
	margin-top:140px;
	font-weight:bold;
	text-transform: uppercase;
}
#callback p.time {
	position: absolute;
	margin-top:200px;
	font-weight:bold;
	text-transform: uppercase;
}
#callbackName {
	position:absolute;
	width:159px;
	height:23px;
	margin-top: 100px;
}
#callbackPhone {
	position:absolute;
	width:159px;
	height:23px;
	margin-top: 160px;
}
#callbackTime {
	position:absolute;
	width:159px;
	height:23px;
	margin-top: 217px;
}
#callbackSubmit {
	position: absolute;
	margin-top:245px;
	margin-left:100px;
}
#recommend {
	text-align: left;
	width:159px;
	height: 270px;
	margin-left: 624px;
	margin-top: 37px;
	position: absolute;
}
#recommend p {
	color: white;
	position: absolute;
	overflow:auto;
	font-size: 10px;
}
#recommend p.name {
	position: absolute;
	margin-top:84px;
	font-weight:bold;
	text-transform: uppercase;
}
#recommend p.phone {
	position: absolute;
	margin-top:140px;
	font-weight:bold;
	text-transform: uppercase;
}
#recommend p.email {
	position: absolute;
	margin-top:200px;
	font-weight:bold;
	text-transform: uppercase;
}
#recommendName {
	position:absolute;
	width:159px;
	height:23px;
	margin-top: 100px;
}
#recommendPhone {
	position:absolute;
	width:159px;
	height:23px;
	margin-top: 160px;
}
#recommendEmail {
	position:absolute;
	width:159px;
	height:23px;
	margin-top: 217px;
}
#recommendSubmit {
	position: absolute;
	margin-top:245px;
	margin-left:100px;
}
