/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {color: #000033;}

h2 {color: #0033FF;}

h3, h4 {color: #0033FF;}

h5, h6 {color: #6699CC;}

a {color: #000000;}

/***********************************************/
/* Layout                                      */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
#left{
	float:left;
	width: inherit;
	margin:0;
}
#right{
	float:right;
	width: auto;
	margin:0;
	color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
}
#content{
	float: right;
	width: 80%;
	padding-bottom: 5%;
}

#nav{
	float:left;
	width: 15%;
	margin: 0;
	padding: 5px;
}
/***********************************************/
/* siteInfo styles                             */
/***********************************************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/***********************************************/
/* content                                     */
/***********************************************/
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	background-color: #FFFFCC;
	color: #003366;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:22px;
	background-color: #FFFF33;
	color: #003366;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #EAFDFF
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-width: thin;
	border-color: #99FF99 #003300 #003300 #99FF99;
	border-style: double;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}
