html {
	background-color: #b9d0e0;
	overflow-y: scroll;
}

body {
	margin: 0em;
	padding: 0em;
	background-color: #b9d0e0;
	text-align: center;
	font-size: 70%;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: 1em;
	line-height: 1.5em;
}

table {
	margin-bottom: 1em;
}

th {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 1em;
	margin: 0em;
	border: 0em;
}

h1 {
	font-size: 110%;
	margin-bottom: 0.5em;
}

h2, h3, h4 {
	font-size: 100%;
}

h1, h1 a:visited {
	color: #333399;
}

h1, h2 {
	margin-top: 0em;
	margin-left: 1em;
}

h2 {
	margin-bottom: 1.5em;
	color: #333399;
	font-weight: normal;
}

h3 {
	margin-bottom: 0em;
}

h4 {
}

ul {
	line-height: 1.5em;
}

ul ul {
	margin-left: 1.5em;
	list-style: disc;
}

a:link, a:link td, a:link th {
	color: #cc3333;
	text-decoration: none;
}

a:visited, a:visited td, a:visited th {
	color: #cc3333;
	text-decoration: none;
}

a:hover, a:hover td, a:hover th {
	color: #ff0000;
}

fieldset {
	border: 1px solid #146fa9;
	padding-bottom: 0.5em;
}

legend {
	border: 1px solid #146fa9;
	margin-left: 0em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	background-color: #edf2f6;
	color: #333399;
}

label {
	display: inline-block;
	padding-left: 2em;
	width: 10em;
}

input, textarea, select {
	color: #146fa9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

button {
	border: 1px solid #146fa9;
	background-color: #cccc99;
	text-align: center;
}

address {
	font-style: normal;
}

#frame {
	position: relative;
	width: 768px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	text-align: left;
	border: 1px solid #146fa9;
	background: #ffffff url(../images/bg.gif) repeat-y;
}

#header {
	margin: 0em;
	border-top: 0em;
	border-left: 0em;
	border-right: 0em;
	border-bottom: 1px dashed #bbbbaa;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	text-align: left;
}

#header img {
}

#logo {
	float: right;
	padding-top: 0.25em;
	padding-right: 1em;
}

#menu {
	width: 138px;
	margin: 0em;
}

#menu ul {
	list-style-type: none;
	margin-top: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li {
	display: block;
	border-bottom: 1px dotted #bbbbaa; 
}

#menu a {
	display: block;
	padding: 5px;
	color: #ffffff;
}

#menu ul a {
	width: 128px;
	margin: 0em;
	border: 0em;
}

#menu a:hover {
	background-color: #4660a4;
	text-decoration: none;
}

#searchBox {
	white-space: nowrap;
	margin-top: 3em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#searchBox h2 {
	margin-bottom: 0.5em;
}

#main {
	position: relative;
	float: right;
	width: 602px;
	margin: 0em;
	padding: 1em;
	text-align: left;
	font-size: 100%;
}

#main li {
	margin-bottom: 1em;
}

.text {
    /*margin-right: 215px;*/
}
	
.columnImage {
    display: inline-block;
	float: right;
	clear: right;
	width: 200px;
	color: #333399;
	margin-right: -215px;
	margin-left: 1em;
}

.columnImage img {
	display: block;
	border: 1px solid black;
}

.clearing {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearing {
    height: 1px;
    }
.clearing {
    display: block;
    }
/* End hide from IE-mac */

.clearing:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#footer {
	height: 40px;
	border-top: 1px solid #146fa9;
	margin: 0em;
	padding: 0em;
	clear: both;
}

#footer img {
	display: block;
}

.button {
	height: 19px;
	border: 1px solid #146fa9;
	font-size: 100%;
	background-color: #edf2f6;
}

#submit {
	margin-left: 13em;
	margin-top: 2em;
}

.textInput {
	border: 1px solid #146fa9;
	font-size: 100%;
	height: 15px;
	padding-top: 1px;
	padding-left: 1px;
}

.docList {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
}