/***********************************************/
/* Navigation & Page Styles                    */
/***********************************************/
p.secondarynav {
	margin: auto;
	padding: 0px 0px 15px 0px;
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	color: #FFCC99;
	letter-spacing: .25pt;
	font-weight: bold;
}
p.secondarynav a {
	color: #FFCC99;
}
#pagecontainer {
	width: 100%;
   	text-align: center;
}
#bannergraphic {
	width: 700px;
	height: 112px;
	margin: auto;
	background-image: url(images/global/nomad_head_test.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#navbar {
	width: 700px;
	margin: auto;
	text-align: center;
	background-color: #993300;
	padding: 10px 0px 0px 0px;
}
p.primarynav {
	width: 660px;
	margin: auto;
	font-size: 12pt;
	color: #FFCC00;
	letter-spacing: .5pt;
	line-height: 200%;	
	font-weight: bold;
}
.linkSpacer {
	color: #993300;
}

#pointygraphic {
	width: 700px;
	height: 20px;
	margin: auto;
	background-image: url(images/global/top_points_new.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#middlecontainer {
	width: 700px;
	margin: auto;
	text-align: center;
	background-color: #993300;
	padding-bottom: 20px;

}
#contentcontainer {
	width: 660px;
	margin: auto;
	background-color: #CC6600;
	padding-top: 15px;
	padding-bottom: 30px;
}

/***********************************************/
/* General Font Styles                         */
/***********************************************/
body {
	font-size: 10pt;
	background-color: #663300;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 10pt;
	color: #000000;
	line-height: 125%;
}
h1	{	
	font-family: Georgia, Times, serif;
	font-size: 20pt;
	color: #FFCC99;
	line-height: 150%;
	font-weight: bold;
}
h2	{	
	font-family: Georgia, Times, serif;
	font-size: 14pt;
	color: #663300;
	line-height: 150%;
	font-weight: bold;
}
h3	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #663300;
	line-height: 150%;
	font-weight: bold;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
	line-height: 125%;
}
.presscredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	line-height: 100%;
}

.importantinfo {
	background-color: #663300;
	font-family: Georgia, Times, serif;
	padding: 10px;
	border-bottom: dotted;
	border-bottom-color: #FFCC99;
	border-top: dotted;
	border-top-color: #FFCC99;
}

.importantinfo p {
 	margin-top: 0;
	color: #FFCC99;
 }
 
.importantinfo a {
	color: #FFCC99;
}
.tagline {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	color: #FFCC99;
	line-height: 150%;
	font-weight: bold;
}
a {
	color: #FFCC00;
}
li {
	font-size: 10pt;
	color: #000000;
	line-height: 125%;
}
/***********************************************/
/* Footer Styles                               */
/***********************************************/
p.footer {
	margin: auto;
	padding: 30px 0px 30px 0px;
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	color: #FFCC99;
	line-height: 150%;
}
p.footer a {
	color: #FFCC99;
}

/***********************************************/
/* new main navbar                             */
/***********************************************/



#navbar {
	width: 700px;
	margin: auto;
	text-align: center;
	background-color: #993300;
	padding: 0px 0px 15px 0px;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 40px 0 0 0;
}
#navbar ul li {
	margin: 0;
	display: inline;
	font-weight: normal;
	padding: 0 10px 0 10px;
}
#navbar ul li a {
	padding-top: 5px;
	border-bottom: none;
	text-decoration: none;
}

#navbar ul li a:hover {
	border-top: dotted 2px #FFCC99;
	color: #FFCC99;
}

#navbar ul li a.on {
	border-top: dotted 2px #FFCC99;
	color: #FFCC99;
}

/* new in page nav */
	

.links {
 width: 640px;
 margin: auto;
 text-align: right;
 padding: 0 15px 0 0;
 }	
.links ul {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;
}
.links ul li {
	margin: 0;
	display: inline;
	font-weight: normal;
	padding: 0 10px 0 10px;
	letter-spacing: .5pt;
}
.links ul li a {
	font-family: Georgia, Times, serif;
	font-size: 11pt;
	color: #663300;
	padding-top: 2px;
	border-bottom: none;
	text-decoration: none;
}
.links ul li a:hover {
	color: #FFCC99;
	border-top: dotted 2px #FFCC99;
}
.links ul li a.on {
	color: #FFCC99;
	border-top: dotted 2px #FFCC99;
}
 
.header {
 width: 600px;
 margin: auto;
 text-align: left;
 padding: 0 0 0 0;
 }
 
 .header h1 {
 padding: 0;
 margin: 0 0 15px 0;
 }



	
	
