@charset "UTF-8";
/* CSS Document */
* {
	/*overwrite all default browser settings*/
	margin:				0;
	padding:			0;
	
	/*global font settings*/
	font-family: 		arial,helvetica,sans-serif;
}
  

   
html, body {
	height:100%; /* needed for container min-height */
 margin: auto 0;
   }

body {
	font-size:12px;
	line-height: 20px;
	text-align:center;
	background-color: #c4d5dd;
	color:#333333;
margin-left: 10%;
margin-right: 10%;
  }

a:link {
	color: #1A4895;
	text-decoration: none;
font-weight:bold;
}
a:visited {
	color: #118605;
	text-decoration: none;
font-weight:bold;
}
a:hover {
	color: #B7D30B;
	text-decoration: none;
font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #B7D30B;
font-weight:bold;
}



	

#wrap {

height:100%;
height:auto;

	width: 890px;
	background: #D8F8C9;
	text-align: left;
border-left: 2px solid #1A4895;
border-right: 2px solid #1A4895;
}

#hdrPages{
width:890px;
	height:227px;
	background: url('/images/pages_02.jpg') no-repeat;
}


#hdr h1 {position:absolute;
	background: url('/images/Join.png') no-repeat;
	left: 600px;
	top: 120px;
	width: 181px;
	height: 181px;
	}

#hdr {position:relative;
	width:890px;
	height:416px;
	background: url('/images/BGtop2.jpg') no-repeat;
}



#nav  
{	
position: relative;
background:#1A4895;
height: 40px;
width:100%;
text-align: center;

}

#nav 
 ul
 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
padding-top:10px;
}

#nav ul li{display: inline; 
padding: 0 15px 0 15px;}

 #nav ul li a{
		color: #FFFFFF;
}

  #nav  ul li a:hover
 {
 color: #b7d30b;
 }
 

#content {
position:relative;
	float:left;
	width:61%;
	margin-left:25px;
	margin-top:15px;
display:inline;
min-height:300px;
}

#content p{
	padding-bottom:10px;}

#content h1{
font-size:15px;
font-weight:bold;
color:#1B4992;
}

#content h2{
font-size:12px;
font-weight:bold;}

#contentNewRightBar
 {
	padding:10px 5px 20px 5px;
	float:right;
	width:250px;
	padding-right:44px;
 background-color: #B7D30B;
	color: #1b4992;
border-left: 2px solid #1A4895;
min-height:420px;
border-bottom: 2px solid #1A4895;
}

#contentNewRightBar h1{
font-size:20px;
font-weight:bold;
padding-left: 15px;}

#contentNewRightBar h2{
font-size:16px;
font-weight:bold;
padding-left: 15px;}


#contentNewRightBar p{
padding-bottom: 8px;}

#contentNewRightBar ul{
font-size:11px;
font-weight:bold;
padding-left: 15px;}

#contentNewRightBar li{
font-size:11px;
font-weight:bold;
list-style:none;
padding-bottom:2px;
}
#contentNewRightBar a
	{font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1B4992;
	text-decoration: none;
	line-height: 15px;
	text-align: left;
}
	
	#bottom right {
	background: url('images/Join.png') no-repeat;
	position: relative;
	left: 690px;
	bottom:50px;
	width: 181px;
	height: 181px;
	}

#contentNewRightBar  ul

 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1b4992;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	list-style-position: outside;
	line-height: inherit;
 }

 #contentNewRightBar ul li {
	display: list-item;
	text-align: left;
}


#contentNewRightBar img{padding:5px 8px 1px 5px;
border:none;}


#ftr {
    clear: both;
	width:100%;
	height: 95px;
	background:#1A4895;
	text-transform:uppercase;
	font-size: 10px;
	position:relative
}
#ftr a{color:#ffffff;}
#ftr a:hover{color:#b7d308;}


#ftr p {
     line-height: 1.5em;
     text-align:left;
    padding-left: 45px;
	 padding-top: 40px;
	 color:#FFFFFF;	

}


.clear {
	line-height:1px;
	height:1px;
	clear:both;
}
