@charset "utf-8";

body {
	background: #FFFFFF;
	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: #333333;
}
.body1 #container1 {
	width: 950px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px ;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}


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


.body1 #titleContent {
	padding: 0px 20px;
	background: #FFFFFF;
	height:100px;
	margin-top:25px;
}

.body1 #mainContent {
	padding: 10px 20px 10px 20px;
	background: #FFFFFF;
}



.subContentImg {
    
	float:left;

	width:100px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;

}



.titleWrap {
	width:750px;
	padding-bottom:25px;
	padding-top:25px;
	float: left
}



.x250 {
	float:left;
	width:250px;
	height:250px;
	padding:15px;
	margin:10px;
}



.x300npLeft {
	float:left;
	width:300px;
	height:300px;
	padding:0px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}


.x550 {
	float:left;
	width:550px;
	height:550px;

	padding:15px;
	margin:10px;
}



.x850 {
	float:left;
	width:850px;
	height:250px;

	padding:15px;
	margin:10px;
}



.xActual900 {
	float:left;
	width:900px;
	padding: 0px;
	margin: 0px;
}


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


.titleActual {

	color:#333333; 
	font-size:18px;
	font-weight:200;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.titleActualBask {

	color:#333333; 
	font-size:18px;
	font-weight:200;
	font-family: Baskerville, "serif";
}





/* adjust BG of .subContentImg */
.subContentImg { background-color:transparent; }





.baskerville { 
	font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
	font-size:28px;
}



.baskervilleNav { 
	font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
	font-size:14px;
}



.bTitleNumber { 
	font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;
	font-size:14px;
}
	


.mother {
	width:1200px;
	padding-bottom:25px;
		
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	
}




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





/* footer */
.footer1 {
    
	width:850px;
	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:#333333; 
font-size:22px;
font-weight:400;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 a:link { text-decoration:none; color:#333333; }
h1 a:visited { text-decoration:none; color:#333333; }
h1 a:active { text-decoration:none; color:#333333; }
h1 a:hover { text-decoration:none; color:#ffffff; background-color:#333333; }


.hBask {
color:#333333; 
font-size:30px;
font-weight:400;
font-family: Baskerville, "serif";
}
h1 a:link { text-decoration:none; color:#333333; }
h1 a:visited { text-decoration:none; color:#333333; }
h1 a:active { text-decoration:none; color:#333333; }
h1 a:hover { text-decoration:none; color:#ffffff; background-color:#333333; }







