#bodyContainer
{
	padding: 0;
	padding-left: 160px;
	width: 800px;
/*	height: 600px; */
	margin: auto;
}

/*
#topContainer
{	
	background-color: #3399FF;
}
*/

#mainTopContainer
{
	background-repeat: no-repeat;	
/*	height: 248px; */
	float: left;
	width: 550px;
}
#logoAndLogin
{
	float: left;
	margin-top: 0;	
	width: 180px;
/*	height: 248px; */
	margin-left: 20px;

}
#logoContainer
{	
/*	height: 70px;*/
	text-align: center;
	margin-top: 4px;
}
#logoContainer img
{
	dispay: block;
/*	height: 70px;*/
}
#loginBox
{
	width: 164px;
	height: 161px; 
	margin: auto;
	margin-top: 0px;
	border: 1px solid black;
	background-color: white;
	text-align: left;
/*	background-repeat: no-repeat;
	background-image: url(images/login/loginBg.gif);*/
}
#userLogIn
{
	margin-left: 24px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #003b94;
	font-family: Tahoma;
	font-weight: bold;
}
#ErrorMessage
{
	cursor: pointer;
	color: red;
	position: absolute;
	background-color: ghostwhite;
	border: 1px solid blue;
	padding: 4px;
	margin-left: -30px;
	white-space: nowrap;
	font-size: 10px;
	margin-top: 1px;
}

.credCaption
{
	font-size: 10px;
	font-family: Tahoma;
	margin-left: 6px;
	color: #777;	
}
.credInput
{
	
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 11px;
	width: 140px;
}
#passwordForget
{
	display: block;
	color: blue;
	margin-bottom: 4px;
	margin-left: 9px;
	text-decoration: none;
	font-style: italic;	
	font-size: 11px;	
	font-family: Arial;
}
#rememberMe
{
	float: left;
	height: 18px;
	padding-bottom: 0;
	font-family: Arial;
	font-size: 95%;
}
#cbRememberMe
{
	width: 12px;
	height: 12px;
	margin-top: 5px;
}
#rememberMeAndLogin
{
	height: 18px;	
	margin-left: 10px;
	font-size: 10px;
	width: 150px;	
	text-align: right;
	padding-bottom: 0;
}
#btnLogIn
{
	color: white;
	background-color: black;
	/*width: 53px;*/
	position: relative;
	right: 10px;
	font-weight: bold;
	height: 18px;
	background-image: url(images/login/btnLoginBg.gif);
	background-repeat: repeat;
	border: none;
	margin-right: 8px;
}
#customerInfo
{
/*	color: #ffffe4;*/
	float: left;
	width: 169px;
	height: 246px;
	text-align: left;
	
}
#customerName
{
	font-family: Tahoma;
	white-space: nowrap;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;	
}
.customerAddr
{
	font-family: Tahoma;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 5px;
	text-align: left;
}

#emailLink
{
/*	color: #ffffe4;*/
	text-decoration: none;
	font-style: normal;		
}
#emailLink:hover
{
	text-decoration: underline;
}
.customerAddr em
{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#randomImage
{
	height: 248px;
	float: left;
}
#bottomContainer
{
	float:left;
	width: 552px;
	height: 250px;
	margin-top: -1px;
}

div.miniContent
{
	float: left;
}
div.miniContent ul
{
	margin: 20px 0 0 0;	
	padding-left: 13px;
}
#news
{
	width: 173px;
	padding-left: 6px;
}
#DoNotForget
{
	width: 174px;
	padding-left: 6px;
}
#WhatIsInside
{
	width: 179px;
	padding-left: 6px;
}
#takeAPeek
{
	white-space: nowrap;
	width: 87%;
	padding-left: 8px;
	font-weight: bold;
	font-size: 15px;
}

.miniCaption
{
	margin-left: 6px;
	margin-top: 14px;
	margin-bottom: 6px;
	text-align: left;
	font-size: 20px;
	font-family: Arial;
	color: #003399;
	float: left;
	width: 145px;
	/*border-bottom: 1px solid #DCDCDC;*/
}
#copyright
{
	padding-left: 20px;
	float: left;
	clear: both;
	white-space: nowrap;
	font-size: 11px;
	font-family: Arial; 
}
#copyright a
{
	text-decoration: none;
}
