@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}

.body1 #containerPaper {
	width: 1000px; 
	background: #333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}


.body1 #mainContentPaper {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.subContent300Img {
	
	float:left;

	width:300px;
	height:300px;
    padding:15px;
    border:0px;
    margin:0px;	

}


.subContent250ImgFigure {
	
	float:left;

	width:250px;
	height:250px;
    padding:40px;
    border:0px;
    margin:0px;	

}

.subContent100paper {
	
	float:left;

	width:100px;
	height:100px;
    padding:25px;
    border:0px;
    margin:0px;	

}


.logo {
	float:left;
	width:600px;
	margin: 10px 10px 0px 10px ;
}


/* clear float */
.clear { clear:both; }



/* footer */
.footer1 {
    
	width:950px;
	padding-bottom:25px;
	padding-top:25px;
	padding-left:25px;
	
	background-color:transparent;
	color:#ccc;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* .footer1 link formatting */
.footer1 a:link { text-decoration:none; color:#ccc; }
.footer1 a:visited { text-decoration:none; color:#ccc; }
.footer1 a:active { text-decoration:none; color:#ccc; }
.footer1 a:hover { text-decoration:none; color:#ffffff; background-color:#333; }




/* header & text formatting attributes */

h1 {
color:#ccc; 
font-size:22px;
font-weight:100;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 a:link { text-decoration:none; color:#ccc; }
h1 a:visited { text-decoration:none; color:#ccc; }
h1 a:active { text-decoration:none; color:#ccc; }
h1 a:hover { text-decoration:none; color:#fff; background-color:#333; }

h2 {
padding:0px;
margin:0px;
color:#FFFFFF; 
font-size:22px;
font-weight:200;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.titleWrap {
	width:900px;
	padding-top:35px;
	padding-left:55px;
	padding-bottom:10px;
	color:#FFF;
}
	

	

/* smaller text */

.smallerText {
padding:0px;
margin:0px;
color:#FFFFFF; 
font-size:10px;
font-weight:200;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* smallerText link formatting */
.smallerText a:link, a:visited, a:active { text-decoration:none; color:#ffffff; padding:0px; }
.smallerText a:hover { text-decoration:none; color:#ffffff; background-color:#cc6600; padding:0px; }



