body {
  background: none;
}

#format{
border: solid 1px #ebebeb; 
padding-left: 7px; 
padding-right: 7px;
width:900px;
margin-left:auto; 
margin-right:auto;
background:white;
}

#column1 {
float: left;
padding-top: 5px; 
padding-left: 7px;
padding-right: 7px;
padding-bottom: 7px;
height: 300px;
width: 400px;
}

p#p1 {
font-family: Helvetica, Arial;
float: left;  width: 500px;
padding-top: 5px;
padding-left: 5px;
text-align: center;
}

#diamond {
	border-bottom-color: #b5370e;
	border-right-color: #b5370e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	color: #b5370e;
	padding:10px;
}

.chromestyle{
width: 900px;
font-weight: bold;
text-align: center;
font-family: Verdana, Geneva, sans-serif;
font-size: 90%;
color: white;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 2px; 
clear: both; 
visibility: hidden;
text-align: center;
}

.chromestyle ul{
border: 0px solid #888;
width: 100%;
background: url(chromebg5.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
color: white;
}

.chromestyle ul li{
display: inline;
border-left: 1px solid #FFFFFF;
border-right: 0px solid #FFFFFF;
color: white;
}

.chromestyle ul li a {
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #CCCCCC; /*THEME CHANGE HERE*/
border-left: 0px solid #FFFFFF;
font-weight: bold;
text-align: center;
font-family: Verdana, Geneva, sans-serif;
font-size: 90%;
}

.chromestyle ul li a:hover, .chromestyle ul li a.visited a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}


/* Footer */
#footer {
	width:900px;
	margin:10px auto;
	border-top:0px solid #000000;
}
.footerText {
	display:block;
	text-align:center;
	color:#000000;
	margin-bottom:20px;
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	margin-left: auto ;
  margin-right: auto ;

}
.footerText a, .footerText a:visited {
	color:#000000;
	text-decoration:none;
	margin-left: auto ;
  margin-right: auto ;
  text-align: center;
}
.footerText a:hover {
	color:#000000;
	border-bottom:1px solid #000000;
	margin-left: auto ;
  margin-right: auto ;
  text-align: center;
}
/* End footer */



.links, .admin-links {
	display: none;
}


div.content {
	text-align: left;
}


#chromemenu ul li a, #chromemenu ul li a.link, #chromemenu ul li a.visited, #chromemenu ul li a.active {
  color: white;
}

a {
  text-decoration: underline;
}

