/*Page Styles ---------------------------------------------*/
body {
	background-color: #000066;
	margin: 0;
	vertical-align: top;
    background-repeat: repeat-x;
    font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.OuterContainer {
	position: static;
    width: 100%;
    height: 100%;
}
.InnerContainer {
    position: absolute;
    left: 50%;
    width: 754px;
    margin-left: -377px;  /* half of width */
    margin-top: 0px;   /* half of height */
    background-color: #000066;
}
.MainContainer 
{
	width: 750px;
    height: 100%;
	border: solid 2px #000000;
	background-color: #000085;
}

/*Header Styles ----------------------------------------------*/
.Header {
	height: 170px;
	width: 100%;
	background-color: #000085; /*000085*/
}
.TopNavArea
{
	height: 22px;
	background-image: url(images/topnavback.gif);
	font-size: 10px;
	color: #ffffff;
}
.TopNavButtonsOut
{
	POSITION: relative;
	left: 179px;
	top: 6px;
}
.TopNavButtonsIn 
{
	POSITION: relative;
	left: 233px;
	top: 6px;
}
.TopDate 
{
	POSITION: relative;
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
	color: #ffffff;
}
.TopWelcome 
{
	POSITION: relative;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	color: #ffffff;
}
.TopTicker
{
	POSITION: relative;
	top: 5px;
	left: 0px;
	font-size: 10px;
	color: #ffffff;
}
/*SubNav Styles ----------------------------------------------*/
.ContactUsSubNav {
	height: 45px;
	width: 100%;
	background-color: #A5CB55;
	text-align: right;
	position: relative;
}
.LoginSubNav {
	height: 45px;
	width: 100%;
	background-color: #FF2F3A;
	text-align: right;
	position: relative;
}
/*Button Styles ----------------------------------------------*/
.Default
{
	margin: 2px 0 2px 0;
}
/*Content Styles ---------------------------------------------*/
.MainContentArea {
	background-color: #ffffff;
	padding: 2px 0 2px 0;
	height: 100%;
	width: auto;
}
.TextArea 
{
	padding: 2px 2px 2px 2px;
}
.TextStyleWhite 
{
	font-size: 10px;
	color: #ffffff;
}
.SMTextStyle
{
	font-size: 9px;
}
.SideBox
{
	background-color: #000066;
	width: 152px;
	font-size: 10px;
	color: #ffffff;
	border: solid 2px #000000;
}
.LabelTitle{
font-size: 10px;
	color: #ffffff;
}
.LoginSideBox
{
	background-image: url(images/login_side.jpg);
	background-color: #ffffff;
	width: 271px;
	background-repeat: no-repeat;
	height: 382px;
	position: absolute;
}
.Divider
{
	z-index: 1;
	left: 272px;
	background-image: url(images/divider.gif);
	width: 2px;
	position: absolute;
	height: 382px;
}
.ContentBox
{
	width: 703px;
	background-color: #edf5dd;
	vertical-align: top;
	left: 266px;
	height: 382px;
	position: absolute;
}
.LoginContentBox
{
	width: 703px;
	background-color: #FFD5D7;
	vertical-align: top;
	left: 266px;
	height: 382px;
	position: absolute;
}
.LoginArea
{
	background-color: #FF2F3A;
	margin-left: 100px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.ContentArea
{
	overflow: auto;
	width: 388px;
	height: 610px;
	font-size: 10px;
	text-align: left;
}
.FormArea
{
	width: 380px;
	font-size: 10px;
	text-align: left;
}
.Details
{
	font-size: 10px;
	text-align: left;
}
.ProductTitle
{
	font-weight: bold;
	font-size: 14px;
}
.InputTextBox
{
	font-size: 10px;
	width: 200px;
	color: #000000;
	border: #cccccc 1px solid;
}
.InputTextBoxSM
{
	font-size: 10px;
	width: 94px;
	color: #000000;
	margin: 2px 0 2px 0;
	border: #cccccc 1px solid;
}
.InputTextBoxXSM
{
	font-size: 10px;
	width: 94px;
	color: #000000;
	margin: 0 0 3px 0;
	border: #cccccc 1px solid;
}
.InputTextAreaSM
{
	border: #cccccc 1px solid;
	font-size: 11px;
	margin: 0 0 0 0;
	width: 250px;
	height: 60px;
	color: #000000;
}
.DropBox {
	font-size: 10px;
	color: #000000;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
/*Footer Styles ----------------------------------------------*/
.Footer
{
	width: 754px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #999999;
	background-color: #000066;
}
/*Link Styles ------------------------------------------------*/
A.White:link {	
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}		
A.White:visited {	
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
}				
A.White:hover {	
	text-decoration: underline;
	font-size: 10px;
	color: #ffffff;
}
A.White.Bold:link {	
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
}		
A.Bold:visited {	
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}				
A.Bold:hover {	
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}
A.Black:link {	
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
}		
A.Black:visited {	
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}				
A.Black:hover {	
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
A.SMBlack:link {	
	text-decoration: underline;
	color: #0000ff;
	font-size: 9px;
}		
A.SMBlack:visited {	
	text-decoration: underline;
	font-size: 9px;
	color: #0000ff;
}				
A.SMBlack:hover {	
	text-decoration: none;
	font-size: 9px;
	color: #0000ff;
}
A.SubNavLink:link {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	font-weight: bold;
}
A.SubNavLink:visited {
	font-size: 14px;
	color: #ffffff;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-weight: bold;
}
A.SubNavLink:hover {
	font-size: 14px;
	color: #000000;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-weight: bold;
}
.HLink
{
	cursor: pointer;
}
