/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

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

#bar {
	border-top:#4250CC 6px solid;
}

#container {
	width:820px;
	margin:2px auto 5px auto;
	background:#FFF;
	/*border: #ADADAD thin solid;*/
}

#masthead {
	height: 200px;
	width: 100%;

}

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

#masthead th {
	width: 60%;
	margin: 0 90px 0 0;
}

#masthead th img {
	margin: 0px 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 {

}

#masthead td img {

}

#headerlink {
}

#headerlink table {

}

#headerlink th a:link {
	padding: 8px 9px 8px 10px;
	background-color: #1F2874;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 175%;
}

#headerlink th a:visited {
	padding: 8px 9px 8px 10px;
	background-color: #1F2874;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 175%;
}

#headerlink th a:hover {
	padding: 8px 9px 8px 10px;
	background-color: #EE3124;	
	text-decoration: none;
}

#leftpage {
	width: 255px;
	float: left;
	margin: 10px 0 0 5px;
	background-color: #F8F8F8;
	margin-bottom: 20px;
}

#leftpage h1 {
	color: #1F2874;
	font-size: 28px;
}

#leftpage p {
	font-weight: bold;
	font-size: 14px;
}

#leftpage img {
	margin: 3px 0 20px 55px;
}

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

#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: 20px;
	list-style: disc;
}

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

#flashpos {
	margin: 5px 45px 25px 45px;
}


#rightpage {
	border-top:#F8F8F8 thick solid;
	width: 525px;
	margin: 10px 0 0 260px;

}

#rightpage h1 {
	font-size:24px;
	padding: 5px 0 0 15px;
	color: #EE3124;
}

#rightpage h2 {
	font-size:16px;
	padding: 1px 0 2px 15px;
	color: #EE3124;
}
#rightpage p {
	padding: 10px 0 5px 15px;
	font-size: 13px;
}

#rightpage table {
	margin: 10px 0 10px 10px;
}

#rightpage table th {
	text-align: left;
	background-color: #1F2874;
	color: #FFFFFF;
	line-height: 150%;
	padding: 4px;
}

#rightpage table td {
	line-height: 150%;
}

#rightpage ul {
	margin: 10px 0 10px 40px;
	list-style: decimal;
}

#rightpage li {
	padding: 0 0 0 10px;
	font-size: 13px;
}

#rightpage ul ul {
	list-style: upper-latin;
}

#rightpage ul ul ul {
	list-style: upper-roman;
}

#footer {
	border-top: #F7F7F7 thick groove;
	clear: both;
	padding: 5px;
	margin-top: 40px;
}

#footer p {
	margin: 10px 0 10px 0;
	font-size: 10px;
	color: #666666;
}

#footer table {
	width: 100%;
}

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

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

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

.box {
	margin: 0 0 10px 2px;
}

.box table {
	border: #CCCCCC thin solid;
	width: 250px;
	background-color: #FFFFFF;
}

.box table th {
	background-color: #1F2874;
}

.box table th h2 {
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	line-height: 200%;
	padding-left: 10px;
}

.box table td p {
	padding-left: 15px;
	line-height: 175%;
	font-size: 10px;
	background-color: #E4E4E4;
	margin-bottom: 5px;
}

.box ul {
	line-height: 150%;
	list-style: none;
	margin: 10px 0 10px 0;
}

.box li {
	font-size: 12px;
	padding: 0 0 0 20px;
	background: transparent url(/images/arrow.gif) no-repeat 5 7px;
	font-weight: bold;
}

.shading {
	background-color:#EEEFF3;
}
