@charset "UTF-8";
/* CSS Document */

body {
	color: black;	
	font-family:Verdana, Arial, "Helvetica", sans-serif;
	background-color:#E8E8E8;
	font-size: 9pt;
	font-stretch:semi-expanded;
	
}

* {
	margin: 0;
	padding: 0;
}

#page {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	
}

#pagein {
	width:900px;
	background-color:#e8e8e8;
	margin-left:auto;
	margin-right:auto;
	border-top: 3px solid #ab5302;
}

#epagein {
	width:900px;
	background-color:#e8e8e8;
	margin-left:auto;
	margin-right:auto;
}

option{
	padding-right: .5em; /* for FF, which doesn't like the padding of 0 for all elements wtr to options. it clips the longest option */
}

table {
	border-collapse: collapse;
}
form{
	display: inline; /* forms are logical and do not effect display */
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.padding {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}


img {
	vertical-align: middle;
}

h1{
	font-size: 1.9em;
	color:#001e59;
}

h2{
	font-size: 1.2em;
	margin: .75em 0;
	
}

h3{
	font-size: 1.17em;
	font-style:italic;
	margin: .83em 0;
	color: #6b0042;
}

h4{
	font-size: 1.0em;
	margin: 1.12em 0;
	text-align:center;
}

h5	{
	font-size: 1.7em;
	margin-left: 200px;
	padding-top: 1em;
}

h6{
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#236B70;
}

/*
h1, h2, h3, h4, h5, h6, b, strong{
	font-weight: bold;
}
*/

.titlebanner {
	background:#54003c url(images/titlegrade.jpg) repeat-x top left;
	height:30px;
	-moz-border-radius-topleft:  7px;  /* Firefox */
    -webkit-border-top-left-radius: 7px;  /* Safari/WebKit */
    border-top-left-radius: 7px;  /* future browsers with CSS3 support */
	-moz-border-radius-topright:  7px;  /* Firefox */
    -webkit-border-top-right-radius: 7px;  /* Safari/WebKit */
    border-top-right-radius: 7px;  /* future browsers with CSS3 support */
	text-align:center;
	padding-top: 1em;
}

.titlebanner h2 {
	font-size:1.2em;
	margin: 0px;
	font-weight:normal;
	color:#ffffff;
	
}

a {
	color:#a84100;
}

p + p{ /* adjacent paragraphs */
	margin-top: 1em;
}

a img,:link img,:visited img, img {
	border:none !important; 
}

ol, ul {
	line-height: 1.5em;
	margin-bottom: .5em;
	margin-top:.5em;
	margin-left: 2em;
	font-size:1em;
}

* html div{
 height: 1px;
}
