@CHARSET "ISO-8859-1";


/* Default Text Formatting */
body {
	font-family: arial;
	font-size: 12pt;
	color: black;
	display: block;
	background: #98C98E;
}

/* Specialized Text Formatting */
#page h2 {
	text-align: center;
	font-size: 14pt;
}

/* Page size contraints, border and background */
#page {
	width: 946px;
	background: white;
	background-image: url(../images/flowers.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-left: auto;
    margin-right: auto;
}

#content {
	margin: 10px;
}

.floatleft {
	float: left;
	margin: 10px;
}

.floatright {
	float: right;
	margin: 10px;
}

.italic {
	font-style: italic;
}

.page_title {
	
}

.product_title {
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
}

.fine_print {
	text-align: center;
}

.center {
	text-align: center;
}

#subnav {
	text-align: center;
}

#product_table {
	border: none;
}

#about_paragraph_one {
	height: 220px;
	margin-left: 30px;
	margin-right: 30px;
}

#about_paragraph_two {
	height: 250px;
	margin-right: 30px;
	margin-left: 30px;
}

#body_paragraphs {
	margin-right: 30px;
	margin-left: 30px;
}

#footer {
	position: relative;
	color: white;
	font-style: italic;
	font-size: 10pt;
	width: 946px;
	height: 226px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin-left: auto;
    margin-right: auto;
}

#footer p {
	bottom:0;
	width: 946px;
	position: absolute;
	text-align: center;
}

/* Header */
#header {
	width: 946px;
	height: 283px;
	background-image: url(../images/header.png);
}

/*
#navbar {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #98C98E;
}
*/

iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border: none;
}

a {
	color: #ED1C24;
}

#navbar {
	float: left;
	border: 1px solid #98C98E;
	width: 200px;
	margin: 10px;
	padding: 5px;
}

#navbar ul {
	list-style-type: none;
	left: -20px;
	top: -5px;
	position: relative;
}

#navbar ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#navbar a {
	/*margin-left: 10px;
	margin-right: 5px;*/
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: none;
}

#content h1 {
	margin-left: 20px;
}

/* Form */
#form {
	width: 470px;
	border: 1px solid #99CC99;
	background: white;
	margin-left: auto;
	margin-right: auto;
}

#form .small {
	font-weight: normal;
	font-style: italic;
	font-size: 9pt;
}

#form fieldset {
	border: none;
}

#form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#form li {
	height: 27px;
}

#form #submit {
	float: right;
}

#form label {
	float: left;
	display: block;
	width: 200px;
	padding-top: 3px;
	font-weight: bold;
}

#form input {
	float: right;
	width: 200px;
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
}

#form #form-submit {
	float: right;
	width: 60px;
	height: 21px;
	padding: 0px;
	background: red;
	border: none;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#applications {
	border: 1px solid #99CC99;
	background: white;
}

#applications tr.titleRow td {
	background: #FFFFCC;
	font-weight: bold;
	padding: 2px;
}

#applications tr.evenRow td {
	background: #CCCCFF;
	border-top: 1px solid #99CC99;
	padding: 2px;
}

#applications tr.oddRow td {
	background: #CCFFCC;
	border-top: 1px solid #99CC99;
	padding: 2px;
}

/* SYSTEM MESSAGE TYPES */

#success {
	border: 1px solid green;
	background: #66FF99;
	padding: 5px;
}

#error {
	border: 1px solid red;
	background: #FF6666;
	padding: 5px;
}