/* CSS Document */



html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	margin: 0 px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	font-size: 1 em;
	line-height: 180%;
}

body
{
	margin: 0;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 1 em;
	line-height: 180%;
}

.body_border {
border:solid #FFFFFF 1em;
}

.oneColElsCtr #container {
	width: 800px;
	background: 000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
padding:20px;
	border: 5px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 20 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
body,td,th {
	color: #FFFFFF;
}

.container-height {
height:1000px;

}



.container-heightProject {
height:1300px;

}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
			h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: .9em;	
	}

li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1em;
	font-size: 1em;
	text-align: left;
	height: 2em;
}

/* nav2 is the horizontal main navigation bar beneath the header logo */
	
#nav2 {
	margin:0px 0px;
	background-color: #FFFFFF;
	border-bottom: solid #FF0000 thin;
	text-align: left;
	}
	
	#nav2 li {
	margin:0;
	padding:0;
	display: inline;
	text-align: left;
	}
	
	#nav2 a {
	line-height:12px;
	font-weight:bold;
	margin:0 14px 4px 10px;
	text-decoration:none;
	color:#004080;
	font-size: 10pt;
	}
	
	#nav2 a.active, #nav2 a:hover {
	padding-bottom: 2px;
	color:#FF0000;
	}
	
	#nav2 a:hover {
	color: #FF0000;
	}
	
	/* nav3 is the SECOND horizontal main navigation bar beneath the header logo */
	
#nav3 {
	/*margin-bottom:20px*/
	background-color: #FFFFFF	
	}
	
	#nav3 li {
	margin:0;
	padding:0;
	display: inline;
	}
	
	#nav3 a {
	line-height:12px;
	font-weight:bold;
	margin:0 14px 0px 10px;
	text-decoration:none;
	color:#004080;
	font-size: 10pt;
	}
	
	#nav3 a.active, #nav3 a:hover {
	/*padding-bottom: 2px;*/
	color:#FF0000;
	}
	
	#nav3 a:hover {
	color: #FF0000;
	}

/* nav4 is a sidebar VERTICLE main navigation bar beneath the header logo */
	
#nav4 {
	margin:0;
	padding-left:0;
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	
	}
	
	#nav4 li {
	margin:0;
	padding:0;
	text-align:left;
	display: block;
	}
	
	#nav4 a {
	line-height:12px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
	color:#004080;
	font-size: 10pt;
	}
	
	#nav4 a.active, #nav4 a:hover {
	padding-bottom: 0px;
	color:#FF0000;
	}
	
	#nav4 a:hover {
	color: #cc6600;
	}

	#nav4red a {
	line-height:12px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
	color:#FF0000;
	font-size: 10pt;
	}
	
	#nav4stores a {
	line-height:12px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
	color:#cc6600;
	font-size: 10pt;
	}
	
	
	#nav4stores a:hover {
	color: #99cc33;
	}
	
	#nav4index li {
	margin:0;
	padding:0;
	text-align:left;
	display: block;
	}

	#nav4indexred a {
	line-height:12px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
	color:#FF0000;
	font-size: 10pt;
	}

	#nav4index a:hover {
	color: #99cc33;
	}
	
	#nav4index a {
	line-height:12px;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
	color:#cc6600;
	font-size: 10pt;
	}
/* nav5 is the simple horizontal main navigation bar */
	
#nav5 {
	margin:0;
	background-color: #FFFFFF;
	border-bottom: solid #FF0000 0;
	text-align: center;
	padding-left:0;
	background-image: url(images/mainElements/grayMenuBkg.png);
	}
	
	#nav5 li {
	margin:0;
	padding:0;
	display: inline;
	text-align: left;
	}
	
	#nav5 a {
	line-height:12px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	color:#004080;
	font-size: 1em;
	}
	
	#nav5 a.active, #nav2 a:hover {
	padding-bottom: 2px;
	color:#FF0000;
	}
	
	#nav5 a:hover {
	color: #FF0000;
	}
	

/* Home BUttons */
	
	
	#navLink1 {
	margin:0;
	background-color: #FFFFFF;
	
	text-align: left;
	padding:0;
	}
	
	#navLink1 li {
	margin:0;
	padding:0;
	display: inline;
	text-align: left;
	}
	
	#navLink1 a {
	line-height:12px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
	color:#004080;
	font-size: 1.2em;
	}
	
	#navLink1 a.active, #nav2 a:hover {
	color:#cc6600;
	}
	
	#navLink1 a:hover {
	color: #cc6600;
	}

/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}






/* content */

.content-nav
{
	margin: 10px;
	text-align: left;
}
.storeintro {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: cc6600;
	background-color: #FFFFFF;
	text-align: right;
}



a
{
	text-decoration: underline;
}

a:link { color: #003366; }
a:visited { color: #003366; }
a:hover { color: #666666; }
a:active { color: #003366; }


/* layout */




/* user css */


/* other css */

/*Mag Cover Styles*/

#floatleft {
float:left
}

#floatright {
float:right
}



.logotag {
margin-top: 6px;
text-align: left;
display: block;
color: #004080;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 1.25em;
font-weight: normal;
font-style: italic; 
float:left;
clear:both
}






.toc {
	line-height: 120%;
        padding-top: .5em;
        margin-bottom: -.5em
}

.toc2 {
	line-height: 120%;
        margin-bottom: -.5em
}

.toc3 {
font-size: 1em;
	line-height: 140%;
     margin: 0;
		color: #333333;
		text-align: left;
		margin-bottom:1em;
}

.toc3Right {
font-size: 1em;
	line-height: 140%;
     margin: 0;
		color: #333333;
		text-align: right;
}



.toc-panel {
	line-height: 110%;
}

.sidebar-copy {
	line-height: 180%;

	font-size:.9em;
	text-align: left;
	padding: 0 0 0 6px;
	color:#333333;
	
}

/*Side Links*/
#h4 link {
text-align: center;
line-height:70%;
}

/*Side Links*/


/* Inline Ads*/
#inlinead {
padding-top: 1em;
border-top: 1px solid #004080;
}

/* Inline Ads*/



/* Span Font Size*/
span.side {
padding-top: 10px;
font-size: .8em;
line-height: 1.2em;}
/* Span Font Size*/



/*Start DS 2.0 Styles*/



hr {
  height: 1px;
  color: #d9d9d9;
  background-color: #d9d9d9;
  border: none;
}

/* Hides from IE-mac \
* html div {height: 1%;}
div {
	display: block;
	border-bottom: thin solid #999999;
}
 End hide from IE-mac */




/*end DS 2.0 Styles*/
.gold-subhead {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 3em;
	color: cc6600;
}

.intro-copy {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.25em;
	padding: 0;
	margin:0;
	text-align:left;
}

.no-border{
border:none;
}

RSS CSS
.rssSite {
	font-color: #000000;
	font-weight: normal;
	color:#000000;
}



.rssTitle {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#tickerFeed {
	background-color: #ffffff;
	border-top-color: #FFFFFF;
}




#TICKER {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	overflow: hidden;
	width: 760px;
	
}

End RSS CSS

