* {margin: 0; padding: 0; border: 0;}

body {
	text-align: left; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.7em;
	color: #333;
	background: #fff;
	min-width: 700px;
}

p {
	margin: 1em 0;
}
p.morespace {
	margin-top:		2em;
}

table { 
	font-size: 1em;				/* for IE/Win not inheriting into tables */
/*
	border: 1px solid green;
	width: 760px;
*/
}

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.right { float: right }
.left { float: left }
.centered { text-align: center; }

div#header {
	height: 130px;
	width: 100%;
	background: #0F185B url(./images/header.jpg) center no-repeat;
	border-bottom: 4px solid #A33871;
}
div#header h1 {
  text-indent: -1234em;
}


td.leftcol {
	width: 13em;
	vertical-align: top;
}
td.centercol {
	vertical-align: top;
/*
	border: 1px solid green;
*/
}
td.rightcol {
	width:	13em;
	vertical-align: top;
}

/* Navigation in left Column */

div#leftcol {
	padding: 5em 1em 1em 1em;
}

div#leftcol ul, div#leftcol ol {
	margin: .5em 0 1em .5em;
	list-style-type: none;
}
div#leftcol li {
	margin: .5em 0;
	line-height: 1.2em;
}


/* Content in Center Column */

div#centercol {
	padding: 1em 2em 1em 1em;
}

h2 {
	color: #74004c;    /*#A33871;*/
}

div#pagetitle h1 {
	font-size: 1.9em;
	text-align: center; 
	font-weight: normal;
	line-height: 1.3em;
	margin-top: .7em;
	color: 			#465297;
}

div#centercol h2 {
	font-size: 1.5em;
	text-align: left; 
	font-weight: normal;
	margin-top: 2em;
}
.subhead {
	font-size: .8em;
}


div#centercol img.right { 
	display: inline;
	margin-right: -1em;
}
div#centercol img.left { 
	margin: 0 7px 2px 0; 
	display: inline;
}

div.imageRight {
	width: 150px;
	float:right;
	margin: 2em 0 1em 1em;
}
p.caption {
	font-size:		.9em;
	line-height: 1.1em;
	text-align:	center;
	margin: 0;
}

div#centercol ul, div#centercol ol {
	margin-left: 3em;
}
div#centercol li {
	margin: .5em 0;
}


blockquote {
	background-color:	#FFECC5;        /*#ffff99;*/
	font-style:		italic;
	font-size:		1.1em;
	margin:			2em 0 2em 0;
	padding: 		.3em 1em .3em 1em;
}

blockquote.plain {
	background: none;
	padding: 		0;
}


cite {
	font-size:		.75em;
	line-height: 1em;
}

div#bottomlinks {
	margin: 4em 0 1em 0;
	padding: 1em 0;
	border-width: 2px 0;
	border-color: #465297;
	border-style: solid;
	text-align: center;
}
div#bottomlinks ul, div#bottomlinks ol {
	list-style-type: none;
	margin: 0;
}
div#bottomlinks li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: .5em 0;
}


/*  ---------Right Column -------------------- */

div#rightcol {
	padding: 3em 1em 1em 1em;
}
div#rightcol h2 {
	font-size: 1.2em;
	text-align: center; 
	font-weight: normal;
	margin-top: 2em;
}

/*  ---------Footer -------------------- */

div#footer {
	clear: both;
	margin: 0 0 400px 0;
	padding: 2em 0 0 0;
	background: #FFF5C2;
	text-align: center;
	color: #465297;
	width: 100%;
}

div#logo {
	margin: 3em 0 0 0;
	background: #fff url(./images/logo-bgn.gif) top repeat-x;
}

div#logo address {
	display:inline;
	font-size: 1.6em;
	margin: 45px 1em 0 1em;
}

/*  ---------Links, hover, etc. -------------------- */

a:link{
	color: #74004c;
	text-decoration: none;
	background: url(./images/dashes.gif) bottom left repeat-x;
}

a:visited {
	color: #333;
	text-decoration: none;
	background: url(./images/dashes.gif) bottom left repeat-x;
}

a:hover {
	color: #465297;
	text-decoration: underline;
	background: none;
}

a:active {
	color: red;
}

#leftcol a:link {
	color: #74004c;
	background: none;
	text-decoration: none;
}

#leftcol a:visited {
	color: #74004c;
	background: none;
	text-decoration: none;
}

#leftcol a:hover {
	color: #465297;
	text-decoration: none;
	background: url(./images/dashes.gif) bottom left repeat-x;
/*
	text-decoration: underline;
	background: none;
*/
}
/*  ---------/Links, hover, etc. -------------------- */


