
/*this defines the body, including the main text color and the page background color*/

body {
font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align:center;
}

body p {
font-family:Arial, Helvetica, sans-serif;
}


/*this is the wrapper that all of the page info sits inside*/

#wrapper {
	background: #000000;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 0px 10px 0px 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/PTtitle.jpg);
background-repeat:no-repeat;
}






/*this is the navigation wrapper*/


#nav {
background-image: url(../Images/navrepeat.jpg);
background-repeat:repeat-x;
}


#nav p{
font-size: 80%;
margin: 20px 20px 0 20px;
}

#nav p a{
color:#ffffff;
text-decoration: none;
}

#nav ul li img{
border-style: none;
}

#nav ul{
padding: 0;
margin: 0;
}



#nav ul li{
display: inline;
}

#nav ul li a{
	font-size: 90%;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 0 10px;
	text-align: center;
	width: 9em;
} 

#nav a:hover, #nav a:focus{
color:#FFFF99;
}


/*

#nav ul li a:hover, #nav ul li a:focus{
}
*/
/*this is the navigation wrapper for the left column*/


#leftcol {
background-image: url(../Images/bgrepeat2.jpg);
background-repeat:repeat-y;
margin-top: 0px;
margin-left: 0px;
float: left;
width: 140px;
}

#leftcol h1{
font-size: 80%;
color: #000000;
padding: 0px;
margin: 5px;
list-style-type: none;
}

#leftcol p{
color: #000000;
padding: 2px 8px 2px 4px;
margin: 0;
background-color: transparent;
list-style-type: none;
font-size: 70%;
}


#leftcol a{
color:#FF3300;
text-decoration: none;
}


#leftcol ul{
padding: 0;
margin: 0;
background-color: transparent;
list-style-type: none;
font-size: 70%;
}



#leftcol ul li{
padding: 0;
margin: 0;
list-style-type: none;
}



#leftcol ul li a{
color: #000066;
text-decoration: none;
padding: 8px 0 0 4px;
display:block;
height: 1%;
}



#leftcol ul li a:hover, #leftcol ul li a:focus{
color:#CC3300;
}







#mcontent{
margin-left: 140px;
color: #ffffff;
background-color:#000000;
}

#mcontent p{
font-size: 80%;
margin-left: 10px;
padding-right: 10px;
}

#mcontent a{
color:#FF3300;
text-decoration: none;
}

#mcontent a:hover, #mcontent a:focus{
background-color: #999999;
color: #FFFFFF;
}

#mcontent h1, h2, h3, h4, h5, h6{
font-style:normal;
font-weight:normal;
text-align: left;
color:#000099;
padding: 0 5px 0 5px;
margin: 10px;
}

#mcontent h1{
font-size: 110%;
color:#ffffff;
/*background: transparent url(../Images/h1mbackdark.jpg) no-repeat bottom right;*/
}

#mcontent h2{
text-align: left;
font-size: 90%;
color:#cccccc;
/*background: transparent url(http://markblasco.com/Images/hbackground2.jpg) no-repeat top right; */
}

#mcontent h3{
font-size: 90%;
}











#content{
color: #ffffff;
background-color:#000000;
}


#content p{
font-size: 80%;
margin-left: 10px;
padding-right: 10px;
}

#content a{
color:#ff3300;
text-decoration: none;
}

#content a:hover, #mcontent a:focus{
background-color: #999999;
color: #FFFFFF;
}

#content h1, h2, h3, h4, h5, h6{
font-style:normal;
font-weight:normal;
text-align: right;
color:#000099;
padding: 0 5px 0 5px;
margin: 10px;
}

#content h1{
font-size: 110%;
color:#ffffff;
background: transparent url(../Images/h1mbackdark.jpg) no-repeat bottom right;
}

#content h2{
font-size: 90%;
color:#000033;
/*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 #666666;
background-image: url(../Images/footer.jpg);
background-repeat:repeat-x;
color: #ffffff;
}

/*this defines paragraph text within the footer*/

#footer p{
font-size: 70%;
margin: 0px;
padding: 10px;
}

#footer a{
color:#00CCFF;
text-decoration: none;
}


/*This is the left column properies*/




/*This is the container for text so that there are no formatting issues*/

.container{
width: 99%;
float: right;
}

#container tr{
color:#6699ff;
text-decoration: none;
}


