/* CSS Document */

/* this is for the body tag. */
body
{
	background-color : #FFFFFF;
	padding : 10px;
	margin : 0px;
	color : #000066;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
}

/* this is for basic links. */
body a
{
	background-color : transparent;
	color : #B44800;
	text-decoration : none;
}

/* this is for the footer bar link in hover. */
body a:hover
{
	background-color : #E1E1F6;	
	color : #000066;
	text-decoration : none;
}

/* this is for the search engine text. */
#searchEngineText
{
	z-index : 5;	
}

/* this is for the search engine text paragraphs. */
#searchEngineText p
{
	font-family : "Courier New", Courier, mono;
	font-size : 3px;
	color : #FCFCFC;
	text-align : center;
}

/* this is for the footer bar. */
#footerBar
{
	background-color : transparent;
	font-family : "Courier New", Courier, mono;
	font-size : 11px;
	color : #B44800;
	text-decoration : none;
	text-align : center;
}

/* this is for the footer bar links. */
#footerBar a
{
	background-color : transparent;
	color : #B44800;
	text-decoration : none;
}

/* this is for the footer bar link in hover. */
#footerBar a:hover
{
	background-color : #E1E1F6;	
	color : #000066;
	text-decoration : none;
}

/* this is for the main main headings. */
body h2
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	background-color : transparent;
	padding-left : 10px;
	margin-bottom : 2px;
	margin-top : 4px;
}

/* this is for the main headings. */
body h3
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color : transparent;
	padding-left : 20px;
	margin-bottom : 2px;
	margin-top : 4px;
}

/* this is for the sub headings. */
body h4
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color : transparent;
	padding-left : 30px;
	margin-bottom : 1px;
	margin-top : 2px;
}

/* this is for the body paragraphs. */
body p
{
	font-size : 14px;
	font-weight : normal;
	background-color : transparent;
	padding-left : 40px;
	padding-right : 10%;
	margin-bottom : 1px;
	margin-top : 2px;
}

/* this is the link sub class for the body paragraphs. */
.linkSub
{
	padding-left : 60px;
}

/* this is for the flash only message. */
#flashOnly
{
	font-size : 12px;
	color : #B44800;
}

/* this is for the mdi logo in the heading. */
#logo
{
	position : absolute;
	padding-top : 10px;
	padding-left : 20px;
	z-index : 50;
}

/* this is for the page heading. */
#pageHeading
{
	position : absolute;
	padding-top : 30px;
	padding-left : 172px;
	z-index : 45;
	font-family : "Courier New", Courier, mono;
	font-size : 20px;
	font-weight : bold;
	font-style : italic;
	color : #000066;
}
