/*Empty space in sub nav...*/
#ctl00_menu ul#ctl00_subnav-1, #ctl00_menu #ctl00_subnav-2,
#menu ul#subnav-1, #menu #subnav-2
{
display: inline;
left: 0px;
position: absolute;
top: 92px;
*top: 94px;
background-color: #006400;
}

#ctl00_menu li a.SelectedLink,
#menu li a.SelectedLink
{ 
	font-size: 1.1em; 
	background-color: #006400; 
	font-weight: bold; 
	color: White; 
	line-height: 26px;
}

/*subnav, not selected*/
#ctl00_menu ul#ctl00_subnav-1 a,
#ctl00_menu ul#ctl00_subnav-2 a,#footer ul a,
#menu ul#subnav-1 a, #menu ul#subnav-2 a
{
	color: white;	
}

#logoDiv
{
margin-bottom: 0px;
margin-left: 7%;
}

body {
background-color: #FFFFFE;
}

#contents
{
background: #FCF6CF;
border: solid 1px #006400;
top: 116px;
*top: 118px;
}

#footer
{
background-color: #006400;
}

/*login*/
#Login
{
 background-color: #006400;	
 top: 116px;
*top: 117px;
}

#NavBar hr
{
	clear: both;
	height: 39px;
	border-top: solid 39px #006400;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: 8%;
	margin-left: 8%;			
}

#News
{top: 118px; *top:122px;}

#News h2 {border-bottom: solid 10px #5180B7;}
#News h4 {border-bottom: solid 2px #5180B7;}

#ctl00_MainContent_mNewsDIV,#RequestsList,#FAQsTbl #ctl00_MainContent_faqDiv,
#ctl00_MainContent_Cats,#downDiv,#RequestsDetails textarea,.uDesc,#IssueDIV
{
	border: solid 2px #006400;
	background-color: #FFFFFF;
}

.icancelbtn, .iokbtn, .ilogbtn
{
	margin:0px 0px 0px 0px;	
	color: White;	
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;	
}

.icancelbtn
{	
	padding: .5em 2.4em .5em 2.4em;	
	background: url(../images/mybutton.png) right center no-repeat;		
}

.iokbtn
{	
	padding: .5em 2.95em .5em 2.95em;	
	background: url(../images/mybutton.png) right center no-repeat;	
}

.ilogbtn
{	
	padding: .5em 2.4em .5em 2.4em;	
	background: url(../images/cxmbutton.png) right center no-repeat;	
}

#contents table tr td .icancelbtn {margin-left: -8px;}



