body 	{ 
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #555; 
  	margin: 0 auto;
	background: #FFF url(../images/bg.jpg) top repeat-x;
	}
	
a:link 	{ 
	text-decoration: underline;
	color: #163ca8;
	}
	
a:visited { 
	text-decoration: underline;
	color: #163ca8;
	}
	
a:hover, a:active { 
	text-decoration: underline;
	color: #406def;
	}
	
#container {
	width: 1000px;
	height: 725px;
	min-height: 725px;
	margin: 0 auto;
	background: #FFF url(../images/content_bg.jpg) top center no-repeat;
	}
	
/* Header Styles --------------------------------------------------------------------------------------------- */	
	
#contact {
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	line-height: 1.2em;
	color: #FFF;
	text-align: right;
	padding: 13px 65px 0px 0px;
	}
	
#top-navigation {
	float: right;
	padding-right: 36px;
	}
	
#top-navigation ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	max-height: 30px;
	padding-top: 70px;
	}
	
#top-navigation ul li {
	list-style-type: none;
	display: inline;
	padding-left: 20px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#top-navigation ul li a {
	color: #131313;
	text-decoration: none;
	font-weight: bold;
	}
	
#top-navigation ul li a:hover {	
	color: #bb211a;
	text-decoration: none;
	font-weight: bold;
	}
	
#top-navigation ul li .current {	
	color: #bb211a;
	text-decoration: none;
	font-weight: bold;
	}	
	
/* Spotlight Styles --------------------------------------------------------------------------------------------- */	

#spotlight {
	width: 435px;
	padding-right: 35px;
/	padding-top: 20px;	
	float: right;
	}

#spotlight h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #ecefa6;
	padding-bottom: 10px;
	border-bottom: solid thin #163ca8;
	}
	
#spotlight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	}


/* Content-Tables Styles --------------------------------------------------------------------------------------------- */		


#table1 {
	width: 588px;
	padding: 0px 50px 0px 42px;
	float: left;
	}
	
#table1 b {
	color: #390;
	}
	
#table2 {
	width: 268px;
	padding: 0px 42px 0px 10px;
	float: left;
	}

#table1 h1, #table2 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #4c6dca;
	padding-bottom: 3px;
	border-bottom: solid thin #CCC;
	}	

#table1 img, #table2 img {
	padding: 0px 7px 5px 0px;
	}


/* Footer Styles --------------------------------------------------------------------------------------------- */	

#footer {
	padding: 42px;
	height: 134px;
	min-height: 134px;
	line-height: 1.8em;
	background: #FFF url(../images/footer_bg.jpg) bottom center no-repeat;
	}
	
#footer #left {
	width: 600px;
	float: left;
	}
	
#footer #right {
	width: 310px;
	text-align: right;
	float: left;
	}	
	
#footer a:link 	{ 
	text-decoration: none;
	color: #555;
	}
	
#footer a:visited { 
	text-decoration: none;
	color: #555;
	}
	
#footer a:hover, a:active { 
	text-decoration: none;
	color: #406def;
	}		