/* CSS Document - tag styles - SCREEN LAYOUT style sheet */

/* sets main document frame and colour */
body {
	width: 975px;
	margin: 0px auto;
	padding: 0;
	color: #003;
	background-color: #D3DFF0;
	border: 12px solid #fff;
}
#container {
	background-color: #FFFFFF;
}
img {
	border-style: none;
}
hr {
	display: block;
	height: 2px;
	border-style: solid;
	border-color: #eee;
	border-width: 2px 0px 0px 0px;
}

/* sets font properties */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
}
h1 {
	font-size: 170%;
	line-height: 105%;
	color: #FFC200;
	margin: 0px;
	padding: 6px 0px 16px 0px;
}
h2 {
	font-size: 115%;
	line-height: 120%;
	margin: 12px 0 24px 0;
	padding: 0;
}
h3 {
	font-size: 100%;
	color: #003;
	background-color: #D3DFF0;
	display: block;
	padding: 2px 4px;
}
h4 {
	font-size: 95%;
	color: #003;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}
h5 {
	font-size: 95%;
	margin: 6px 0px 18px 0px;
	padding: 0px;
	font-weight: normal;
}
h6 {
	font-size: 85%;
	color: #003;
	margin: 2px 0px;
	padding: 0px;
}
a:link {
	color: #2139A5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2139A5;
}
a:hover {
	text-decoration: underline;
	color: #2139A5;
}
a:active {
	text-decoration: none;
	color: #999;
}
caption {
	color: #003;
	background-color: #D9E5F4;
	text-align: left;
	vertical-align: middle;
	padding: 4px 4px 2px 4px;
	font-weight: bold;
}

/* sets header area */
#masthead {
	margin: 0px 0px 12px 0px;
	padding: 0;
	height:82px;
	background-image: url(images/bgMasthead.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
#printheader {
	display: none;
}
#break_top {
	clear: both;
}

/* sets footer area */
#footer {
	margin: 0;
	height:48px;
	background-image: url(images/bgFooter.png);
	background-repeat: no-repeat;
	padding: 0;
	background-color: #fff;
	background-position: 0px;
}
#copyright {
	font-size: 0.55em;
	line-height: 1.2em;
	float: left;
	width: 153px;
	position: relative;
	bottom: 34px;
	left: 4px;
}
#printfooter {
	display: none;
}
#break_bottom {
	clear: both;
}

/* sets navgation bar */
#navigation {
	float: left;
	display: inline;
	padding: 0;
	margin: 0px 0px 50px 0px;
	width:145px;
	font-weight: bold;
}
#navigation ul {
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
}
#navigation li {
	list-style-type: none;
	text-indent: 0px;
	margin: 3px 0px;
}
#navigation a:link, #navigation a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #495B76;
	background-color: #eee;
	margin: 0px;
	padding: 4px 6px;
}
#navigation a:hover, #navigation a:active {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #354356;
	background-color: #ddd;
	margin: 0px;
	padding: 4px 6px;
}

/* sets main content area */
#content {
	padding:22px 35px 25px 30px;
	margin: 15px 0px 15px 170px;
	border: 2px solid #eee;
	width: 733px;
}
#content table {
	margin: 0;
}
#content tr {
	vertical-align: top;
}
#content th {
	padding: 4pt;
	font-weight: bold;
	text-align: left;
	border-top: solid 2px #eee;
	border-bottom: solid 2px #eee;
}
#content td {
	padding: 4px;
	border-top: solid 0px #eee;
	border-bottom: solid 2px #eee;
}

#content img {
	margin: 2px;
}
#content ul {
	list-style-image: url(images/arrowBlue.gif);
}
#content ol {
	list-style-type: lower-roman;
}
#content li{
	padding-bottom: 8px;
	padding-right: 20px;
}
#content dl {
}
#content dt {
	padding: 0;
	margin: 12px 0px 2px 4px;
}
#content dd {
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 4px;
}
#content blockquote {
	padding: 0px;
	margin: 0px 10px;
}

/* sets extra page elments */
#imageright {
	float: right;
	text-align: right;
	padding: 0px 0px 5px 5px;
}
#nobordertable td {
	border: 0px;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
#smalltabletext {
	font-size: 85%;
	line-height: 110%;
}
#menulist {
	display: inline;
}
#menulist ul li {
	list-style-type: none;
	list-style-image: none;
	text-indent: 0;
	padding: 0;
}
.downloads li{
	margin: 8px 0px;
}
.quotecaption {
	font-size: 0.8em;
	text-align: right;
	margin: 18px 6px 18px 0px;
	padding: 0px;
	font-style: italic;
}
.smalltext {
	font-size: 0.6em;
	line-height: 1.25em;
	margin: 0px 0px 0px 4px;
}
.backtext {
	font-size: 90%;
	line-height: 110%;
	text-align: right;
	display: block;
	padding: 10px 0px 0px 0px;
}
.img_right {
	float: right;
	padding-left: 8px;
}
#image_right {
	width: 185px;
	float: right;
}
#text_left {
	width: 520px;
}
#break_textleft {
	clear: both;
}
.dates {
	color: #7793BC;
	font-weight: bold;
	width: 3.5em;
	float: left;
	margin-left: -3.5em;
	position: relative;
	left: 0em;
}
#date_indent {
	width: 625px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5em;
}

