body {
	margin: 40px;
	padding: 0;
	text-align: center;
	background-color: #ebebeb;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}

p {
	line-height: 16px;
	padding: 0px 0px 0px 0px;
}

.pdf {
	margin-top: 0px;
	font-size: 12px;
	color: #e95800;
	font-weight: bold;
	line-height: 15px;

}

.order {
	margin-top: 0px;
	font-size: 12px;
	color: #2B62D7;
	font-weight: bold;
	line-height: 15px;

}

.screenleft {
		float: left;
		padding: 2px;
		border: 1px solid #b8b8b8;
}

.screenmiddle {
		float: left;
		padding: 2px;
		border: 1px solid #b8b8b8;
		margin-left: 66px;
}

.screenright{
		float: left;
		padding: 2px;
		border: 1px solid #b8b8b8;
		margin-left: 66px;
}

.photoStyle {
		background-color: #ffffff;
		padding: 2px;
		border: 1px solid #b8b8b8;
		float: left;
		margin-top: 8px;
		margin-right: 8px;
}


.boldtitle {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.sidetext {
	line-height: 16px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

h4 {
	margin-top: 0px;
	font-size: 13px;
	color: #444444;
	font-weight: bold;

}

h3 {
	font-size: 14px;
	color: #444444;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2 {
	margin: 0px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

h1 {
	margin-top: 0px;
	font-size: 16px;
	color: #444444;
	line-height: 20px;
	padding: 5px;
}

a.highlight:link {
	text-decoration: none;
	background: #FFF58B;
	padding: 1px 4px 1px 4px;
	color: black;
	font-weight: bold;
}

a.highlight:active {
	text-decoration: none;
	background: #FFF58B;
	padding: 1px 4px 1px 4px;
	color: black;
	font-weight: bold;
}

a.highlight:visited {
	text-decoration: none;
	background: #FFF58B;
	padding: 1px 4px 1px 4px;
	color: black;
	font-weight: bold;
}

a.highlight:hover {
	text-decoration: none;
	background: #FFE500;
	padding: 1px 4px 1px 4px;
	color: black;
	font-weight: bold;
}

a.contentlink:link {
	text-decoration: none;
	padding: 1px 1px 2px;
	color: #b2b2b2;
	font-weight: bold;
border-bottom: 1px dotted #e3e3e3;
}

a.contentlink:active {
	text-decoration: none;
	padding: 1px 1px 2px;
	color: #242424;
	font-weight: bold;
border-bottom: 1px dotted #242424;
}

a.contentlink:visited {
	text-decoration: none;
	padding: 1px 1px 2px;
	color: #999999;
	font-weight: bold;
border-bottom: 1px dotted #e3e3e3;

}

a.contentlink:hover {
	text-decoration: none;
	padding: 1px 1px 2px;
	color: #242424;
	font-weight: bold;
border-bottom: 1px dotted #242424;
}

/* Div Styles */

#wrapper {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 736px;
}

#box {

	border: 1px solid #b0b0b0;
	background-color: #fff;
	padding: 8px;

}

#box_rp {

	border: 1px solid #b0b0b0;
	background-color: #epepep;
	padding: 8px;

}

#masthead {
	width: 718px;
	height: 95px;
	background-image: url(../images/masthead_bg.jpg);
}

#masthead #navigation {
	height: 31px;
	text-align: right;
	padding-right: 2px;
}

#masthead #navigation ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;

}

#masthead #navigation ul li {
	display: block;
	float: right;
	text-align: center;
	padding: 0;
	margin: 64px 0px 0px 0px;
}

#navigation ul li#first {
	width: 8px;
	height: 31px;
}

html>body #navigation ul li#first {
	background: url(../images/nav_bg_left.png);
	height: 30px;
}

#navigation ul li a {
	width: 70px;
	height: 24px;
	display: block;
	margin-top: 6px;
	border: 0;
	text-align: center;
	color: #000000;
	text-decoration: none;
	padding-top: 0;
	font-weight: bold;
	font-size: 12px;
}

html>body #navigation ul li a {
	background-image: url(../images/nav_bg.png);
	width: 70px;
	margin: 0;
	padding-top: 6px;
}

#navigation ul li a.current {
	width: 70px;
	height: 24px;
	display: block;
	margin-top: 6px;
	border: 0;
	text-align: center;
	color: #e95800;
	text-decoration: none;
	padding-top: 0;
	background: url(../images/nav_bg_ie_over.gif) no-repeat bottom center;
	font-weight: bold;
	font-size: 12px;
}

html>body #navigation ul li a.current {
	background: url(../images/nav_bg_over.png) no-repeat bottom center;
	width: 70px;
	margin: 0;
	padding-top: 6px;
}

#navigation ul li a:hover, #navigation ul li a:active {
	color: #e95800;
	background: url(../images/nav_bg_ie_over.gif) no-repeat bottom center;
}

html>body #navigation ul li a:hover, html>body #navigation ul li a:active {
	color: #e95800;
	background: url(../images/nav_bg_over.png) no-repeat bottom center;

}


#above {
	margin-top: 8px;
	width: 718px;
	height: 2px;
	background-image: url(../images/main_above.gif);
}

#below {
	width: 718px;
	height: 2px;
	background-image: url(../images/main_below.gif);
}

#above_rp {
	margin-top: 8px;
	width: 718px;
	height: 2px;
	background-image: url(../images/main_above1.gif);
}

#below_rp {
	width: 718px;
	height: 2px;
	background-image: url(../images/main_below1.gif);
}


#focus {
	width: 718px;
	background-image: url(../images/main_bg.gif);
}

#focus #sidebar {
	float: left;
	width: 206px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#focus #content {
	margin: 0px 2px 0px 20px;
	float: left;
	width: 482px;
	padding: 0px 8px 0px 20px;
}

#focus_rp {
	width: 718px;
	background-image: url(../images/main_bg1.gif);
}


#focus_rp #content {
	margin: 0px 2px 0px 20px;
	width: 482px;
	padding: 0px 8px 0px 0px;
}


html>body #focus #content {
	margin: 0px 2px 0px 10px;
	width: 450px;
	padding: 8px 8px 8px 20px;
}

#copyright {
	margin-top: 8px;
	clear: both;
	width: 718px;
	height: 27px;
	padding: 1px;
	border: 1px solid #e5e5e5;
}

html>body #copyright {
	width: 714px;
}

#copyright .content {
	padding-top: 5px;
	height: 24px;
	background: url(../images/copyright_bg.gif);
	text-align: center;
	color: #b2b2b2;

}

html>body #copyright .content {
	height: 22px;
}

#copyright a:link, #copyright a:visited {
	color: #b2b2b2;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;

}

html>body #copyright a:link, #copyright a:visited {
	border-bottom: 1px dotted #e3e3e3;
}

#copyright a:hover, #copyright a:active {
	color: #242424;
	border-bottom: 1px solid #242424;
	text-decoration: none;
}

html>body #copyright a:hover, #copyright a:active {
	border-bottom: 1px dotted #242424;
}

.caption {
	background-color: #FFFFFF;
	border: 1px solid #e8e8e8;
	padding: 5px;
	float: right;
	clear: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
	width: 290px;
}

.block {
	background-color: #FFFFFF;
	border: 1px solid #e8e8e8;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.blockend {
	border: 0;
	margin-bottom: 4px;
}

a.image:link, a.image:visited, a.image:hover, a.image:active {
	border: 0;
	text-decoration: none;
}

img {
	border: 0;
}

img.spacer {
	width: 1px;
	height: 1px;
}

img.left {
	float: left;
	margin-top: 4px;
}

img.right {
	float: right;
	margin-top: 4px;
}

#sidebar a:link, #sidebar a:visited {
	color: #007F3D;	
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover, #sidebar a:active {
	color: #999999;
	text-decoration: none;
}

html>body #sidebar a:hover, #sidebar a:active {
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

#sidebar ul li {
	padding-left: 24px;
	margin: -10px 0px 0px 0px;
	display: block;
}
.splashNav {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #007F3D;
}
.sidebarlinks {
	color: #007F3D;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-indent: 12px;
	left: 12px;
}
.whitetxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
