/*Style sheets for Jim Curry Training Center web pages*/
/*Last updated: 28 February 2010*/


/* Remove browser defaults */
/*html,body,div,h1,h2,h3,h4,h5,h6,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,input { margin:0; padding:0; }*/

/* Remove image borders */
a img,a:link img,a:visited img { border:none; }


/* main elements
 * ------------------------------------------------------------------------- */

body  {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	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;
	color: #000000;
	}

p,td,ul,ol,li,dl,dt,dd,h1,h2,h3,h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 13px;
	color:#ffffcc; 
	}

p.small {
font-size: 10px;
	}
	
p.maintext {
	margin-top:0;
	margin-bottom:5;
	}
	
p.maintextborder {
	margin-top:0;
	margin-bottom:5;
	border-bottom: solid 1px #ffffcc;
	padding: 0 0 5px 0;
	}

p.desc {
	font-style: italic;
	margin-top:0;
	}

p.descleft {
	text-align: left;
	font-style: italic;
	margin-top:0;
	border-bottom: solid 1px #ffffcc;
	padding: 0 0 5px 0;
	}
	
p.descleftno {
	text-align: left;
	font-style: italic;
	margin-top:0;
	}
	
p.forsale {
	text-align: center;
	font-weight: bold;
	color: #ffff99;
	margin-top:5;
	margin-bottom: 5;
	}
	
p.forsale2 {
	text-align: center;
	font-weight: bold;
	color: #ffff99;
	margin-top:5;
	margin-bottom: 5;
	border-bottom: solid 1px #ffffcc; 
	padding-bottom: 10px;
	}

p.head1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	}

p.head2 {
	text-align: center;
	font-size:24px;
	font-weight: bold;
	}
	
p.head2left {
	text-align: left;
	font-size:24px;
	font-weight: bold;
	margin-bottom: -10px;
	}


p.head3 {
	text-align: center;
	font-size:18px;
	}


p.head3left {
	text-align: left;
	font-size:18px;
	font-weight: bold;
	margin-bottom: -10px;
	}

p.head3leftspace {
	text-align: left;
	font-size:18px;
	font-weight: bold;
	}


/*IMAGES*/

p.photo {
	margin-bottom: 5;
	}
	
img.photoborder {
border: 1px #ffffcc solid;
}
	

/* this is for the left nav bar*/
p.navbar {
	/*border-bottom: solid;*/
	padding-bottom: 1px;
	margin-bottom: -10%;
	}

/* links */
a:link { 
	color:#ffff99; 
	text-decoration:underline;
	}
	
a:hover{
	color:#ffff33;
	text-decoration:none;
	}
	
a:visited { 
	color:#ffffff;
	text-decoration:underline;
	}


/* table elements */
 /* This is the main table */
td.main {
 	vertical-align: top;
	color: #990000;
  }
  
  td.red {
  	background: #660000;
	}
