@charset "utf-8";
/* CSS Document */

*{
	padding: 0px;
	margin-top: 0px;
}

.clear {
	clear: both;
}

html,body {

	text-align: center;
	margin:0 auto;
	background-color: #003897;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	height:100%;
	min-height:100% !important;
	
}

body {

	text-align: center;
	margin:0 auto;
	background-color: #003897;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	height:100%;
	min-height:100% !important;
	
}
#frames {

	
	height: 100%;
	width: 100%;
	text-align: center;
}

#container {
	background-color: #3360ac;
	padding: 8px;
	float: left;
	height: auto;
	width: 959px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	float: left;
	height: auto;
	width: 959px;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 159px;
	width: 285px;
}
#top-right {
	float: left;
	height: 159px;
	width: 674px;
	background-color: #FFF;
}

#top-text1 {
	float: left;
	height: 30px;
	width: 654px;
	margin-top:15px;
	text-align:right;
	padding-right:20px;
	

}

#top-text1 h1{

	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#54a625;	

}

#top-text1 h2{

	font-size:20px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight:bold;
	color:#54a625;
	padding-top:15px;	

}


#top-text {
	float: left;
	height: 70px;
	width: 674px;
	margin-top:5px;
	

}


#top-text h1{

	font-size:24px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight:bold;
	color:#134294;	

}

#top-text h2{

	font-size:20px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-weight:bold;
	color:#54a625;
	padding-top:15px;	

}


#nav {
	background-image: url(images/nav-bg.png);
	float: left;
	height: 36px;
	width: 674px;
}
#banner {
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 362px;
	width: 959px;
}
#green {
	background-image: url(images/3.png);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 959px;
	background-position: 0px 0px;
}
#p-management {
	background-image: url(images/p-management.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 185px;
	width: 478px;
}
#i-club {
	background-image: url(images/i-club.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 185px;
	width: 481px;
}
#content {
	float: left;
	min-height:200px;
	height: auto;
	width: 929px;
	background-color: #FFF;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
}

#content h1{
	padding-bottom:15px;
	
	}
	

#content a:link{

	color: #003897;
	text-decoration:none;
	font-weight:bold;
}

#content a:visited

	color: #003897;
	text-decoration:none;
	font-weight:bold;

}

#content a:hover{

	color: #666666;
	text-decoration:none;
	font-weight:bold;

}

#content p{

	padding-bottom:12px;

}

#content h2{
	padding-bottom:15px;
	padding-top:15px;
	
	}
	

#content table{
	padding-bottom:10px;
	
	}


#content li{

	margin-left:15px;
	list-style:none;
	background:url(images/li-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:20px;
}


.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #003897;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #52a323;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #52a323;
	padding-bottom:10px;

}
#footer {
	font-size: 11px;
	color: #FFF;
	text-align: center;
	float: left;
	height: auto;
	width: 959px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #002e7c;
}



#menu{
	}
		#menu ul{
			list-style:none;
		}



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

}

img.alignleft {

	padding: 5px;

	margin: 0 7px 2px 0;

	display: inline;

}

.alignright {

	float: right;

}

.alignleft {

	float: left;

}