﻿@charset "utf-8";
@import url("colors.css");
@import url("formStyles.css");
@import url("tags.css");
* {
	margin: 0;
	padding: 0;
}
.justify {
	text-align: justify;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	text-align: center;
	background-image:url(../graphics/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColFixCtr #container {
	width: 753px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	display: block;
	text-align: center;
	white-space: nowrap;
	height: 1.5em;
}
ul#menu li {
	display: inline;
	padding: 8px 0px 0px 0px;
}
ul#menu {
	padding: 7px 0px;
}
#menu li a {
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	background-image: url(../graphics/button-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #96667a;
	text-align: center;
	color: #F1E2EF;
	text-decoration: none;
	white-space: nowrap;
	border-top: none;
	border-right: 2px solid #672a54;
	border-bottom: 2px solid #672a54;
	border-left: 1px solid #672a54;
	margin: 0px 1px 1px;
	padding: 4px 9px;
}
#menu a:hover {
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	background-image: url(../graphics/button.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	color: #FEFBEB;
	text-decoration: none;
	white-space: nowrap;
	border-top: none;
	border-right: 2px ridge #672a54;
	border-bottom: 2px ridge #672a54;
	border-left: 1px ridge #672a54;
	margin: 0px 1px 1px;
	padding: 4px 9px;
}
#top, #topFlash {
	background-image: url(../graphics/flashBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainContent .withthewords {
	text-align: left;
}
.floatleft {
	float: left;
}
.floatright {
	float:right;
}
.clearleft {
	clear:left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}
.footer {
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-variant: small-caps;
	text-transform: capitalize;
}
.credits {
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-variant: small-caps;
}
#mainContent #submenu {
	float: left;
	width: 228px;
	clear: right;
	height: 100%;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #C2875C;
	text-decoration: none;
	padding-bottom: 1ex;
}
#regionMenu {
	background-color: #753B6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	border: medium ridge #AA612A;
	padding: 0.5ex;
	text-decoration: underline;
}
.small {
	font-size: x-small;
	font-weight: normal;
}
.trebu {
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	word-spacing: 1.2em;
	letter-spacing: 0.2ex;
}
ul.boxlists li {
	line-height: 1.4em;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 1em;
}
ul.boxlists2 li {
	line-height: 1.4em;
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 1em;
	color: #000000;
}
a.pdf-doc {
	color: #FF0000;
}

#SBAdisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: italic;
	color: #5A748B;
	text-align: center;
	margin: 1ex;
	padding: 1em;
	line-height: 1.1em;
}

