/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:935px;  

 min-width:100%;  
}
 
#header{
	position:relative;
	height:150px;
	background-color:transparent;
	width:100%;
	background-image: url(../images/backgrounds/header/stripe_background_header.png);
	background-repeat: repeat-x;
} 
 
  #logo {
	display: block;
	float: left;
	width: 344px;
	height:139;
	padding-left: 15px;
}

.nav-spacer {
	width: 100px;
	display: inline;
	float: left;
}

 
#leftcol{
 width:200px; 
 float:left; 
 position:relative; 
  }
#navigation-holder {
	background-image: url(../images/navigation/horizontal/blockdefault.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	background-position: center;
	float: left;
}

 
#twocols{
 width:83%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:35%; 
 float:left; 
 position:relative; 
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:61%;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
 }
 
#footer{
	height:75px;
	clear:both;
	background-image: url(../images/backgrounds/footer/stripe_footer_background.png);
	background-repeat: repeat-x;
	background-color: #0F0F0F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
 } 
 
 
 
 /* ***font styles begin here*** */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0072bc;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0072bc;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0072bc;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
 /* ***font styles end here*** */
 
 /* ***link style begin here*** */
 a.pagelinks, a.pagelinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0072BC;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a.pagelinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0072BC;
}

a.h3links, a.h3links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color: #0072bc;
}

a.h3links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
	color: #0072bc;
}

 
 a.footers, a.footers:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a.footers:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #58B2D8;
	text-decoration: none;
}
/* ***link style end here*** */
 
 ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.centerpagead {
	margin-right: auto;
	margin-left: auto;
	height: 89px;
	width: 542px;
}

/* ***powerpoint styles beging here*** */
.powerpoint-thumbnails {
	display: block;
	width: 465px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.powerpoint-thumbs-left {
	float: left;
	width: 155px;
	display: inline;
	text-align: center;
}
.powerpoints-twocolumns {
	float: right;
	width: 310px;
}
.powerpoints-twocolumns-right {
	display: inline;
	float: left;
	width: 155px;
	text-align: center;
}
.powerpoint-twocolumns-left {
	float: left;
	width: 155px;
	text-align: center;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0072BC;
	border: 1px solid #FFFFFF;
}



/* ***style for subscription** */
#subscription {
    float:right; 
	height:75px; 
	width:350px; 
	background-color:black; 
	color:white; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	padding-left:20px; 
	padding-top:5px; 
	margin-right:10px; 
	padding-bottom:15px;
}



/* ***powerpoint style*** */
/**code for forms**/

label{
	float: left;
	width: 90px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 8px;
}

input2, textarea2{
width: 180px;
margin-bottom: 5px;
}

textarea2{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
	margin-left: 150px;
	margin-top: 5px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/backgrounds/background-forms/button-background.png);
	border: 1px solid #CCCCCC;
	background-position: center;
}




 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
