/* CSS Document - Brandon Moore - Copyright 2005 Moore Digital Ideas, LLC. - www.mooredigitalideas.com */

body
{
	margin : 10px;
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight : normal;
	background-color : #FFFFFF;
	color : #0053A6;
}

/* this is for the header bar. */
#headerBar
{
	display : block;
	width : 750px;
}

/* this is for the key words or phrases. */
#keyPhrases
{
	display : block;
	width : 200px;
	position : absolute;
	top : 10px;
	left : 550px;
	padding-right : 10px;
}

/* this is for the key words or phrases. */
#keyPhrases p
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #C00500;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align : center;
}

/* this is for the phone numbers. */
#phoneNumbers p
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #0F94BC;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align : center;
}

/* this is for the menu bar text items. */
.menuText a
{
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

/* this is for the hover of the menu text. */
.menuText a:hover
{
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

/* this is the table class for headings. */
.tableHeadings
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : right;
	color : #0F94BC;
}

/* this is for the page footer text. */
#pageFooter
{
	display : block;
	width : 750px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-align : right;
	color : #C00500;
}

/* this is for the footer links. */
#pageFooter a
{
	color : #C00500;
	text-decoration : none;
}

/* this is for the hover on the footer links. */
#pageFooter a:hover
{
	color : #0F94BC;
	text-decoration : underline;
}

/* this is for the project name or title. */
.projectName
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	color : #0F94BC;
}

/* this is for the main navigation. */
a
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #C00500;
	text-decoration : none;
}

/* this is for the hover on the main navigation links. */
a:hover
{
	color : #0F94BC;
	text-decoration : underline;
}