/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C8C8C8;
}

#container {
	width:720px;
	margin:2px auto 5px auto;
	background:#FFF;
	height: auto;
	padding: 25px 25px 0px 25px;
	border-bottom:#ADADAD thin solid;
	border-right:#ADADAD thin solid;
}

#masthead {
	margin-bottom: 15px;
}

#masthead table {
	height: 75px;
	width: 100%;
}

#masthead th {
	background-color: #CFE6EC;
	width: 50%;
	vertical-align: top;
}

#masthead th img {
	margin: 25px 0 0 0;
}

#masthead th h1 {
	color: #1A445B;
	font-size: 1.8em;
	text-align: left;
	margin: 20px 0px 0 35px;
	font-family: Arial, Helvetica, sans-serif;
}

#masthead th h2 {
	text-align: left;
	margin: 10px 20px 0 35px;
	color: #135065;
	font-size: 3em;

}

#masthead td {
	background-color: #CFE6EC;
}

#masthead td img {
	padding-left: 5px;
}

#header {
	margin-bottom: 15px;
}

#header table {
	padding: 0px;
	margin: 0px;
	width: 700px;
}

#header table tr {
	margin:1px;
	padding: 1px;
}

#header table tr img {
	border: none;
}

#leftpage {
	width: 50%;
	float: left;
}

#leftpagecontent {
	margin: 10px 15px 10px 3px;
	padding: 0px 0px 0px 3px;
	background-color: #EEEFF3;
}

#leftpagecontent h1 {
	font-size:24px;
	padding: 1px 0 5px 0px;
}

#leftpagecontent h2 {
	font-size:16px;
	padding: 1px 0 5px 0px;
}

#leftpagecontent p {
	padding: 10px 0 5px 0px;
	font-size: 13px;
}

#leftpagecontent ul {
	line-height:150%;
	margin-top: 5px;
	font-size: 13px;
	margin-left: 3px;
	list-style: none;
}

#leftpagecontent li {
	background: transparent url(/images/tick1.gif) no-repeat left center;
	padding: 0 0 0 20px;
}


#rightpage {
	float: right;
	width: 50%;
}

#rightpage h1 {
	font-size:18px;
	padding: 10px 0 2px 5px;
}

#rightpage h2 {
	font-size:18px;
	padding: 10px 0 2px 5px;
}
#rightpage p {
	padding: 10px 0 5px 5px;
	font-size: 13px;
}

#rightpage ul {
	line-height:150%;
	margin-top: 5px;
	font-size: 13px;
	margin-left: 3px;
	list-style: none;
}

#rightpage li {
	background: transparent url(/images/tick1.gif) no-repeat left center;
	padding: 0 0 0 20px;
}

#button {
	height: 165px;
	margin-bottom: 20px;
}

#button img {
	padding: 0 0 10px 5px;
}

#footer {
	clear: both;
}

#footer table {
	width: 100%;
}

#footer table th {
	background-color: #1A445B;
}

#footer table td img {
	padding-left: 250px;
}

#footer table td {
	background-color: #EEEFF3;
}

.error {
font-weight:bold;
color:#8C0000;
}

.linkheader {
	width: 160px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 3px;
	line-height: 140%;
}

.linkdesc {
	padding-left: 35px;

}
#outsidelinks {
	text-align: center;
	color: #0000FF;
	font-size: 10px;
	line-height: 25px;
}

#outsidenotice {
	text-align: center;
	margin: 10px 0 0 0;
}

#outsidenotice p {
	font-size: 9px;
}

.tickul ul {
	line-height:150%;
	margin-top: 5px;
	font-size: 13px;
	margin-left: 20px;
	list-style: none;
}

.tickul li {
	background: transparent url(/images/tick1.gif) no-repeat left center;
	padding: 0 0 0 5px;
}

#contentpage {
	width: 98%;
	padding: 5px;
}


#contentpage h1 {
	font-size: 22px;
	padding-bottom: 5px;

}


#contentpage h2 {
	font-size: 18px;
}

#contentpage h3{
	font-size: 14px;
}

#contentpage p{
	font-size: 16px;
	padding: 10px 0px 10px 0px;
}

#contentpage ul {
	margin-left: 20px;
}

#contentpage ul li {
	padding-bottom: 5px;

}

