/***********************************************/
/* BestBoySiteStyleSheet.css                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	background-image: url(images/cnvbkgnd2.jpg);
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}

h1{
 	font-size: 16pt;
 	color: #000000;
}

h2{
	font-size: 14pt;
	color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h3{
 	font-size: 12pt;
 	color: #000000;
}

h4{
 	font-size: 10pt;
 	color: #000000;
}

h5{
 	font-size: 8pt;
 	color: #000000;
}

h6{
 	font-size: 7pt;
 	color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/*************** Standard Page Header styles **************/

#StandardPageHeader{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
}

#StandardSiteName{
	padding: 8px 10px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 22pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}

#StandardSiteTagLine{
	padding: 8px 12px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}


/*********** #NavigationBar styles ***********/

#NavigationBar{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #EEEEEE;
	width: 149px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}

#NavigationBar h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 6px 10px 6px;
}

#NavigationBar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*********** #NavBarInternalLinks styles ***********/

#NavBarInternalLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

#NavBarInternalLinks a:link, #NavBarInternalLinks a:visited {
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px;
	display: block;
	text-decoration: none;
}

#NavBarInternalLinks a:hover{
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px;
	text-decoration: underline;
	background-color: #DDDDDD;
	display: block;
}

#NavBarInternalLinks ul li{
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/*********** NavBarExternalLinks styles ***********/

#NavBarExternalLinks {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #0000CC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0000CC;
}

#NavBarExternalLinks ul li{
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 10px;
	font-weight: normal;
}




/*************** Page Content styles **************/

#content{
	float:right;
	width: 600px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#pageName{
	padding: 0px 0px 10px 0px;
	text-align: center;
}

.NewSection {
	margin: 24px 0px 0px 0px;
}


/************* .photoalbum styles ***************/
.photoalbum img {
	margin: 3px 6px 3px 0px;
}

.imgFloatLeft {
	margin: 0px 6px 6px 0px;
	float: left;
}

.imgFloatRight {
	margin: 0px 0px 6px 6px;
	float: right;
}


/************* #StandardPageFooter styles ***************/

#StandardPageFooter{
	clear: both;
	width: 750px;
	color: #000000;
	background-color: #EEEEEE;
	margin: 30px 5px 20px 5px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

