/* Primary Stylesheet for all standards-compliant browsers */

html {
	padding: 0;
	margin: 0;
	font-size: small;
	font-family: verdana, arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
}

#container {
	font-size: 90%;
	width: 725px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#containerCenter {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#actionerrors {
	margin: 0 auto 25px auto;
	padding: 8px;
	width: 400px;
	border: 1px solid #0033cc;
	font-size: 110%;
	background-color: #aaccff;
}

#actionerrors p {
	margin: 0 0 8px 0;
	padding: 0 0 0 25px;
	text-align: left;
	font-weight: bold;
	background: #aaccff url(../images/error.png) bottom left no-repeat;
}

#actionerrors ul {
	list-style: disc;
	margin: 0;
	padding-left: 55px;
}

#actionerrors ul li {
	text-align: left;
}

#contentdiv {
	text-align: center;
}

h2 {
	color: #627b93;
	line-height: 24px;
}

.nav {
	font: 500 12px arial;
	color: #ffffff;
	line-height: 24px;
}

a.nav {
	font: 500 12px arial;
	color: #ffffff;
	line-height: 24px;
	text-decoration: none;
}

span.label {
	font-size: 90%;
	color: #003366;
	line-height: 16px;
}

span.req {
	font-size: 90%;
	color: #ff0000;
	line-height: 16px;
}

input {
	font-size: 90%;
	color: #000000;
	background-color: #eeeeee;
	line-height: 16px;
	border: 1pt solid #003366;
}

input.btn {
	font-size: 90%;
	color: #000000;
	background-color: #99ccff;
	line-height: 16px;
	margin: 3pt 3pt 3pt 3pt;
	border: 1pt solid #003366;
}

.error {
	color: #FF0000;
	line-height: 16px;
}

a {
	color: #000000;
	line-height: 24px;
	text-decoration: none;
}

td {
	color: #000000;
	line-height: 16px;
}

.heading {
	font-size: 110%;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
}

a:hover {
	text-decoration: underline;
}

.centerBoldMediumScreenMarginsBlack {
	max-width: 725px;
	text-align: center;
	font-weight: bold;
}

.centerBoldMediumScreenMarginsBlack {
	max-width: 725px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: black;
	font-variant: small-caps;
}

.centerBoldBlueVariant {
	text-align: center;
	color: blue;
	font-variant: small-caps;
	font-size: 120%;
	text-decoration: underline;
}

.centerBoldBlackVar25nt {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
}

.mediumScreenMargins {
	max-width: 725px;
}

.mediumScreenMarginsCentered {
	max-width: 725px;
	text-align: center;
}

.smallScreenMarginsIndented {
	width: 100%;
	font-size: 100%;
}

.headingTitle {
	font-size: 130%;
	padding-top: 6px;
	padding-bottom: 4px;
}

.headingLargeBlue {	
	max-width: 725px;	
	font-variant: small-caps;
	color: blue;
	text-align: center;
}

.headingMedBlue {	
	font-variant: small-caps;
	color: blue;
	font-size: 175%;
	text-align: center;
}

.headingMedBlack {
	font-weight: bold;
	font-variant: small-caps;
}

.helpTextBody {
	text-align: left;
	padding: 10px;
	font-size: 90%;
}

.helpTextParagraphHeaders {
	font-variant: small-caps;
	font-size: 125%;
	font-weight: bold;	
}

.sectionHeaderBlack {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 140%;
}                    

.tableCenter {
	width: 100%;
	font-size: 100%;
	margin: 0 auto 8px auto;
}

.tableCenter th,
.tableCenter td {
	padding: 4px;
}

.loadingresults {
	text-align: center;
	vertical-align: middle;
}

.loadingresults img {
	margin: 0 auto;
	display: block;
	text-align: center;
}

