/* ------ Body ------ **/

body
{
	background-color: #CCCCCC;
	margin: 0 0 0 0;
	font-family:Arial CE, Tahoma, Verdana, Arial;
	font-size: medium;
}

a.Navigation
{
	color: White;
	text-decoration: none;
}

/* ------ Headings & Paragraphs ------ **/

h1
{
	font-weight: bold;
	text-align: center;
}

p
{
	text-align: justify;
}

div.MainPhotoText
{
	font-size: small;
	text-align: center;
}

div.MainContentText
{
	width: 600px;
	position: absolute;
	left: 50%; 
	margin-left: -300px;
	
		
	text-align: center;
}

/* ------ Table Layout ------ **/

td.Header
{
	height: 96px;

}

table.LayoutTable
{
	width: 100%;
	margin: 0, 0, 0, 0;
	border-color: White;
	padding: 0, 0, 0, 0;
}

td.MainContent
{
	width: 750px;
	background-color: White;
}

td.LeftSpacer
{
	width: auto;
}

td.RightSpacer
{
	width: auto;
}

/* ------ Images ------ **/

img.Photo
{
	  
}

/* ------ Content Table ------ **/

table.Content
{
	background-image: url(Images/top-bar3.jpg);
	background-repeat: no-repeat;	
	
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	
	padding: 0, 0, 0, 0;
	
	/*
	background-image: url(/Images/rtb-logo.gif);
	background-position:left, top;
	background-repeat:no-repeat;
	**/
}

/* ------ Footer ------ **/

div.Footer
{
	text-align: center;
	font-size: smaller;
}

a.Footer
{
	font-size: 9px;
}

/* ------ Navigation ------ **/

td.Navigation
{
	/*background-image: url(Images/tile_breadcrumb.gif);
	background-repeat: repeat-x;*/
	background-color: #AA111E;
	height: 19px;
}

div.RedBoxes
{
	font-size: small;
}

div.Normal
{
	font-size: small;
}

div.GreyBoxes
{
	font-size: small;	
}