﻿body 
{
	font-family:Arial, Sans-Serif, Verdana;
	font-size:13px;
}


img 
{
	border:none;
}


.mainBody 
{
	width:900px;
}


.header 
{
	background-color:#E09331;
	padding-right:10px;
	padding-top:10px;
}


.header .broughtby 
{
	text-align:right;
	padding-bottom:10px;
}


.header .advertisement 
{
	text-align:right;
	height:97px;
}


.header .toplogo
{
	width:427px;
	height:97px;
	vertical-align:bottom;
}


.header .advertisement img 
{
	border:1px solid #B4B4B4;
}


.logoBottom 
{
	width:152px;
	height:38px;
	background-image:url("../../images/logo_bottom.gif");
	background-position:left top;
	background-repeat:no-repeat;
}


.headerDivider 
{
	background-color:#427497;
	border-top:3px solid #FFFFFF;
}


.cornerImage 
{
	width:150px;
	height:500px;
	background-color:#427497;
	background-image:url("../../images/bead_collage.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
}


.content 
{
	background-color:#427497;
	vertical-align:top;
	color:#FFFFFF;
	padding:10px;
}


.content a 
{
	color:#FFFFFF;
	text-decoration:underline;
}


.footer 
{
	background-color:#FFFFFF;
	border-top:2px solid #E09331;
	border-bottom:2px solid #E09331;
	padding:10px;
}


.footer .navigation 
{
	font-size:15px;
	color:#427497;
	font-weight:bold;
}


.footer .navigation a 
{
	color:#427497;
	text-decoration:none;
}


.footerBase 
{
	background-color:#427497;
	height:20px;
}


.footer .copyright 
{
	font-size:10px;
}


.footer .copyright a 
{
	color:#000000;
	text-decoration:underline;
}


.headline 
{
	font-size:16px;
	font-weight:bold;
}


.textField 
{
	border:1px solid #333333;
	font-size:13px;
}


.button 
{
	height:23px;
	background-color:#B5B5B5;
	background-image:url("../../Images/button_bg.gif");
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #333333;
	font-size:12px;
}


.error 
{
	background-color:#FFFFE6;
	color:#FF0000;
	border:1px solid #FF0000;
	padding:5px 5px 15px 50px;
	background-image:url("../../Images/error.gif");
	background-position:left top;
	background-repeat:no-repeat;
}


.error a 
{
	color:#FF0000;
	text-decoration:underline;
}


.formLeft 
{
	text-align:right;
	padding-right:5px;
}


.cornerTopLeft 
{
	width:50%;
	height:7px;
	background-color:#FFFFFF;
	background-image:url("../../images/corner_up_left.gif");
	background-repeat:no-repeat;
	background-position:left top;
}


.cornerTopRight 
{
	width:50%;
	height:7px;
	background-color:#FFFFFF;
	background-image:url("../../images/corner_up_right.gif");
	background-position:right top;
	background-repeat:no-repeat;
}


.cornerBottomLeft 
{
	width:50%;
	height:7px;
	background-color:#FFFFFF;
	background-image:url("../../images/corner_lower_left.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
}


.cornerBottomRight 
{
	width:50%;
	height:7px;
	background-color:#FFFFFF;
	background-image:url("../../images/corner_lower_right.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
}


.searchResults 
{
	background-color:#FFFFFF;
	color:#000000;
	padding:10px;
}


.displayedResults strong 
{
	font-size:15px;
	color:#E09331;
}


.displayedResults a:link, .displayedResults a:visited 
{
	color:#0066FF;
	text-decoration:none;
}


.displayedResults a:hover 
{
	text-decoration:underline;
}


.resultsDivider 
{
	width:75%;
	height:1px;
	border-top:1px dotted #B4B4B4;
	padding-bottom:10px;
}