BODY {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

/* FONTS */

.smTxt {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #666666;
	font-weight : normal;
	text-decoration : none;
}

.lgTxt {
	font-family : Arial, Helvetica, sans-serif;
    font-size:13px;
	line-height: 13pt;
	color: #6E605A;
	font-weight : bold;
	text-decoration : none;
}

td {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	line-height: 13pt;
	color: #6E605A;
	font-weight : normal;
	text-decoration : none;
}

.newsTitle {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #98493A;
	font-weight : bold;
	text-decoration : none;
}

.pageTitle {
	font-family : Times New Roman, Times, Serif;
    font-size:18px;
	color: #244800;
	font-weight : normal;
	text-decoration : none;
}

.footerTxt {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #5D5D5D;
	font-weight : normal;
	text-decoration : none;
}


/* LINKS */

a {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #064686;
	font-weight : normal;
	text-decoration : underline;
}

a:visited {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #064686;
	font-weight : normal;
	text-decoration : underline;
}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #3F6D39;
	font-weight : normal;
	text-decoration : underline;
}

.btmLinks {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #003366;
	font-weight : normal;
	text-decoration : underline;
}

.btmLinks:visited {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #003366;
	font-weight : normal;
	text-decoration : underline;
}

.btmLinks:hover {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #ba363c;
	font-weight : normal;
	text-decoration : underline;
}

/* TABLE */
.tableborder {
	border-width: 1px;
	border-style: solid;
	border-color: #E1E2D6;
}


/* LIST */

ul {
list-style-image: url(../images/arrowBullet.gif); 
}

/* input */
.select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #E4F0F9;
		border: 1px #72723B ridge;
		vertical-align: text-bottom;
		color: #000000;
		font-weight: normal
}
.selecta {font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #FFFFCC; height: 18px; width: 370px; border: 1px #72723B ridge; color: #000000; font-weight: normal}

.txtApply {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 250px;
	height: 20px;
}
.txtAreaApply {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 500px;
	height: 150px;
}
.btnSubmit{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;      
    text-decoration: none;
    cursor : hand;
	height: 20px;
    }

/*  MID-SECTION STYLES 
---------------------------------------------------------------------*/
	
ul.submenu { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
	}
	
	ul.submenu li { 
		font-weight: normal;
		background: #f0fdff;
		}
	
	ul.submenu li.selected { 
		font-weight: normal;
		background: #cfeef3;
		border-bottom:1px solid #DDD;
		/*order:solid 1px red;*/
		}
				
	ul.submenu li.selected a, ul.submenu li.selected a:hover, ul.mainMenu li.selected li.selected a, ul.mainMenu li.selected li.selected a:hover { 
		color: #045;
		background-color: #cfeef3;
		}
	
	/*, ul.mainMenu li.selected li a */	
	ul.submenu li a , ul.mainMenu li.selected li a{ 
		font-weight: normal;
		background: #f0fdff url(../images/common/squareBlue.gif) no-repeat 15px 7px;
		padding: 0 0 0 26px;
		width: 184px;
		color: #045;
		}
		
	ul.submenu li a:hover { 
		background: #F9F9F9 url(../images/common/squareBlue.gif) no-repeat 15px 7px;
		}
		
	/* start here */
ul.tertiary { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
	}
	
	ul.tertiary li { 
		font-weight: normal;
		background: #cfeef3;
		}
		
	ul.tertiary li a, ul.tertiary li a:hover, ul.mainMenu li.selected li.selected li a, ul.mainMenu li.selected li.selected li a:hover{ 
		font-weight: normal;
		background: #cfeef3 url(../images/common/squareGray.gif) no-repeat 27px 7px;
		padding: 0 0 0 37px;
		width: 163px;
		color: #666666;
		display:block;
		}
	
	* html ul.tertiary li.top
	{
		border-top:1px solid #DDD;
	}
	
	.last 
	{
		border-bottom:none;
	}	

	/* IE renders ul within li */
	* html ul.submenu li.last
	{
		border-bottom:none;
	}