/* Basics 4 Baby Style Sheet*/
/*Redefine main HTML elements first as defaults*/

p {font-family: Arial, Helvetica, sans-serif;  line-height: 2em; margin-top: 0px;margin-bottom: 0px; margin-left: 2px;margin-right: 2px;}

BODY HR  { margin-top: 0px;margin-bottom: 0px; height: 1px; padding: 0px; border: none;}

div { 
	margin-top:0px;
	margin-bottom:5px; 
	padding:0px;}
	
body {
	font-family: Arial, Helvetica, sans-serif; 
	padding:2px;
	margin-left:8px;
	margin-right:8px;
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; }

body a:link {
	color: #00008B;
	text-decoration: underline;
}
	
body a:visited {
	color: #00008B;
	text-decoration: none;}

body a:hover {
	color: #00008B;
	text-decoration: underline; }

td {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	background-repeat: no-repeat;
	vertical-align: top; }
	
.MainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	Color: #00008B;
	background-color: #FFFFFF;
}


/* Now define main styles for the documents */

/* Top Header Bar*/
.TopBarLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00008B
	text-decoration:None;
}
.TopBarLinks a:link {
	color: #00008B;
	text-decoration:None}
	
.TopBarLinks a:visited {
	color: #00008B;
	text-decoration:None}

.TopBarLinks a:hover {
	color: #00008B;
	text-decoration:underline}
	
.BreadCrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;}
	
.StrapLine{
	font-family: "Bradley Hand ITC";
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: blue;
}
	
/* Side Bar*/
.SideBarHeader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	text-decoration: none}

.SideBarStyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	color: #000099; 
	font-weight: bold}

.SideBarStyle a:link{
	text-decoration: :none;
	color: #000099}	

.SideBarStyle a:hover{
	text-decoration: :none;
	color: #000099}	
	
.SideBarStylehover{
	color: #000099;
	background-color: white;
	backfround-attachment: fixed;
	background-image: url(/Images/backgrounds/WhiteBackDrop.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; }
	

/* Top Titles*/
.TopTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #00008B;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.TopTitle a:link {
	text-decoration: none;
	color: #00008B;}
.TopTitle a:visited {
	text-decoration: none;
	color: #00008B;}
.TopTitle a:hover {
	text-decoration: none;
	color: #00008B;}

/*In-line page items*/
.InBarStyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #504589;
	font-style: normal;
	border: 1px #8A008A;
	border-style: solid;
	padding: 3px;
	margin: 3px;
}
	
.InMainLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Gray;}

.slimbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	border-width: 0px 0px 0px 0px;}

/*Main Body styles*/
.norm-text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000033; 
	text-decoration: none}
	
.title-text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #000033; 
	text-decoration: none}

.sold-text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal;
	font-weight: normal; 
	font-variant: normal; 
	color: #FF3300; 
	text-decoration: none}

.notice-text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #99CC00; 
	text-decoration: none}

/* Mercandise standards*/
.item-description {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #003399}

.item-title {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #003399}


.SectionHead {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	Color: #00008B;
	font-weight: bold}

/*Inter-page navigation*/
.pageConnector {
	font-family: Arial, Helvetica, sans-serif; 
	color: #0033FF}
	
.pageConnector a:link {
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	color: #0033FF}


