/* STYLE RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;
	outline: 0;

	vertical-align: baseline;
}

em {
font-style: italic;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;

}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
	
}

/* END STYLE RESET */



body {
margin:0;
padding:0;
background: #192963;
font-size: smaller;
font-family: Times, Times New Roman, serif;
line-height: 1.4em;
}

h1 {
	text-align: center;
	padding-top: 80px;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	text-align: center;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: underline;
}

.quotes {
	text-decoration: none;
}

h3 {
	font-size: 1.05em;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: -.6em;
}

p {
	font-size: 1.02em;
}

.p_first {
	margin-top: -.4em;
}

ol, ul {
	list-style: disc;
	margin-right: 40px;
	font-size: 1.02em;
}

.w_s_list {
	list-style: none;
	margin-left: 110px;
}

.unstyled_list {
list-style: none;
margin-left: -40px;
line-height: 1em;
}

.item_title {
	float: left;
	margin-left: -130px;
}

li {
	margin-top: 8px;
}


a:link{
	text-decoration: none;
	color: #192963;
	
}

a {
	text-decoration: none;
}

#release {
background: #061851;
}

th,td {
padding-left: 25px;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}




/*------Start Content paragraphs-------*/

#contentcolumn {
max-width: 600px;
margin: 0 auto; /*Center container on page*/

padding: 35px;
padding-top: 30px;
padding-bottom: 40px;
background: #dfdede;
	border-color: #858eac;
	border-style: solid;
	border-width: 6px;
	border-collapse: collapse;

}

.superscript {
font-size: 70%;
vertical-align: super;
line-height: 1.3em;
}


#contact {
	float: right;
	position: relative;
	top: -18px;
	left: -10px;
}

#block_title {
	position: relative;
	top: 18px;
	left: -60px;
}

.indent {
	padding-left: 130px;
		margin-top: -31px;
}

.list_indent {
	padding-left: 130px;

}

.list_indent li {
	margin-top: 4px;
}

.neg_margin {
	margin-left: -100px;

}

