@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Times New Roman", Times, serif;
}

body {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	margin: 0 auto;
	padding: 0px;
	background-color:#FFFFFF;
	text-align: center;
	overflow:auto;
}



h1 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	left: 48px;
	position: relative;
	width: 480px;
}

h2 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	left: 48px;
	position: relative;
	width: 480px;
	color: #0e388a;
}

p {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	left: 48px;
	position: relative;
	width: 480px;
}

table {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	left: 48px;
	position: relative;
	width: 480px;
}


ul {

     font-family: Verdana, "Times New Roman", Times, serif;
     font-size: 13px;
     font-style: normal;
     font-variant: normal;
     background-color: transparent;
     left: 47px;  
     margin-right:0px;
      /*          text-align: left; */
     position: relative;
     /*          width: 475px; */
     text-indent: 0px;
     list-style-position: inside;
	width: 360px;
	list-style:disc;
}

ul#sub1 {

     font-family: Verdana, "Times New Roman", Times, serif;
     font-size: 13px;
     font-style: normal;
     font-variant: normal;
     background-color: transparent;
     left: -25px;  
     margin-right:0px;
      /*          text-align: left; */
     position: relative;
     /*          width: 475px; */
     text-indent: 0px;
     list-style-position: inside;
	width: 360px;
	list-style:disc;
}


li {
     font-family: Verdana, "Times New Roman", Times, serif;
     font-size: 13px;
     font-style: normal;
     font-variant: normal;
     background-color: #FFFFFF;
     left: 47px;  
     text-align: left;
     /*          position: relative; */
     /*          width: 375px; */
}

li#sub {
     font-family: Verdana, "Times New Roman", Times, serif;
     font-size: 13px;
     font-style: normal;
     font-variant: normal;
     background-color: #FFFFFF;
	 margin-left:25px;
	 list-style:circle;
     /*left: 100px;*/  
     /*text-align: left;*/
     /*          position: relative; */
     /*          width: 375px; */
}

li#sub2 {
     font-family: Verdana, "Times New Roman", Times, serif;
     font-size: 13px;
     font-style: normal;
     font-variant: normal;
     background-color: #FFFFFF;
	 margin-left:50px;
	 list-style:square;
     /*left: 100px;*/  
     /*text-align: left;*/
     /*          position: relative; */
     /*          width: 375px; */
}


div#background {
	position:relative;
	width: 800px;
	height: auto;
	overflow:visible;
	margin: 0 auto;
	text-align: left;
	top: 45px;
	background-color: #b2d885;
	border-bottom: 20px solid transparent;
}

div#caplogo {
	position:absolute;
	height: 52px;
	z-index: 1;
	top:18px;
	width:540px;
	left:0px;
}

div#container {
	position:relative;
	height: auto;						
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	clear:both;
}

div#buttons  {
	position:absolute;
	z-index: 1;
	left:12px;
     top:225px;
	width:170px;
	height:auto;
	margin: 0 auto;
	background-color: #b2d885;	
}

div#content {
	position:relative;
	width: 540px;
	background-color: #FFFFFF;
	top:88px;
	height:auto;
	margin: 0 auto;
	z-index: 1;
	overflow:visible;
}

div#foundationlogo  {
    position:absolute;
    left:0px;
    top:385px;
    margin: 0 auto;
    background-color: #b2d885;
    z-index: 1;
}

div#header {
	height: 243px;
	width: 801px;
	top: -49px;
	z-index: 1;
	position:relative;
}

div#logo {
	height: 80px;
	width: 801px;
	top: 242px;
	z-index: 1;
}

div#menu {
	height: 44px;
	width: 801px;
	top: 219px;
	z-index: 1;
	position: relative;
	background-color: 7d7676;
}

div#main {
     position: relative;
	height: auto;
	width: 540px;
	top: -592px;
	margin-bottom: -417px;
	left: 244px;
	z-index:1;
	overflow:visible;
}
div#tabs {
	position:absolute;
	height:18px;
	width:430px;
	left:0px;
	top:70px;
	z-index:1;
	margin: 0 auto;	
}

.textSm {
	font-size:9px;
}
	

