	body{
		background-color: #e3e3e6;
		font-family: Arial;
		font-size: 12px;
		line-height: 18px;
		color: #000000;
		margin-top: 0px;}
		
	.main-table{
		background-image: url(images/maintable-bknd.gif);
		color: #000000;
		padding-left:13px;
		padding-right:14px;
		}
		
	.right-column{
		padding-left: 35px;
		width:221px;
		font-size:11px;
		float:right;
		}
		
	.right-column-padding{
		padding-right:15px;
		}
		
	.mainpages-padding{
		padding:20px 25px 20px 0;
		}
		
	
	h1 {
		line-height: 18px;
		font-size: 18px;
		margin-top: 2px;
		margin-bottom: 6px;
		}
		
	h2 {
		line-height: 18px;
		font-size: 16px;
		margin-top: 2px;
		margin-bottom: 6px;
		color:#003399;
		}
		
	h3 {
		line-height: 16px;
		font-size: 14px;
		margin-top: 2px;
		margin-bottom: 6px;
		}

	#strengthening {
		line-height: 16px;
		font-size: 16px;
		font-weight: lighter;
		letter-spacing: 1px;
		margin: 0px;
		padding: 4px 0 5px 20px;
		background-color:#b70022;
		border-top: 3px solid #abccfd;
		color: #ffffff;}
		
	#index-second_header {
		line-height: 16px;
		font-size: 14px;
		margin: 0px;
		padding: 4px 0 5px 20px;
		background-color:#b70022;
		border-top: 3px solid #abccfd;
		color: #ffffff;}
		
		
	a:link {color: #003399; text-decoration: none;}
	a:visited {color: #003399; text-decoration: none;}
	a:hover {color: #003399; text-decoration: underline;}
	a:active {color: #003399; text-decoration: none;}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
	width: 180px; /*width of menu*/
	padding: 25px 15px 0 12px;
	}
	
	
	.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
	
	.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
	
	.arrowlistmenu ul li a{
	color: #A70303;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	}
	
	.arrowlistmenu ul li a:visited{
	color: #A70303;
	}
	
	.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
	}

	
.footer1{
	font-size: 10px;
	text-align: center;
	padding: 4px 0 5px 20px;
	background-color:#b70022;
	border-top: 3px solid #abccfd;
	color: #ffffff;
	margin-right:14px;
	}
	
	a.footer:link {color: #cccc99; text-decoration: none;}
	a.footer:visited {color: #cccc99; text-decoration: none;}
	a.footer:hover {color: #cccc99; text-decoration: underline;}
	a.footer:active {color: #cccc99; text-decoration: none;}