body {
	margin: 0px;
	background-attachment: fixed;
	background-color: #ffffff;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: 333333;


}
P {
	FONT-SIZE: 10pt;
	COLOR: #333333;
	FONT-FAMILY: Arial, Geneva, Helvetica, sans-serif;
	text-align:justify;
	left: 4px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-indent: 0px;
	clip:  rect(auto 4px 0px auto);



}
/* Normal Links */
a {text-decoration:none; font-family:arial; font-size:10pt; color:#140571; font-weight:normal}
a:hover {text-decoration:underline; font-family:arial; font-size:10pt; color:140571; font-weight:normal}
/* Small White Links */
a.white {text-decoration:none; font-family:arial; font-size:8pt; color:#ffffff; font-weight:normal}
a:hover.white {text-decoration:underline; font-family:arial; font-size:8pt; color:#ffffff; font-weight:normal}
/* White Labels Sml. */
.whtlabel {text-decoration:none; font-family:arial; font-size:8pt; color:ffffff; font-weight:bold}
/* Green Header Lg. */
.grnlrg {font-family: verdana, sans-serif; font-size:12pt; color:#199449; font-weight:bold}
/* Green Header Sml. */
.grnsml {font-family: verdana, sans-serif; font-size:10pt; color:#199449; font-weight:bold}
/* Blue Header Lg. */
.bluelrg {font-family: verdana, sans-serif; font-size:12pt; color:#140571; font-weight:bolder}
/* Blue Header Sml. */
.bluesml {font-family: verdana, sans-serif; font-size:10pt; color:#140571; font-weight:bold}
/* Boxed Link */
a.boxed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #140571;
	margin: 4px;
	padding: 2px;
	text-decoration: none;
	width: 144px;
	height: 11px;
}
a:hover.boxed {
	border: 1px solid #93A9B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #140571;
	background-color:#C2CFD8;
	margin: 4px;
	padding: 1px;
	text-decoration: none;
	width: 144px;
	height: 11px;

}

.big{
	font:Arial, Helvetica, sans-serif;
	color:#140571;
	font-size:30px;
	font-weight:bold;
}

.header 
{

}

.header 
{
	margin: 0 auto;
	padding: 0;
	display:inline;
}

.header ul
{
	padding-top: 7px;
	list-style:none;
}

.header ul li
{
	display:inline;
	margin-left:30px;
}

.header ul li:first-child
{
	margin-left: 0;
}

.header ul li a
{
	color: #FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:.95em;
	padding: 5px 15px;
}

.header ul li a:hover
{
}



.header ul li ul li 
{
 
}

.clear {clear:both}
/* remove the list style */
#nav {
	margin:0;
	padding:0;
	list-style:none;
}  
	 
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li {
		float:left;
		display:block;
		width:180px;

		position:relative;
		z-index:500;
		margin:0 1px;
	}
		 
	/* this is the parent menu */
	#nav li a {
		display:block;
		padding:8px 5px 0 5px;
		font-weight:700; 
		height:23px;
		text-decoration:none;
		color:#fff;
		text-align:center;

	}
 
	#nav li a:hover {
		color:#fff;
	}
	 
	/* you can make a different style for default selected value */
	#nav a.selected {
		color:#f00;
	}
	 
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute;
			left:0;
			display:none;
			margin:0 0 0 -1px;
			background-color:#140571;
			padding:0;
			list-style:none;
		}
		
		.green ul 
		{
		    background-color: #199449 !important;
		}
		 
		#nav ul li {
			width:180px;
			float:left;
			border-top:1px solid #fff;
		}
		 
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block; 
			height:15px;
			padding: 8px 5px;
			color:#FFF;
		}
		 
		#nav ul a:hover {
			text-decoration:underline; 
		}
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

