body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	width: 920px;
	border: 2px solid #999999;
}
#banner   {
	width: 920Spx;
	background-color: #000033;
}
.bannerimg {
	width: 920px;
}
.navbackground {
	background-color:#006699;
	width: 918px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px
}
.note	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #222222;
	font-style: italic;
}
.footer a:link, .leftpanel a:link {
	font-weight: bold;
	font-style: italic;
	color: #CC6600;
}
.footer a:visited, .leftpanel a:visited {
	font-weight: bold;
	font-style: italic;
	color: #006699;
}

.rightpanel a:link {
	font-weight: bold;
	color: #0033cc;
}

.rightpanel a:visited {
	font-weight: bold;
	color: #0033cc;
}

#copyright  {
	clear:both;
	font-size: .8em;
	font-style: italic;
	text-align: right;
	text-vertical-align:bottom;
	margin-bottom:1em;
	padding-right:.5em;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
}

.leftpanel	{
	color:white;
	text-align:justify;
	width: 665px;
	height: 485px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
}

.rightpanel	{
	background-color: white;
	padding-top: 30px;
	width: 210px;
	height: 485px;
	margin: none;
	float:right;
	border-left: 2px solid #F7EBC8;
}

.billboardleft {
	min-height: 80px;
	margin: 3em;
	padding: 3em
	width: 170px;
	float: left;
}
.billboardrt	{
	text-indent: 0em;
	margin: 2em 5em 2em 180px;
	text-align: justify;
}
.footer	{
	border-top: 2px solid #F7EBC8;
	margin-bottom:1em;
	padding:1em;
	clear:both;
	height:130px;
}

.footerleft 	{
	padding:1em;
	width:405px;
	float:left;
	text-align:center;
}

.footerright	{
	padding:.6em;
	width:405px;
	text-align:center;
	float:right;
}

h1	{
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	color: #222222;
	font-weight: bold;
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #222222;
}

em	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #222222;
	font-weight: bold;
	text-indent: 0em;
}

h2	{
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #222222;
	font-weight: bold;
}

.box	{
	position: relative;
	margin: auto;
	padding: .2em;
	text-align: center;
	width:10em;				
}

.content .text, .content em, .content .textsmall	{
	color: #003399;
	font-family: arial, helvetica, sans-serif;
	align: center;
	margin-right: 0;
}

.content {
	align: center;
	padding-top:1em;
	padding-bottom:.8em;
	margin-right:1em;
}

.content .text {
	font-size: 1.1em;
}

.content em {
	font-size: 1.1em;
}
.content .textsmall {
	padding:.2em;
	font-size: .8em;
}
.box a	{
	text-decoration: none;
	cursor: hand;
}

/* ---=== border code follows ===--- */
/*	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/


.tlc, .trc, .blc, .brc{
	background-color: transparent;
	background-repeat: no-repeat;
}

.tlc	{
	background-image:url(graphics/tlc.gif);
	background-position: 0% 0%;
}

.trc	{
	background-image:url(graphics/trc.gif);
	background-position: 100% 0%;
}	
.blc	{
	background-image:url(graphics/blc.gif);
	background-position: 0% 100%;
}
.brc	{
	background-image:url(graphics/brc.gif);
	background-position: 100% 100%;
}

.tb, .bb {
	background-color: transparent;
	background-repeat: repeat-x;
}
			
.tb	{	
	background-image:url(graphics/tb.gif);
	background-position: 0% 0%;
}

.bb	{
	background-image:url(graphics/bb.gif);
	background-position: 50% 100%;
}
	
.rb	{
	background-image:url(graphics/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.lb	{
	background-color: #eeeeee;
	background-image:url(graphics/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

hr	{
	margin-left: 0;
   	margin-right:.6em;
   	width: 8.5em;
	color: #888888;
	height: 1px;
}


