div, span
{
	margin: 0;
	padding: 0;	
}

html, body
{
	width: 100%;
	height: 100%;
	background: #F2F2F3;
	text-align: center;
	margin: 0;
	padding: 0;	
}

img
{
	border: 0;
}

a
{
	text-decoration: underline;
	color: #0093C9;
}

a:hover
{
	text-decoration: underline;
	cursor: pointer;
	color: #C7C8CA;
}

ul
{
	margin-left: 15px;
}

/* Default Styles */

.Wrapper
{
	width: 801px;
}

.TopArea
{
	height: 71px;
	background: #fff;
	margin-bottom: 5px;
}
.NavArea
{
	width: 622px;
	height: 71px;
	padding-left: 5px;
}

.Login
{
	height: 18px;
	margin-left: 1px;
}
.TeamLogin
{
	
}
.Navigation
{
	width: 622px;
	position: relative;
	top: 18px;
}

.Logo
{
	width: 174px;
	height: 71px;
	background: url("../../Images/AWT/awt-logo.gif") no-repeat;
}

.Header
{
	height: 63px;
	background: url("../../Images/AWT/awt-header.jpg") no-repeat top left;
}

.ContentWrapper
{
	width: 801px;
	background: #fff;
}

.MainContent
{
	width: 599px;
	min-height: 331px;
	background: #fff;
	padding: 18px 7px 9px 14px;
}

.Breadcrumb
{
	margin-bottom: 14px;
}

.BreadcrumbText
{
	font: normal 8px Verdana;
	text-transform: uppercase;
	color: #73C1E9;
}

.ContentArea
{
	margin-bottom: 18px;
}

.Buttons
{
	position: relative;
	left: 450px;
}

.BottomArea
{
	width: 801px;
	height: 227px;
	background: url("../../Images/AWT/awt-bubbles.gif") no-repeat bottom left;
}
.BubbleHolder
{
	width: 100%;
	height: 227px;
	padding-bottom: 33px;
}
.BubbleRotator
{
	width: 258px;
	height: 227px;
}

.RightSide
{
	width: 181px;
	background: #fff;
}

.RightSide img
{
	display: block;
	margin: 7px 0 0 7px;
}

/* End Default Styles */

.ContactFormDiv /* For Contact.template only */
{
	/*margin-left: 25%;*/
}

/* Default2.template Styles */

.MidContent
{
	width: 445px;
	min-height: 331px;
	background: #fff;
	padding: 18px 2px 9px 14px;
}

.LeftArea
{
	width: 144px;
	margin: 18px 0 0 13px;
	background: #E8F3FA url("../../Images/AWT/left-back.gif") repeat-y;
}

.LeftHead
{
	width: 144px;
	height: 33px;
	background: url("../../Images/AWT/feature-project.gif") no-repeat top left;
}

.LeftHead .FeatureText
{
	height: 30px;
	padding: 0 0 0 5px;
	margin-top: 2px;
}
.LeftContent
{
	padding: 5px 5px 5px 7px;
}

.LeftFoot
{
	height: 19px;
	background: url("../../Images/AWT/left-footer.gif") no-repeat bottom left;
}

.Buttons2
{
	position: relative;
	left: 293px;
}

/* End Default2.template Styles */

/*Generic Classes */

.CB
{
	clear: both;
}
.CB1
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}
.FL
{
	float: left;
}

.FR
{
	float: right;
}

.MA
{
	margin-left: auto;
	margin-right: auto;
}

.TC
{
	text-align: center;
}

.TL
{
	text-align: left;
}

.TR
{
	text-align: right;
}

/* End Generic Classes */