body {
	background: #ffffff;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #000000;
	letter-spacing: 0px;
}

p {
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #FFF;
	margin: 15px;
}

h2 {
	font-size: 1.45em;
	font-weight: bold;
	color: #6280A3;
	text-align: center;
}
a.linkUNDERLINE:link {
	color: #0E1644;
	text-decoration: underline;
}
a.linkUNDERLINE:visited {
	color: #0E1644;
	text-decoration: underline;
}
a.linkUNDERLINE:hover {
	color: #16236D;
	text-decoration: none;
}
a.linkUNDERLINE:active {
	color: #0E1644;
	text-decoration: none;
}

a, a:visited {
	text-decoration: underline;
	color: #6280A3;
}

a:hover {
	text-decoration: none;
	color: #141414;
}

#container {
  	height: auto;
	width: 850px;
	margin: 0;
	text-align: left;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;

}

#header {
	width: 850px;
	height: 33px;
	background: #FFFFFF;
	color: #000000;
	float:left;
	margin-bottom:-2px;
}

#header ul {
list-style:none;
font-size:75%;
margin:0.5em 0 0;
padding:2px 0 0 1em;
margin-left: -8px;
}

#header li {
background:url(images/navigation_button.png) 100% -100px;
float:left;
text-align:center;
font-weight: bold;
margin:0 1px 0 0;
padding:0 5px 0 0;
}

#header li.active {
background:url(images/navigation_button.png) 100% 0;
position:relative;
z-index:100;
}

#header li a,#header li a:visited,#header li span {
display:block;
float:left;
text-align:center;
white-space:nowrap;
background:url(images/navigation_button.png) 0 -100px;
text-decoration:none;
min-height:17px;
font-size:9pt;
color:#aaa;
padding:5px 11px 4px 16px;
}

#header li.active a,#header li.active span {
color:#000;
background:url(images/navigation_button.png) 0 0;
}

#header li:hover {
background-position:100% -200px;
}

#header li:hover a {
background-position:0 -200px;
}

#header li.active:hover {
background-position:100% 0;
}

#header li.active:hover a {
background-position:0 0;
text-decoration:underline;
}

/* LeftNav */

#leftbar {
	width: 200px;
	float: left;
	height: auto;
	border: 1px solid #CCCCCC;
	margin: 10px 20px 0 -8px;
}

#buttontype {
	width: 200px;
	float: right;
	height:auto;
	margin: 0;
}

#buttontype div {
  display: inline;
}

#buttontype h2 {
	font-size: 1.45em;
	font-weight: bold;
	color: #6280A3;
	margin: 7px 0 7px 10px; 	
}

#buttontype p {
	color: #000000;	
}

#searchbox {
	width:	200px;
	height: auto;
	float: right;
	text-align: center;
	list-style: none;
	margin: 0;
}

#searchcontain {
	display: block;
	width: 200px;
	height: auto;
	float: right;
	list-style: none;
	margin: 0;
}

#searchbox h2{
	font-size: 1.45em;
	font-weight: bold;
	color: #6280A3;
	text-align: center;
}

#searchbox input {
	margin: 5px 0 5px 0;
}
	
/* Content */
	
#content {
  	height: auto;
	float: left;
	padding-left: 19px;
	width: 829px;
	border: 1px solid #CCCCCC;
}

/* Footer */
a.footer {
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
a.footer:hover {
	text-decoration: underline;
}

#footer {
	clear:both;
	background: #FFFFFF;
}

#footerMenu {
	height: 20px;
	position:relative;
	font-size: 9px;
	letter-spacing: 0px;
	line-height: 14px;
	background-color:#fff;
	color: #000;
	text-align: center;
}

#footerMenu a {
	color: #333333;
}

.style1 {
	color: #000000
}
