/* --- Basic Style Attributes --- */

body	{
	background: #022F55;
	margin: 0;
	}


/* --- *********************** --- */
/* --- *********************** --- */
/* --- *********************** --- */
/* --- THE SECTOR BELOW IS A
CASCADE OF STYLES USED FOR WIDTH
CONTROL, PREVENTING A RESIZED
WINDOW FROM TAMPERING WITH THE
LAYOUT OF THE PAGE AND RENDERING
IT UNREADABLE!  DO NOT TAMPER! --- */
/* --- *********************** --- */
/* --- *********************** --- */
/* --- *********************** --- */
* html .container {
	margin-left: -950px;
	position: relative;
}
/*\*/
* html .container, * html .content {
	height: 1px;
}
/**/
.content {
	padding: 0px;
}
.width {
	width: 90%;
	min-width: 950px;
	margin:0 auto;
	height:100%;
}
* html .minwidth {
	padding-left: 950px;
}
/*\*/
* html .minwidth, * html .layout {
	height: 1px;
}
/* --- *********************** --- */
/* --- *********************** --- */
/* --- *********************** --- */
/* --- THE SECTOR ABOVE IS A
CASCADE OF STYLES USED FOR WIDTH
CONTROL, PREVENTING A RESIZED
WINDOW FROM TAMPERING WITH THE
LAYOUT OF THE PAGE AND RENDERING
IT UNREADABLE!  DO NOT TAMPER! --- */
/* --- *********************** --- */
/* --- *********************** --- */
/* --- *********************** --- */

table	{
	width: 100%;
	border: 0px none #FFFFFF;
	border-spacing: 0px;
	padding: 0px;
	}

/* --- These pseudo-styles ensure that the first letter of any size
1 or 2 heading is automatically a rubric as well. --- */
h1:first-letter	{
	color: #a90017;
	}

h2:first-letter	{
	color: #a90017;
	}

h3:first-letter	{
	color: #a90017;
	}

/* --- The heading styles delineated here are for use in the
header portion of the page ONLY --- */

h3.footercl {
	font-family: Arial, sans-serif;
	font-size: .90em;
	line-height: .5em;
	text-align: center;
	vertical-align: middle;
	margin-top:0;
	margin-bottom: 0;
	padding-bottom: 5px;
	color: #707070;
	}

/* --- The following heading 1 and paragraph classes are used
in the main content cell ONLY --- */

h1.maincl	{
	font-family: "Palatino Linotype", serif;
	font-size: 3.0em;
	font-weight: lighter;
	line-height: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 20px;
	color: #707070;
	}

h3.maincl	{
	font-family: "Palatino Linotype", serif;
	font-size: 1.5em;
	font-weight: lighter;
	line-height: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 20px;
	color: #707070;
	}

p.maincl	{
	text-indent: 1.5em;
	font-family: Arial, sans-serif;
	font-size: .85em;
	line-height: 1.7em;
	text-align: left;
	margin-top:0;
	margin-bottom: 0;
	padding-bottom: 1em;
	margin-left: 20px;
	}

p.maincl2	{
	font-family: Arial, sans-serif;
	font-size: .85em;
	line-height: 1.7em;
	text-align: left;
	margin-top:0;
	margin-bottom: 0;
	padding-bottom: 1em;
	margin-left: 20px;
	}

/* --- Table Data Styles ---*/

td#footercell	{
	width: 850px;
	vertical-align: top;
	}

td#headercell	{
	height: 150px;
	width: 850px;
	vertical-align: top;
	}

td#lsidecell	{
	height: 300px;
	width: 100px;
	vertical-align: top;
	}

td#maincell	{
	width: 850px;
	vertical-align: top;
	}

td#rsidecell	{
	vertical-align: top;
	}

/* --- Division Styles ---*/

#header	{
	background: #FFFFFF;
	width: auto;
	border-bottom: 10px solid #ECECEC;
	max-width: 700px;
	padding: 0px 15px 5px 15px;
	}

#main	{
	background: #FFFFFF;
	padding: 10px 10px 20px 20px;
	max-width: 700px;
	min-width: 600px;
	width: auto;
	}

#leftsidebar {
	background: #022F55;
	height: 100%;
	min-height: 300px;
	padding: 20px 0px 20px 5px;
	max-width: 120px;
	min-width: 120px;
	position: fixed;
	font-family: Verdana, sans-serif;
	font-size: .7em;
	font-weight: 600;
	line-height: 1.5em;
	color: #A90021;
	border-right: 2px solid #a90021;
	}


#rightsidebar {
	background: #022F55;
	height: 100%;
	padding: 0px;
	max-width: 120px;
	min-width: 0px;
	position: fixed;
	font-family: Verdana, sans-serif;
	font-size: .7em;
	font-weight: 600;
	line-height: 1.5em;
	color: #A90021;
	}

#footer {
	background: #ECECEC;
	width: 100%;
	height: 30px;
	vertical-align: middle;
	padding: 10px 15px 10px 15px;
	max-width: 700px;
	}

/* --- Span Styles --- */
/* --- The rubric script below is used to turn sections of text red.
Use SPARINGLY for emphasis or when reddening capitals in a heading. --- */

.rubric	{
	color: #a90017;
	}

/* --- The firstletter script below provides drop-caps to any item which is enclosed in a span bearing its name.  Use to begin content postings only. --- */

.firstletter {
	float: left;
	font-size: 3.5em;
	font-family: "Palatino Linotype", serif;
	line-height: .7;
	font-weight: normal;
	margin-right: 0.2em;
	color: #707070;
	}

#sidetitle	{
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	}

.boldface	{
	font-weight: bold;
	}

.itals	{
	font-style: italic;
	}

/* --- Link Styling --- */

a:link 	{
	color: #A90021;
	text-decoration: none;
	}

a:visited	{
	color: #BC001D;
	text-decoration: none;
	}

a:active	{
	color: #CF0021;
	text-decoration: none;
	}

a:hover	{
	color: #BC001D;
	text-decoration: none;
	}