body
{ 
	font-family: arial, helvetica, sans serif;
	color: #333;
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 10px;
}

table
{
	font-size: x-small;
	color: #333;
}

#menu1
{
	font-family: arial, helvetica, sans serif;
	background-image:  url(images/menu_background.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #EBF1E8;
	padding-top: 80px;
	padding-right: 10px;
	font-weight: normal;
	font-size: x-small;
}

#menu1 a
{
	color: #333; /* grey */
	text-decoration: none;
}

#menu1 a:hover
{
    color: #1f98d1; /* blue */
	text-decoration: none;
}

#banner
{
	border-right: 3px solid #1f98d1; 
}

#photostrip
{
	border-right: 3px solid #1f98d1; 
}

#title
{
	font-family: arial, helvetica, sans serif;
	background-color: #1f98d1; /* blue */
	padding-left: 15px;
	font-weight: bold;
	font-size: small;
	color: #fff; /* white */
}

#content
{
    background-color: #fff;
	border-left: 3px solid #1f98d1;
	border-right: 3px solid #1f98d1; 
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: small;
	color: #1f98d1; /* blue */
}

h2
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #1f98d1; /* blue */
}

h3
{
	font-family: arial, helvetica, sans serif;
	font-weight: normal;
	font-style: italic;
	font-size: x-small;
	color: #1F98D1; 
}

a
{
	color: #E42330; /* red */
	text-decoration: none;
}

a:visited
{
    color: #E42330; /* red */
	text-decoration: none;
}

a:hover
{
    color: #E42330; /* red */
	text-decoration: underline;
}

.footer
{
	font-family: arial, helvetica, sans serif;
	background-image:  url(images/footer_strip.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #1f98d1;
	padding-right: 15px;
	color: #fff;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active
{
	color: #fff;
}


.right
{
	float: right;
	margin-left: 10px;
}

.small
{
	font-size: xx-small;
}

.req
{
	color: #ff0000;
	font-size: xx-small;
	text-align: center;
}
/* homepage boxes */
td.redheading
{
    background-color: #E42330;
	height: 25px;
	padding-left: 5px;
    color: #fff;
	font-size: small;
	font-weight: bold;
}

td.creamcontent
{
    background-color: #FDFBDB;
	background-image:  url(images/cream_curve.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
    color: #333;
	font-size: x-small;
}

td.blueheading
{
    background-color: #1F98D1;
	padding-left: 5px;
	height: 25px;
    color: #fff;
	font-size: small;
	font-weight: bold;
}

td.bluecontent
{
    background-color: #D8EFFB;
	background-image:  url(images/blue_curve.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
    color: #333;
	font-size: x-small;
}

td.purpleheading
{
    background-color: #67087B;
	padding-left: 5px;
	height: 25px;
    color: #fff;
	font-size: small;
	font-weight: bold;
}

td.lilaccontent
{
    background-color: #EDE1EF;
	background-image:  url(images/purple_curve.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
    color: #333;
	font-size: x-small;
}

td.greenheading
{
    background-color: #00B034;
	padding-left: 5px;
	height: 25px;
    color: #fff;
	font-size: small;
	font-weight: bold;
}

td.greencontent
{
    background-color: #E1F1DE;
	background-image:  url(images/green_curve.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
    color: #333;
	font-size: x-small;
}
/* end of homepage boxes */
.boldblue
{
	font-weight: bold;
	color: #1F98D1;
}

.bb
{
	border-bottom: 1px dotted #1F98D1;
}

#boxes
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 0;
}

.indbox
{
	border: 1px solid #1F98D1;
	padding: 5px;
	width: 150px;
	font-size: 80%;
}

.newsbox
{
	border: 1px solid #1F98D1;
	padding: 5px;
	width: 200px;
	font-size: 80%;
}

.newsbox ul
{
        margin-left: 0px;
        list-style-type: none;
        margin-top: 0px;
        margin-bottom: 0px;
}

.newsbox ul li
{
        margin-left: 10px;
        list-style-type: none;
        text-indent: -10px;
}

.newsbox li
{
        margin-left: 10px;
        list-style-type: none;
        text-indent: -10px;
}

.newsbox h2
{
	font-size: x-small;
        margin-bottom: 3px;
}

.dateheading
{
	background-color: #1f98d1;
	color: #fff;
	font-weight: bold;
}

.dateheading a
{
	color: #fff;
	text-decoration: none;
}

.dateheading a:visited
{
	color: #fff;
	text-decoration: none;
}

.topicbox
{
	border: 1px solid #1F98D1;
	padding: 5px;
	width: 180px;
	font-size: 80%;
}

a img
{
	border: 0;
}

.policyhead h2
{
        font-size: 120%;
        margin-top: 0px;
}

#NatDebtCounterContainer
{
	border: 5px solid #1F98D1;
	padding: 10px; 
	text-align: center;
	font-size: large;
	color: #1F98D1;
	width: 98%;
}

/* Firefox */
@-moz-document url-prefix()
{
 #NatDebtCounterContainer{ font-size: x-large;}
}

#NatDebtCounterContainer p
{
	margin: 4px 0px 4px 0px;
	padding: 0px;
}


#NatDebtCounter
{
	font-weight: bold;
	font-size: x-large;
	background: #1F98D1;
	color: #fff;
}

/* Firefox */
@-moz-document url-prefix()
{
 #NatDebtCounter{ font-size: xx-large;}
}