/* Nomad Metallurgy - Redesign 2-2007 */
/* SpyderWeb Concepts - Ron Dick */

/* ---------------------------------- Text Styles ------------------------------------------- */
body {
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 10pt;
	line-height: 120%;
	background-image: url(../_themes/nomad1/blutextb.gif);
	background-color: #FFFFFF;
	color: #000000;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 140%;
	font-weight: bold;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #000080;
}

h4 {
	font-size: 120%;
	font-weight: bold;
}

h5 {
	font-size: 110%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}

.title  {
	color:#000080;
}

.title-bold  {
	color:#000080;
	font-weight:bold;
}

.title-italics  {
	color:#000080;
	font-style:italic;
}

.small {
	font-size: 90%;
}

/* List Styles */
ul {
	list-style-image: url(../_themes/nomad1/blubul1a.gif);
}

.news {
	background-color:#FFFFFF;
	font-size:smaller;
	border-color:#000066;
	border-width:thin;
	border-style:solid;
	padding: 4px;
	overflow:auto;
	width: 100%;
	height: 150px;
	
}

.right {
	background-color: #ffffff;
	font-size: smaller;
	width: 100%;
	margin-left: -40px;
	list-style-image: url(../_themes/nomad1/blubul1a.gif);
	list-style-position: outside;
}
	

/*------------------------------ Rounded Corners -----------------------------------*/
.tst {
 background-Color:#FFFFCC;border:solid green 6px;color:#CCFFFF;
}

/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 48%; margin: 1em auto; }

