@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
}


/**************************************************  Header Style **************************************************/
#containHeader {
	width: 100%;
	min-width: 1000px;
	height: 132px;
	background-color: #FFFFFF;
	background-image:url(images/header_bck.gif);
	background-position: center;
	background-repeat:repeat-x;
}

#headerMenu {
	width: 1000px;
	height: 132px;
	margin: 0 auto;
	vertical-align: top;
}

#headerMenu img {
	float: left;
	vertical-align: bottom;
	border: none;
}

/**************************************************  Content Style **************************************************/
#containContent {
	width: 100%;
	min-width: 1000px;
	background-color: #FFFFFF;
}

#content {
	width: 1000px;
	margin: 0 auto;
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;

}

#content a {
	color: #0d9110;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}


#content.home {
	padding-top: 38px;
	padding-bottom: 30px;
	text-align: center;
}

#content.home img{
	border-color: #0d9110;
}
/*
#content.submenu{
	width: 1000px;
	height: 82px;
	padding-top: 15px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
	background-color: #00FFFF;
}

*/#contentSubmenu{
	width: 1000px;
	height: 82px;
	padding-top: 15px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
}

#contentSubmenu a{
	text-decoration: none;
	color: #CCCCCC;
}

#contentSubmenu a:hover{
	text-decoration: none;
	color: #666666;
}



#contentSubmenu a.active{
	color: #666666;
}


#contentSubmenu img{
	float: left;
	vertical-align: bottom;
	border: none;
}

#contentSubmenu h1{
	float: right;
	display: block;
	margin-top: 44px;
	padding-right: 3px;
	padding-left: 32px;
	font-size: 18px;
	font-weight: bold;
}

#contentBasic {
	margin-bottom: 20px;
}

#contentBasic h2{
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}

#contentBasic p {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 150%;
}

#contentBasic ul {
	list-style-type: none;
}
#contentBasic li {
	background-color: #3366CC;
    background:transparent url(images/bullet_logo.gif) no-repeat;
    background-position: 1px 0px;
		padding-left: 22px;
		margin-top: 5px;
		margin-bottom: 0px;
}


#contentBasic span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}

/**************************************************  Footer Style **************************************************/

#containFooter {
	width: 100%;
	min-width: 1000px;
	background-color: #cacfc3;
	background-image:url(images/footer_bck.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #7c7c7c;
	font-size: 12px;
}


#footer a {
	color: #7c7c7c;
	text-decoration: none;
}

#footer a:hover {
	color: #3fbc3f;
	text-decoration: underline;
}

#footer p {
	margin-top: 0px;
	padding-top: 16px;
}

#footer p.smallprint {
	padding-top: 44px;
	font-size: 9px;
}


/**************************************************  Classes  **************************************************/
a.srollover{
	display: block;
	float: left;   
	width: 113px;
	height: 32px;
	padding-top: 15px;
	background: url("images/menu_selection.gif") 0 0 no-repeat;
	text-decoration: none;
	text-align: center;
	color: #000000; 
}
a:hover.srollover {
	background-position: -113px 0;
	font-weight: bold;
}

a.selected{
	display: block;
	float: left;   
	width: 113px;
	height: 32px;
	padding-top: 15px;
	background: url("images/menu_selection.gif") 0 0 no-repeat;
	background-position: -113px 0;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-weight: bold;
 
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

