/*
** General style modifications
*/
body {
	margin: 1px;
	padding: 1px;
/*	text-align: center;
	background: #991111;*/
}

.body_content {
	background: white;
	margin: 4px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
/*
	position: relative;
	text-align: center;
	border: thin solid #CC3333;
	*/

}

/* For the main page titles */
h1 {
	font-weight: bold;
	color: #CC3333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;

}

/* For sub-headings on the pages */
h2 {
	font-size: 135%;
	margin-bottom: 2px;
	color: #990033;

}

/* Configure link appearnce */
a:link {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Cut down on the amount of white-space that appears surrounding lists */
ul {
	margin-top: 3px;
	margin-bottom: 3px;
}


/************************************************************************/

.PageContent {
	width: 615px;
	border-top: thin solid #CC3333;
	border-left: thin solid #CC3333;
	padding: 0% 0% 0% 1%;

}

.TopNavBarStyle {
	width: 750px;
}

.LeftNavBar {
	width: 135px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CC3333;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CC3333;
}

/* 
** These styles setup the submenus that appear on certain parts of the 
** site (e.g. Services).  The links are a different colour here, and 
** react differently when hovering compared to links in the page content
** itself.
*/
.SectionSubmenuStyle {
	font-size: 90%;
	color: #000000;
	display: block;
	margin: 0px;
	width: 135px;
	border-top: thin none #FFFF66;
	border-right: thin none #FFFF66;
	border-bottom: thin groove #FFFF66;
	border-left: thin ridge #FFFF66;
}
.SectionSubmenuStyle a:link, .SectionSubmenuStyle a:visited {
	display: block;
	width: 100%;
	color: #000000;
	padding: 3px 0px 1px 10px;
}
.SectionSubmenuStyle a:hover {
	display: block;
	color: #CC3333;
	width: 100%;
	text-decoration: underline;

}
.SectionSubmenuTitleStyle {
	font-weight: bold;
	color: #990033;
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 3px;
	margin-top: 2px;
	padding-bottom: 3px;


}

/* Use this to make a piece of text stick out... used for dates, etc. in the
   newsletter, hence the 'InlineTitle' name. */
.InlineTitle {
	font-weight: bold;
	color: #993300;
}


.PageFooterTableStyle {
	font-size: x-small;
	background-color: #CC3333;
	text-align: center;
	width: 750px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	color: #FFFFFF;

}

/* The links in the footer have to be a different colour to match. */
.PageFooterTableStyle a:link, .PageFooterTableStyle a:visited {
	color: #FFFFFF;
}
.PageFooterTableStyle a:hover {
	color: #00FFFF;
}


/* Miscellaneous utility styles */
.ImageAlignRight {
	clear: none;
	float: right;
}
.justified {
	text-align: justify;


}
.FormSubheader {
	font-size: large;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #993333;

}
.ExcerptFromOtherSite {
	color: #333333;
	margin-top: 8px;
	margin-bottom: 8px;

}
.DefinitionLink {
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	border-bottom-width: 1px;

}
.ArticlePageIndexBox {
	color: #000000;
	background-color: #FFFFCC;
	background-position: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #CC3333;
	float: right;
	width: 50%;

}
ol {

	margin-top: 3px;
	margin-bottom: 3px;
}
.DetailedList li {
	margin-top: 12px;
}
.ErrorText {
	font-size: large;
	font-weight: bolder;
	color: #FF0000;
	text-align: center;
	display: block;
	border: medium double #993300;
}
