/* CSS Stylesheet for the AAMDC FRG */

body
{
    background-color: #009;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:	.8em;
    padding:0;
}

h1, h2, h3, h4, h5, h6, th, thead, tfoot, body
{
    color: #FFCC00; 
}
h1	{	
	font-size:	2em;
	font-weight:	700;
	}	
		
h2	{	
	font-size:	1.75em;
	font-weight:	700;
	bullet-style:	none;
}
		
h3	{	
	font-size:	1.58em;
	font-weight:	500;
	}	
		
h4	{	
	font-size:	1.33em;
	font-weight:	500;
	}	
		
h5, dt	{	
	font-size:	1em;
	font-weight:	400;
	}	
		
h6	{	
	font-size:	.8em;
	font-weight:	400;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	}	

a:link	{	
	text-decoration:	none;
	color:	#FC3;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:	#FC6;
	}	
		
a:active	{	
	text-decoration:	none;
	color:	#FC9;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#FFF;
	}
	
small	{	
	font-size:	.7em;
	}	

big	{	
	font-size:	1.17em;
	}	

blockquote, pre	{	
	font-family:	Courier New, monospace;
	}	

ul li	{	
	list-style-type:	square ;
	}	

.nobullet	{	
	list-style-type:	none;
	}	

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 {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 30;
}
#masthead img {margin:0; padding:0;display:inline;}

#footer {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	color: #999;
	border: 1px solid #9f9e00;
	border-width: 1px 0;
}

#ads, #rightcol {
	font-size: 0.9em;
}

#ads {
	width: 103px;
	float: left;
	padding: 2% 2%;
	text-align: center;
}

#ads li {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#ads li img {
	list-style-type: none;
	text-align: center;
	border:0px;
}

#content {
	padding: 0 2%;
	margin-left: 15%;
}

#content h2, #content h3 {
	padding: 0.25em 0 .75em;
}

marquee 
{
	display: block;
	font-size: 10pt; 
	color: #FC0;   
	text-align: center;
}

body.threecolumns #rightcol {
	width: 30%;
	float: right;
	padding: 0 2%;
}

body.threecolumns #content {
	margin-right: 35%;
}

body.twocolumns #rightcol {
	display: none;
}

body.twocolumns #content {
	margin-right: 2%;
}

body#contact #footer {
	display: none;
}

