﻿body     
{ 
	/*background:url(../images/bg_Main.jpg) repeat-Y center top;*/
	text-align: left; 
	margin: 0px 0px;
	vertical-align: top;
    font-family:Arial;
    background-color:#161516;
    color:Gray;
}

/*-----        Landing Page Elements    ---------------------*/
.LandingHeader
{
	/*width:921px;*/
	height:235px;
	background-image:url(../Images/images/BitsLandingPage_03.jpg);
	background-repeat:repeat-x;
	border:solid 0px red;

}

.HeaderImage
{
	Position:relative;
	width:921px;
	margin-left:auto;
	margin-right:auto;
	border:solid 0px blue;
}

.HomePageCanvas
{
	width: 800px;
	height:280px;
	border: solid 0px blue;
	margin-left:auto;
	margin-right:auto;
}


/*-----    This is the container that holds all other layout elements   -------*/

.Canvas
{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 10px 0px 10px;
	border:solid 0px white;
	color:Silver;
	font-family:Arial;
}

.HomePageBox
{
	width: 230px;
	height:250px;
	position:relative;
	top:-30px;
	padding: 5px 10px 5px 10px;
	background-color:Black;
	border:solid 0px silver;
	background-image:url('../Images/HomePageBox.jpg');
    left: 174px;
}

/*--------     Master Page Elements      -------------*/

.MenuHomePage
{
	width:400px;
	height:20px;
	position:relative;
	text-align:-moz-right;
	top:-230px;
	left:400px;
	border:solid 0px blue;
}


.Footer
{
	width:500px;
	height:75px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
	border:solid 0px silver;
	margin-bottom:0px;
}

/*--------   Two Column Layout     ----------*/
/*
.LeftColumn
{
	width:395px;
	height:550px;
	float:left;
	border:solid 1px red;
}

.RightColumn
{
	width:395px;
	height:550px;
	float:right;
	border:solid 1px green;

}
*/

/*-----------      Three Column Layout  --------------*/

.LeftColumn
{
	width:245px;
	/*height:550px;*/
	float:left;
	border:solid 0px red;
}

.RightColumn
{
	width:245px;
	/*height:550px;*/
	float:right;
	border:solid 0px green;

}

.CenterColumn
{
	width:250px;
	/*height:550px;*/
	margin-left:22px;
	float:left;
	border:solid 0px red;
}

.ColumnContainer
{
	width:545px;
	/*height:550px;*/
	float:right;
	border:solid 0px red;
}

.FooterTable
{	
	margin-left:auto;
	margin-right:auto;
}

.btmline { margin-top: 20px; margin-bottom: 25px; padding-bottom: 0; border-bottom: 1px solid #234b8c }

.smalltype   { color: Silver; font-size: 10px; font-family: Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 5px; text-align: left; margin: 10px 10px 5px 10px }

a.smalltype:link  { color: Silver; font-size: 10px; font-family: Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: Underline; text-align: left }

a.smalltype:hover { color: White; font-size: 10px; font-family: Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: underline; text-align: left }

a.smalltype:visited { font-size: 10px; font-family: Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: Underline; text-align: left }


