/* CSS Stylesheet for the NGASC */

body
{
	BACKGROUND-COLOR: #FFFFFF;
	background: images/bgcol.gif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 0.8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal; 
	position: relative; 
	height: auto; 
	width: auto; 
	left: 0px; 
	top: 0px; 
	clip:  rect(   )
}
table { BORDER:0; PADDING:10; height:1in;}

td
{
padding: 0px;
border: 0px;
}
p {margin:0;}

h1,h2,h3,h4,h5, th, thead, tfoot
{
	font-style:	normal;
	color: #000099; 
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
h1	{
	font-size:	2em;
	text-align: center; 
	font-weight:	700;
	}	
h1.sc {	padding:10px; color:#990000; text-align:left; }	
		
h2	
{
	padding:10px;
	font-size:	1.7em;
	font-weight:	700;
	}	
		
h3	{	
	font-size:	1.58em;
	font-weight:	500;
	}	
		
h4	{	
	font-size:	1.33em;
	font-weight:	500;
	}	
		
h5, DT	{	
	font-size:	1em;
	font-weight:	700;
	}	
		
h6	{	
	font-size:	.8em;
	font-weight:	700;
	}	
		
tfoot,thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


a:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
a:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
small	{	
	font-size:	.7em;
	}	

big	{	
	font-size:	1.17em;
	}	

blockquote,pre	{	
	font-family:	Courier New, monospace;
	}	
	

ul li	{	
	list-style-type:	square ;
	}	

ul li li	{	
	list-style-type:	disc;
	}	

ul li li li	{	
	list-style-type:	circle;
	}	
	
ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

img 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
/* Added by BTF 4/18/2005 from http://www.aspnetresources.com/articles/css_templates.aspx */
#masthead {
	background: #fff;
	text-align: left;
	padding: 0;
}

#masthead h1 {
	color: #fff;
	width: 145;
	height: 129;
}

#masthead h2 {
	color: #fff;
	width: 625;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	color: #999;
	border: 1px solid #9f9e00;
	border-width: 1px 0;
}

#leftcol, #rightcol {
	font-size: 0.9em;
}

#leftcol {
	width: 20%;
	float: left;
	padding: 0 2%;
}

#content {
	background: #eee;
	padding: 0 2%;
	margin-left: 25%;
}

#content h2, #content h3 {
	padding: 0.25em 0 .75em;
}

.seal {padding:0;border:0; width:130px; height:130px;}

marquee 
{
 font-size: 10pt; 
 color: #0a2c03;   
 background-color: White;
 text-align: center;
}
body.threecolumns #rightcol {
	width: 20%;
	float: right;
	padding: 0 2%;
}

body.threecolumns #content {
	margin-right: 25%;
}

body.twocolumns #rightcol {
	display: none;
}

body.twocolumns #content {
	margin-right: 2%;
}

body#contact #footer {
	display: none;
}

#adimages li {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}