body {
	font: 80%/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
}

h2,
hr {
	display: none;
}
#content h2,
#primaryContent hr,
#secondaryContent hr {
	display: block;
}

.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.85em;
}

/* content images */

.imageLeft {
	float: left;
	margin: 0 0.7em 0.7em 0;
	font-size: 90%;
}

.imageRight {
	float: right;
	margin: 0 0 0.7em 0.7em;
	font-size: 90%;
}

.imageLeft img,
.imageRight img {
	border: 1px solid #00225f;
}


/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}

blockquote { /* used in FCK to indent text */
	margin-left: 40px;
}
#content ol {
	margin: 0 0 1em 3em;
	padding: 0;
}
#content ol li {
	padding: 0;
}

table {
	border-collapse: collapse;
	border: 0;
	margin: 0;
}

table td {
	padding: 0;
}



/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	color: #000000;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.4em;
	color: #00225f;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.25em;
	color: #0086db;
}

h4 {
	color: #00225f;
	font-size: 1.15em;
}

h5 {
	font-size: 0.95em;
}

h6 {
	font-size: 0.8em;
	font-weight: normal;
}


/* various text */

.note {
	font-size: 0.95em;
	color: #00227d;
}

.accent {
	color: #00227d;
}

/* images */

a img {
	border: none;
}


/* lists */

#content ul {
	list-style-image: url(../images/interface/bullet.png);
	padding-left: 2em;
}

* html #content ul {
	/* IE/WIN doesn't vertical-align the bullet well */
	list-style-image: url(../images/interface/bullet_ie.png);
}


dt {
	float: left;
	width: 12em;
	font-weight: bold;
}

ul#sitemap li {
	font-weight: bold;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.95em;
}
ul#sitemap li li li {
	list-style: circle;
	font-weight: normal;
	font-size: 0.95em;
}


/* forms */
form table {
	border-collapse: collapse;
}
form table td {
	padding: 0.25em;
}

input, select, textarea {
	/* make sure these elements get the same fonts */
	font: 100% Arial, Helvetica, sans-serif;
}

input.text, textarea {
	border: 1px solid #333333;
	background: #FFF;

}
textarea	{
	padding: 0.6em;
}

input.submit,
input.button,
a.button {
	cursor: pointer;
	padding: 2px 5px;
	background: #00225f;
	border-left: 1px solid #bdc3de;
	border-top: 1px solid #bdc3de;
	border-right: 1px solid #010e24;
	border-bottom: 1px solid #010e24;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
* html input.submit,
* html input.button {
	padding: 1px 0 0 0;
}

.submit:hover,
.button:hover {
	background: #00225f;
	border-left: 1px solid #3e5072;
	border-top: 1px solid #3e5072;
	border-right: 1px solid #bdc3de;
	border-bottom: 1px solid #bdc3de;
	background: #667a9f;
	color: #ebedf5;
}

form div {
	clear: left;
	margin: 0 0 0.5em 0;
}



form div label {
	display: block;
	width: 12em;
	float: left;
}

div div td	{
	padding: 0.2em;
}

form div div,
form div.footer {
/*	margin-left: 12em;  */
}

form div div label {
	display: inline;
	width: auto;
	float: none;
}
