body {

background: url('../images/background.jpg') top left repeat;
background-color: black;
margin:0px ;

color: black;

font-family: arial;

font-size: 12px;

}



table {

font-family: arial;

font-size: 12px;

}



img {

border: none;

}



a:link {

font-weight : normal; 

text-decoration : none;

color: blue;

}



a:visited {

font-weight : normal; 

text-decoration : none;

color: blue;

}



a:hover {

font-weight : normal; 

text-decoration : underline;

color: #000099;

}





/*nav*/

a.nav:link {

font-weight : bold; 

text-decoration : none;

color: black;

}



a.nav:visited {

font-weight : bold; 

text-decoration : none;

color: black;

}



a.nav:hover {

font-weight : bold; 

color: #000099;

}





/*headers*/

/*header1*/

#header1 {



}

/*header2*/

#header2 {

background: url('../images/header2b.jpg') top left repeat-x;

margin:0px;

}



/*right shopping nav*/

#rightshopnav {

position:relative;

top:5px;

right:5px;

float:right;

border:black 1px solid;

background:#CCCCCC;

padding-top:3px;

padding-left:3px;

padding-right:3px;

}





/*left nav*/

#leftnav {

background:#EEEEEE;

vertical-align:top;

text-align:center;
}



#leftnavbox {

border:#666666 solid 1px;

background:#CCCCCC;

text-align:center;

padding-top:5px;
padding-bottom:5px;
}


#leftnavbox2 {

width:130px;

background: white;

}


#leftnavboxbg {
background:url('../images/bg_fade.jpg') top left x-repeat;

background-color: gray;

font-size:12px;
font-weight:bold;

color:#FFFFFF;

text-align:left;

}



#leftnavboxcorner {

background:url('../images/corner.gif') top right no-repeat;

}





/*main*/



#main {

background:#EEEEEE;

vertical-align:top;

width:99%;
}



#mainbox {

margin-left: 0px;

border:#CCCCCC solid 1px;

/*background: url('../images/topper1.jpg') top left no-repeat #FFFFFF;*/

}



#mainboxbg {

font-size:18px;

background: black;
/*background: url('../images/steel.gif') top left repeat black;*/

color:white;

padding:3px;

border-bottom:black 3px solid;

}



#posttitle {

padding-left:3px;

background: #FFFFFF;url('../images/highlight.jpg') top left repeat-x #CCCCCC;

color:#000000;

font-size:18px;

border-top:#CCCCCC 2px solid;
border-bottom:#CCCCCC 2px solid;

}



#posttitlenotes {

font-size:10px;

}



#postcontents {

background:#FFFFFF;url('../images/chainbg.jpg') top left no-repeat;

padding-left:3px;

}



#footer {

font-size:10px;

color:gray;

background: black;

text-align: center;
}



#aboutfc {

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: 400;

	background-color: 666666;

	color: #FFFFFF;

	border: 0;

	margin: 0;

	padding: 0;

	float: left;

}

#textbold {
	font-weight:bold;
}

/* dropdown nav */

.chromestyle{
font-weight: bold;
text-align:left;
width: 99%;
}


.chromestyle ul{
/*border: 1px solid #BBB;*/
/*width: 100%;*/
/*background: url('../images/header2b.jpg') top left repeat-x; /*THEME CHANGE HERE*/
margin-top: 5px;
margin-bottom: 5px;
padding:0px;
text-align: left; /*set value to "left", "center", or "right"*/
font-size:14px;
}


.chromestyle ul li{
display: inline;
} 

.chromestyle ul li a:link{
color: #000000;
padding-left: 2px;
padding-right: 2px;
text-decoration: none;
font-weight: bold;
/*border-right: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:visited{
color: #000000;
padding-left: 2px;
padding-right: 2px;
text-decoration: none;
font-weight: bold;
/*border-right: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
font-weight: bold;
text-decoration: none;
background: url('../images/chromebg-over.gif') center center repeat-x; /*THEME CHANGE HERE*/
}


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
/*line-height:18px;*/
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a:link{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#000099;
font-weight:bold;
text-decoration:none;
background-color: #F0F0F0;
}

