body {
	margin: 0;
	padding: 0;
	background-color: #ceddea;
	background-image: url(../images/BackPage.jpg);
	background-repeat: repeat-x;
	font-family: tahoma, arial, verdana;
	font-size: 8.5pt;
	color: #3f3f3f;
	}

#container {
 	margin-top: 15px;
 	width: 760px;
 	margin-right: auto;
 	margin-left: auto;
	}
	
/*-----------NewsHome-----------*/

#NewsHome {
	margin: 0;
	padding: 45px 15px 15px 10px;
	background-image: url(../images/BackNewsHome.jpg);
	background-repeat:no-repeat;
	background-color: #ece7de;
	font-size: 1.0em;
	width: 266px;
	}
	
#NewsHome a:link, #NewsHome a:visited {
	color: #10579a;
	font-weight: bold;
	text-decoration: none;
	}

#NewsHome p {
	line-height: 11pt;
	}
	
#NewsHome a:hover {
	text-decoration: underline;
	}
	
/*-----------Promotions-----------*/

#Promotions {
	margin: 0;
	padding: 45px 15px 15px 10px;
	background-image: url(../images/BackPromotions.jpg);
	background-repeat:no-repeat;
	background-color: #f2f0e9;
	font-size: 1.0em;
	width: 251px;
	}
	
#Promotions a:link, #Promotions a:visited {
	color: #5b402c;
	font-weight: bold;
	text-decoration: none;
	}

#Promotions p {
	line-height: 11pt;
	}
	
#Promotions a:hover {
	text-decoration: underline;
	}
	
/*-----------Poll-----------*/

#Poll {
	margin: 0;
	padding: 45px 15px 15px 10px;
	background-image: url(../images/BackPoll.jpg);
	background-repeat:no-repeat;
	background-color: #2767a4;
	color: #ffffff;
	width: 164px;
	}
	
/*-----------Blog-----------*/

#Blog {
	margin: 0;
	padding: 35px 15px 15px 10px;
	background-image: url(../images/BackBlog.jpg);
	background-repeat:no-repeat;
	background-color: #2767a4;
	width: 164px; 
	font-size:8.5pt;
	font-weight:bold; 
	color:#fefff9;
	border-top:solid 1px #fefff9;
	}
	
#Blog a:link, #Blog a:visited {
	color: #fefff9;
	text-decoration: none;
	}

#Blog a:hover {
	color: #fefff9;
	text-decoration: underline;
	}
	
/*-----------ChildHeader-----------*/

#ChildHeader {
	margin: 0;
	padding: 6px 0 6px 25px;
	background-color: #5889b8;
	border-bottom: 1px solid #ffffff;
	font-size: 14pt;
	letter-spacing: .1em;
	color: #ffffff;
	}
	
/*-----------ChildHeader-----------*/

#ChildContent {
	margin: 0;
	padding: 15px 20px 20px 25px;
	}
	
#ChildContent p {
	line-height: 12pt;
	}
	
#ChildContent a:link, #ChildContent a:visited {
	color: #10579a;
	}

#ChildContent a:hover {
	color: #10579a;
	text-decoration: none;
	}
	
#ChildContent ul li {
	list-style-image: url(../images/Bullet.gif);
	line-height: 12pt;
	margin-top: 10px;
	}
	
#ChildContent ol li {
	line-height: 12pt;
	margin-top: 10px;
	}
	
#PhishBox {
	margin: 0;
	padding: 10px;
	width: 169px;
	background: url(../images/BackPhishBox.jpg) repeat-x #ffffff top left;
	color: #9b1520;
	text-align: center;
	font-weight: bold;
	}
	
/*-----------FormContent-----------*/

#FormContent {
	font-size:8.5pt;
	margin: 0;
	padding: 15px 20px 20px 25px;
	}
	
#FormContent td {
	font-size:8.5pt;
	}
	
#FormContent a:link, #FormContent a:visited {
	color: #10579a;
	}

#FormContent a:hover {
	color: #10579a;
	text-decoration: none;
	}
	
#FormContent input {
	font-size:8.5pt;
	}
	
/*-----------Footer-----------*/

#Footer {
	margin: 0;
	padding: 0;
	background-color: #10579a;
	color: #ffffff;
	}
	
#Footer p {
	padding: 10px 10px 0 0;
	text-align: right;
	}
	
#Footer a:link, #Footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#Footer a:hover {
	text-decoration: underline;
	}

/*-----------GovIcons-----------*/

#GovIcons {
	margin: 0;
	text-align: right;
	}
		
	
/*-----------SubNav-----------*/

#SubNav {
	padding: 40px 0 0 0;
	background-color: #2767a4;
	color: #ffffff;
	font-size: 8.5pt;
	}
	
#SubNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 10px;
	}
	
#SubNav li {
	margin: 5px 15px 6px 5px;
	padding: 0 1px 6px 10px;
	border-bottom: 1px solid #709ac3;
	background-image: url(../images/Bullet_QuickLinks.gif);
	background-repeat: no-repeat;
	}
	
#SubNav li.last {
	margin: 5px 10px 6px 5px;
	border-bottom: 0;
	}
	
#SubNav li a:link, #SubNav li a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}
	
#SubNav li a:hover {
	text-decoration: underline;
 	}