.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	background: center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " v";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:14px;
	z-index:100;
	background-color: white;
	width: 110px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}


a:nav				{font-size: 12px; color: #666666; text-decoration:none; font-family: arial, helvetica; font-weight: normal;}
a:link.nav			{font-size: 12px; color: #666666; text-decoration:none; font-family: arial, helvetica; font-weight: normal; }
a:visited.nav		{font-size: 12px; color: #666666; text-decoration:none; font-family: arial, helvetica; font-weight: normal; }
a:active.nav		{font-size: 12px; color: #666666; text-decoration:none; font-family: arial, helvetica; font-weight: normal; }
a:hover.nav			{font-size: 12px; color: #666666; text-decoration:underline; font-family: arial, helvetica; font-weight: normal; }

a:blog				{font-size: 12px; color: #003366; text-decoration:underline; font-family: arial, helvetica; font-weight: normal;}
a:link.blog			{font-size: 12px; color: #003366; text-decoration:underline; font-family: arial, helvetica; font-weight: normal; }
a:visited.blog		{font-size: 12px; color: #003366; text-decoration:underline; font-family: arial, helvetica; font-weight: normal; }
a:active.blog		{font-size: 12px; color: #003366; text-decoration:underline; font-family: arial, helvetica; font-weight: normal; }
a:hover.blog		{font-size: 12px; color: #003366; text-decoration:underline; font-family: arial, helvetica; font-weight: normal; }



.red 				{font-family: arial, helvetica; font-size: 12px; color: #cc0000;}
.text 				{font-family: arial, helvetica; font-size: 12px; color: #000000;}
.small 				{font-family: arial, helvetica; font-size: 10px; color: #000000;}
.large 				{font-family: arial, helvetica; font-size: 14px; color: #000000;}
.caption 			{font-family: arial, helvetica; font-size: 10px; color: #999999;}
.header 			{font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; font-variant: normal; color: #000000}
.whiteheader 		{font-family: arial,helvetica, font-size: 14px; font-weight: bold; color: #ffffff}
.copy 				{color: #666666; font-family: arial, sans-serif; font-size: 10px;}

a:caption			{font-size: 10px; color: #999999; text-decoration:none; font-family: arial, helvetica; font-weight: normal;}
a:link.caption		{font-size: 10px; color: #999999; text-decoration:none; font-family: arial, helvetica; font-weight: normal; }
a:visited.caption	{font-size: 10px; color: #999999; text-decoration:none; font-family: arial, helvetica; font-weight: normal; }
a:active.caption	{font-size: 10px; color: #999999; text-decoration:none; font-family: arial, helvetica; font-weight: normal; }
a:hover.caption		{font-size: 10px; color: #999999; text-decoration:underline; font-family: arial, helvetica; font-weight: normal; }

.review 			{ width: 95%; float: left; clear: both; padding: 9px; background: url(../images/fade-grey.gif) 50% 0 repeat-x; margin: 1.12em 0 0 0; }
.largerectangle {
    background-image: url(../images/default.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.largerectangle p{
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

.largerectangle2 {
    background-image: url(../images/default2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.largerectangle2 p{
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}



.header{
	background: url(../images/bb/backer.gif) center center repeat-x; /*THEME CHANGE HERE*/
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-family: arial, helvetica; 
	font-size: 12px; 
	color: #ffffff; 
	font-weight: bold;
}
TD.row1
{
    BACKGROUND-COLOR: #efefef
}
.name
{
    FONT-SIZE: 11px;
    COLOR: #000000
}
.postdetails
{
    FONT-SIZE: 10px;
    COLOR: #000000
}
TD.row2
{
    BACKGROUND-COLOR: #dee3e7
}
TD.row3
{
    BACKGROUND-COLOR: #d1d7dc
}
.cattitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    LETTER-SPACING: 1px
}
TD.catHead
{
    BORDER-RIGHT: #ffffff solid;
    BORDER-TOP: #ffffff solid;
    BACKGROUND-IMAGE: url(../images/bb/cellpic1.gif);
    BORDER-LEFT: #ffffff solid;
    BORDER-BOTTOM: #ffffff solid;
    HEIGHT: 28px;
    BACKGROUND-COLOR: #d1d7dc
}
INPUT.mainoption
{
    FONT-WEIGHT: bold;
    BACKGROUND-COLOR: #fafafa
}

a:gensmall			{font-size: 12px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: bold;}
a:link.gensmall		{font-size: 12px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: bold; }
a:visited.gensmall	{font-size: 12px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: bold; }
a:active.gensmall	{font-size: 12px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: bold; }
a:hover.gensmall	{font-size: 12px; color: #663399; text-decoration:underline; font-family: arial, helvetica; font-weight:bold; }

a:genreg			{font-size: 12px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: normal;}
a:link.genreg		{font-size: 12px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: normal; }
a:visited.genreg	{font-size: 12px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: normal; }
a:active.genreg		{font-size: 12px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: normal; }
a:hover.genreg		{font-size: 12px; color: #663399; text-decoration:underline; font-family: arial, helvetica; font-weight:normal; }


a:genlarge			{font-size: 14px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: bold;}
a:link.genlarge		{font-size: 14px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: bold; }
a:visited.genlarge	{font-size: 14px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: bold; }
a:active.genlarge	{font-size: 14px; color: #663399; text-decoration:none; font-family: arial, helvetica; font-weight: bold; }
a:hover.genlarge	{font-size: 14px; color: #663399; text-decoration:underline; font-family: arial, helvetica; font-weight:bold; }

