@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: x-small;	
/* IE 5.5 can’t see the next line but all others can \*/
	font-size: small;
/* End hack - BTW it works for Mac IE too */
}

html {
   overflow-y: scroll;
   overflow: -moz-scrollbars-vertical;
} 

html, body {
/*	min-height: 100%;*/
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
	background: #FFFFFF url(../images/bodybkgd.jpg) top center no-repeat;
}

p, h1, h2, h3, h4, h5, h6, strong {
	margin: 0px;
/*	padding: 0 10px 5px 0;*/
	padding-bottom: 2%;
}

p, strong, li {
/*	font-size: 88%;*/
	font-size: 90%;
	line-height: 130%;
}

/*p, strong, a, ol, ul, li {
	line-height: 130%;
}*/

strong {
	font-size: inherit;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #800000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	padding: 2px 0;
	margin: 0 0 7px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	padding-bottom: 3px;
	margin: 0 0 7px 0;
	border-bottom: dotted 1px #000066;
}

h3 {
	font-size: 110%;
	margin: 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #990000;
	margin: 20px 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: dotted 1px #999999;
}

h6 {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	border-top: dotted 1px #333333;
}

a:link,  a:visited {
	font-size: inherit;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	padding: 5px 0;
}

.display-none {
	display: none;
}

.dotted-line{
	border-bottom: dotted 1px #333333;
	margin: 10px 0;
	clear: both;
}

.note {
	font-size: 80%;
}

a.whitelink:link,
a.whitelink:visited {
	color: #FFFFFF;
}

a.whitelink:hover {
	color: #800000;
}

a.whitelink:active {
	color: #CCCCCC;
}

.caption {
	font-size: 10px;
	font-style: oblique;
}

.credits {
	font-size: 10px;
	padding: 10px;
}

.credits a {
	text-decoration: underline;
}

.align-left {
	align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

.nomargin-top {
	margin-top: 0;
}

.date {
	font-size: 10px;
	color: #666666;
}

h2 span,
h3 span {
	display: none;
}

.margin-left-10px {
	margin-left: 10px;
}


/* FORM STYLES */

form {
	margin: 0 0 10px 0;
	padding: 0;
}

fieldset {
	margin: 4px 0;
	padding: 0;
	border: none;
/*	background-color: #EDEDED;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;*/
}

form label {
	width: 100px;
	margin: 0 15px 0 0;
	padding: 3px;
	display: block;
	font-weight: bold;
	text-align:right;
	float: left;
}

.input {
	border: solid 1px #999999;
	background-color: #F7F7F7;
	padding: 1px;
	font-size: 11px;
}

/* END OF FORM STYLES */


/* STRUCTURAL STYLING */

#outer {
	width: 800px;
	height: 800px;
	margin: 20px auto;
	background: url(../images/holdingpage.gif) no-repeat;
}