body
{
	text-align: center;
	background: url(../images/common/globalbg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
#Logo
{
	text-align: left;
	width: 744px;
	height: 136px;
	background: url(../images/common/Logobg.jpg);
	margin-left:auto; /* to center the background image in Firefox */
	margin-right:auto; /* to center the background image in Firefox */
}

#NavMenu
{
	text-align: center;
	
	background-repeat: no-repeat;
	width: 744px;
	height: 37px;
	margin-left:auto; /* to center the background image in Firefox */
	margin-right:auto; /* to center the background image in Firefox */
	margin-top: 3px;
}
.MenuText
{
	font-family:  Frutiger Roman, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #212f5d;
}
#BodyContainer
{
	text-align: left;
	background: url(../images/common/homepagebg.gif);
	
	width: 744px;
	height: 370px;
	margin-top: 3px;
	margin-left:auto; /* to center the background image in Firefox */
	margin-right:auto; /* to center the background image in Firefox */
}
#FirstCol
{
	position: relative;
	float: left;
	width: 415px;
	height: auto;
/*	border: solid 1px Red; */
}
#FirstRow
{
	width: 415px;
	height: 200px;
	text-align: center;
}
html>body #FirstRow { width: 414px; height: 198px; } /* for not-IE */

#SecondRow
{
	width: 415px;
	height: 165px;
}
html>body #SecondRow { width: 414px; height: 163px;} /* for not-IE */
#SecColEmpty
{
	position: relative;
	float: left;
	width: 5px;
	height: auto;
}
#RegisterEmail
{
	text-align: center;
	width: 414px;
	margin-top: 22px
}
html>body #RegisterEmail { margin-top: 30px;} /* for not-IE */

.emailTextBox
{
	border-right: #d1dde7 thin solid;
	border-top: #9ca5ac medium solid;
	font-weight: normal;
	font-size: 11px;
	border-left: #9ca5ac medium solid;
	color: #1c3652;
	border-bottom: #d1dde7 thin solid;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	height: 26px;	
}
#SecondCol
{
	position: relative;
	float: left;
	width: 322px;
	height: auto;
	text-align: center;
	margin-top: 26px;
}
html>body #SecondCol { width: 320px;} /* for not-IE */

#Footer
{
	text-align: right;
	background: url(../images/common/footerbg.gif);
	background-repeat: no-repeat;
	width: 744px;
	height: 34px;
	padding-top: 0px;
	margin-left:auto; /* to center the background image in Firefox */
	margin-right:auto; /* to center the background image in Firefox */
}
#Bottomlogos
{
	text-align: center;
	background: url(../images/common/bottombg.png);
	background-repeat: no-repeat;
	width: 744px;
	height: 30px;
	padding-top: 0px;
	margin-left:auto; /* to center the background image in Firefox */
	margin-right:auto; /* to center the background image in Firefox */
}
html>body #Footer { padding-top: 10px;} /* for not-IE */

.FooterText
{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 5;
	color: #6890e8;
}
img
{
	border: none 0;
}
#Footer a:link
{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6890e8;
	text-decoration: none;
}
#Footer a:visited
{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6890e8;
	text-decoration: none;
}
#Footer a:hover
{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7592ba;
	text-decoration: underline;
}
#Footer a:active
{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6890e8;
	text-decoration: none;
}

.ErrorText
{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ff0000;
}
.requiredText
{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 10px;
	font-weight: normal;
}
.smallText
{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #212f5d;
}
