

/*this defines the body, including the main text color and the page background color*/



body {

	font-family: Arial, Helvetica, sans-serif;

	color: #ffffff;

	margin: 0px;

	padding: 0px;

	background: #000000;

	text-align:center;

}





/*this is the wrapper that all of the page info sits inside*/



#wrapper {

	background: #000000;

	border: 1px solid #ccccff;

	margin: 5px 10px 5px 10px;

	width: 750px;

	text-align:left;

	/*

	background-image:url(../Images/mainbackground.jpg);

	background-position:bottom left;

	background-repeat:no-repeat;

	background-attachment:fixed;

	*/

}



/*this is the container for the banner*/



#banner {

height: 100px;

background-image:url(../Images/MBtitle.jpg);

background-repeat:no-repeat;

}



/*this is the navigation wrapper*/



/*



#nav {

border-bottom: 1px solid #000000;

}



*/



#nav p{

font-size: 80%;

margin: 20px;

}



#nav p a{

color:#6699ff;

text-decoration: none;

}



#nav ul li img{

border-style: none;

}



#nav ul{

padding: 1px 0 1px 0;

margin: 1px 0 1px 0;

background-color: #000082;

border-top: 1px solid #ccccff;

border-bottom: 1px solid #ccccff;

}



#nav ul li{

display: inline;

}



#nav ul li a{

	font-size: 90%;

	color: #6699ff;

	background-color: #000082;

	text-decoration: none;

	padding: 0 15px 0 15px;

	border-right: 2px solid #000000;

	border-left: 2px solid #000000;

	text-align: center;

	width: 9em;

	font-weight: bold;

} 



#nav a:hover, #nav a:focus{

background-color: #0000bb;

color: #FFFFFF;

}









#nav ul li a:hover, #nav ul li a:focus{

border-right: 2px solid #ccccff;

border-left: 2px solid #ccccff;

}



/*this is the navigation wrapper for the left column*/



#leftcol {

border-right: 1px solid #ccccff;

border-top: 1px solid #ccccff;

border-bottom: 1px solid #ccccff;



}



#leftcol h1{

font-size: 80%;

border-bottom: 2px solid #6699ff;

color: #CCCCFF;

padding: 0px;

margin: 5px;

list-style-type: none;

}



#leftcol ul{

padding: 0;

margin: 0;

background-color: transparent;

list-style-type: none;

font-size: 70%;

}







#leftcol ul li{

padding: 0;

margin: 0;

}







#leftcol ul li a{

color: #6699ff;

background-color: #000000;

text-decoration: none;

padding: 4px 0 6px 4px;

display:block;

height: 1%;

border: 1px solid #000000;

}







#leftcol ul li a:hover, #leftcol ul li a:focus{

background-color: #0000bb;

color: #FFFFFF;

border: 1px solid #ccccff;

}



/*This changes the content container color*/

/*

#content{

margin-left: 150px;

color: #ffffff;

}

*/

/*this adjusts the paragraph text when inside the content container*/



/*

#content {

border-top: 1px solid #ccccff;

}



*/



#content p{

font-size: 80%;

margin-left: 10px;

padding-right: 10px;

}





#content a{

color:#6699ff;

text-decoration: none;

}







#content a:hover, #content a:focus{

color: #ffffff;

background-color: #0000bb;

}







#container tr{

color:#6699ff;

text-decoration: none;

}



/*#content p a{

color:#6699ff;

text-decoration: none;

}

*/







/*this defines the header 1 properties in the content container*/



#content h1, h2, h3, h4, h5, h6{

text-align: right;

color:#CCCCFF;

padding: 0 5px 0 5px;

margin: 10px;

}





#content h1{

font-size: 110%;

color:#ddddff;

background: transparent url(http://markblasco.com/Images/hbackground.jpg) no-repeat top right; 

}



#content h2{

font-size: 110%;

color:#ddddff;

background: transparent url(http://markblasco.com/Images/hbackground2.jpg) no-repeat top right; 

}



#content h3{

font-size: 90%;

}



/*this defines the left picture float properties*/



.leftimage{

float: left;

margin-right: 10px;

border: 1px solid #000000;

}



/*this defines the right picture float properties*/





.rightimage{

float: right;

margin-left: 15px;

border: 1px solid #000000;

width: 150px;

}



/*this clears the headers from the images*/



.clearit {

display: block;

clear: both;

}



/*this defines the footer*/



#footer{

clear: both;

border-top: 1px solid #000000;

background-color: #000000;

color: #CCCCFF;

}



/*this defines paragraph text within the footer*/



#footer p{

font-size: 70%;

margin: 0px;

padding: 10px;

}



/*This is the left column properies*/



#leftcol{

margin-top: 0px;

margin-left: 0px;

float: left;

width: 150px;

}





/*This is the container for text so that there are no formatting issues*/



.container{

width: 99%;

float: right;

}








