@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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: #000000;
}
.body1 #container1 {
	width: 800px; 
	background: #CCCCCC;
	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. */
}
.body1 #mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/*  The total width/height of the square elements below is 600px:
width:550px;
padding:15px;
border:0px
margin:10px;

550 (width/height)
+ 30 (left and right padding)
+ 0 (left and right border)
+ 20 (left and right margin)
= 600 
*/

.body1 .subContentPort1

{
	float:left;
	
	width:700px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:#ffffff;
	color:#666666;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



/* .subContentPort2 */
.subContentPort2 
{
	float:left;
	
	background-color:transparent; 
	width:100px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;
}


/* link formatting for .subContentPort1 */
.subContentPort1 a:link { text-decoration:none; color:#666666;  }
.subContentPort1 a:visited { text-decoration:none; color:#666666;  }
.subContentPort1 a:active { text-decoration:none; color:#666666;  }
.subContentPort1 a:hover { text-decoration:none; color:#ffffff; background-color:#42b0b0;  }

/* .portPlace positioning */
.portPlace1 {
	position:relative;
	width:140px;
	top:5px;
	left:20px;}
.portPlace2 {
	position:relative;
	width:120px;
	top:5px; 
	left:180px;
	top:-80px; }
.portPlace3 {
	position:relative;
	width:90px;
	top:5px; 
	left:317px;
	top:-165px; }
.portPlace4 {
	position:relative;
	width:120px;
	top:5px; 
	left:435px;
	top:-250px; }
	
.portPlace5 {
	position:relative;
	width:130px;
	top:5px; 
	left:570px;
	top:-335px; }








/* clear float */
.clear { clear:both; }





/*  The total width/height of the footer below is 750px:
width:100px;
padding:15px;
border:0px
margin:10px;

700 (width/height)
+ 30 (left and right padding)
+ 0 (left and right border)
+ 20 (left and right margin)
= 750 
*/


/* footer */
.footer1 {
    
	width:700px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:transparent;
	color:#666666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* .footer1 link formatting */
.footer1 a:link { text-decoration:none; color:#666666; }
.footer1 a:visited { text-decoration:none; color:#666666; }
.footer1 a:active { text-decoration:none; color:#666666; }
.footer1 a:hover { text-decoration:none; color:#ffffff; background-color:#cc6600; }




/* header & text formatting attributes */

h1 {
color:#666666; 
font-size:18px;
font-weight:400;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
padding:0px;
margin:0px;
color:#FFFFFF; 
font-size:18px;
font-weight:200;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* 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; }




