body	{margin:0px;
		background-color:#1b1919;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#d3d2ca;
		font-size:14px;
		}
		
#wrapper{background-image:url(../images/bgpattern.gif);
		}	
			
#topNav	{background-color:#909863;
		height:35px;
		text-align:center;
		}
		
#header	{width:880px;
		height:210px;
		clear:both;
		}
		
#mainpic {
		float:left;
		width:180px;
		text-align:left;}

#czlogo {
		float:right;
		width:700px;}
		
#mainContent {
		width:880px;
		height:auto;
		text-align:justify;
		clear:both;
		}

#footer	{background-color:#1b1919;
		height:30px;
		padding-top:2px;
		clear:both;
		}	
		
#rammy {
		float:right;
		width:880px;}
		
		
.titles	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:30px;
		font-weight:400;
		color:#909863;
		}
.smwh	{font-size:10px;
		color:#FFFFFF;
		}
		
.grbold	{color:#a4b05e;
		font-weight:bold;
		}
		
a:link 	{
		text-decoration:underline;
		color: #d1e07d;
		
		}
		
a:visited {
		text-decoration: underline;
		color: #d1e07d;
		}

a:hover {
		text-decoration: none;
		color: #909863;
		}	
		
		
a.nav:link 	{
		text-decoration:none;
		color: #ffffff;
		
		}
		
a.nav:visited {
		text-decoration: none;
		color: #ffffff;
		}

a.nav:hover {
		text-decoration: none;
		color: #000000;
		}	
:focus {
	outline: 0;
}			
		
		
		
		
		
		
		
		
		
		
/*Navigation*/
.chromestyle{
font-weight: bold;
background-color:#909863;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 10px 2px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 10px 7px;
margin: 0;
text-decoration: none;
border-right: 32px solid #909863;/*space between nav items*/
}

.chromestyle ul li a:hover{
color:#333333;
/*background: url(chromebg-over.gif) 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 11px Verdana;
line-height:18px;
z-index:100;
background-color: #000000;
font-size:10px;
color:#FFFFFF;
width: 200px;
visibility: hidden;
text-align:left;
}

.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;
text-align:left;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #909863;
}

/*BlueBoy Vision*/
.bbv	{color: #4b4b49;}
a.bbv:link 	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration:none;
		color: #4b4b49;
		
		}
		
a.bbv:visited {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
		color: #4b4b49;
		}

a.bbv:hover {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: underline;
		color: #37545f;
		}		