﻿body {
		font: 0.8em arial, helvetica, sans-serif;
		/*text-transform: lowercase;*/
		margin: 0;
		padding: 0;
	}
	
	#header {
		background-color: white;
	}
	
    #header ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#header li {
		float: left;
		/*border: 1px solid #bbb;*/
		border-bottom-width: 0;
		margin: 0;
    }
    
	#header a {
		text-decoration: none;
		display: block;
		/*background: #f0b539;*/
		padding: 0.24em 1em;
		color: #000000;
		width: 8em;
		text-align: center;
		font-weight: bold;
    }
	
	#header a:hover {
		background: #f0b539;/*#ff8000;*/
		text-decoration: underline;
	}
	
	#header #selected a
	{
		position: relative;
		top: 1px;
		background: #a0c73d;
		color: #000000;
		font-weight: bold;
	}
	
	.selectedline
{
	/*background: #a0c73d;*/
	left: 5px;
	padding: 0 10px 0 10px;
	border-top: #a0c73d thin solid;
}
	
	#content {
		/*border: 1px solid black;*/
		clear: both;
		padding: 0 1em;
		background: #a0c73d;
		height: 1px;
		
	}
	
	#content p {
		margin: 0 0 1em 0;
	}
	
	h1 {
		margin: 0;
		padding: 0 0 1em 0;
		color: #9ac507;
	}
	
	.input-box {
	display:block;
	/*margin-bottom:5px;	
	padding:2px;*/
	color:#666666;
	font-size:.9em;
	vertical-align:top;
	border:1px solid #82b26e;
	background:url(images/bg-input.png) no-repeat;
	}
	
	.input-box-multiline {
	display:block;
	color:#666666;
	font-size:1em;
	vertical-align:top;
	border:1px solid #82b26e;
	background:url(images/bg-input.png);
	}
	
	.tdtitle
	{
		
	margin:15px 0;
	font-family:"trebuchet MS", verdana, sans-serif;
	color:#000000;
	font-weight: bold;
	font-size: 1.0em;
		
	}
	input.button {
	color:#FFF;
	background:#317f0c url(images/bg-button.png) repeat-x;
	border:2px groove #FFF;
	font-size:.9em;
	font-weight:bold;
	padding:0 5px 2px 5px;
	cursor:pointer;
	}
	
	.forgot-password {
	margin:2px 0;
	font-size:.85em;
	color:Green
	}
	
	.tab {
	background-image	: url(images/tab.jpg);
	background-repeat	: no-repeat;
	/*width				: 100%;*/
	height				: 60px;
	position			: relative;
}

.selectedTab {
	background-image	: url(images/orangetab.JPG);
	background-repeat	: no-repeat;
	/*width				: 100%;*/
	height				: 60px;
	position			: relative;
}

.footerText_text {
	font-family : Arial, Verdana;
	font-size	: 11px;
	color		: #000000;
	text-align: center;
	left: 40px;
	top:10px
	
}
.inline {
	display:inline;
	}
	
.dropDown
	{
	display:block;	
	font-size:.9em;
	border:1px solid #82b26e;		
	background:url(images/bg-input.png) no-repeat;
	}

.maincontent
{
	padding: 5px 30px 10px 20px;
}

#menu {
	float:right;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#menu li {
	display: block;
	float: left;
	height:70px;
}

#menu a {
	display: block;
	padding: 10px 20px 20px 20px;
	background: url(images/img03.jpg) repeat-x left top;
	border-top: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	margin-top: 10px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #C78C04;
	vertical-align:bottom;
}

#menu .last {
	margin-right: 20px;
}

#menu a:hover {
	background: url(images/img02.jpg) repeat-x left top;
	color: #FFFFFF;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background: url(images/img02.jpg) repeat-x left top;
	color: #FFFFFF;
}

h4
{
	color: #FF9900;
}

.subcontent
{
	padding: 5px 5px 5px 5px;
}
