/* JT Style Sheet */

/* fonts that work on PC:  "Trebuchet MS",  'Lucida Sans Unicode', Verdana, Tahoma, Impact, Helvetica, "Comic Sans MS", "Arial Black", */

/* basic elements */

ul.plain { list-style: none;
	padding-left: 0;
	margin-left: 0;
}

li.one 
{
	padding-left: 0;
	padding-bottom: 5;
}

li.two 
{
	padding-left: 20;
	padding-bottom: 5;
}
li.three 
{
	padding-left: 40;
	padding-bottom: 5;
}
li.four 
{
	padding-left: 60;
	padding-bottom: 5;
}

li.five 
{
	padding-left: 80;
	padding-bottom: 5;
}


body { 	
	color: #000055; /*general text color */
	background:  #FFFF96;
 	margin: 0px;
 	/*font-family:  "Gill Sans",  Arial, 'Lucida Sans Unicode', Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;*/
}

p { 	
	/*font-family:  "Gill Sans",Arial,  'Lucida Sans Unicode', Verdana,  "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;*/
	margin-top: 0px;
}

TABLE,TR,TD
{
	/*font-size: 14pt;
	font-family: "Gill Sans", Arial, 'Lucida Sans Unicode', Verdana,   "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;*/
}


H1

{		/*letter-spacing: 10px;*/
		/*font-family:  "Myriad Web", Arial, Arial Unicode MS,  Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; */
		margin-bottom: 5px;
 		color:#000033;
}
 H2
{		/*letter-spacing: 10px;*/
		/*font-family:  "Myriad Web", Arial, Arial Unicode MS,  Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; */
		margin-bottom: 5px;
 		color:#000033;
}
H3

{		/*letter-spacing: 10px;*/
		/*font-family:  "Myriad Web", Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
font-size: 12pt;*/
		margin-bottom: 5px;
 		color:#000033;
}
H4

{		/*letter-spacing: 10px;*/
		/*font-family:  "Myriad Web", Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
		font-size: 11pt;*/
		margin-bottom: 5px;
 		color:#000033;
}
H5

{		/*letter-spacing: 10px;*/
		font-family:  "Myriad Web", Arial, Arial Unicode MS,  Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
		margin-bottom: 5px;
 		color:#000033;
}
H6 

{		/*letter-spacing: 10px;*/
		/*font-family:  "Myriad Web", Arial, Arial Unicode MS,  Arial, Verdana, 'Lucida Sans Unicode', "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; */
		margin-bottom: 5px;
 		color:#000033;
}


a:link, a:visited { /* what colors should this be? */
 	text-decoration: underline; 	
	color: #330033;	
}

a:hover, a:active { /* what colors should this be? */
	text-decoration: underline;
 	color: #009999;	}

img.bordered {
	border: 1px coral solid;

}


/************** bins to layout pages *************/

#container {	
	margin: 0 auto;	
	padding: 0px;	
	width: 780px;
}
	
#mainPanel { /* used for other pages to add gradient along the side */
	margin-bottom: 20px;
	width: 780px;	
	padding: 0px 0px 0px 0px; /* top, right, bottom,left*/
	background: #FFFFC8;
 	text-align: left;
	align: center;
	border: 2px coral solid;
}


#mainpagebin {
 	text-align: left;
	padding: 10px 30px 10px 30px; /* top, right, bottom,left*/	
}





/**************** misc ***************/

#captionleft {
	float: left; 
	padding: 0px 10px 0px 0px;
	}

#captionright {
	float: right; 
	padding: 0px 10px 0px 0px;
	}

#pictCenter
{
	text-align: center;
	align: center;
}

#title {
	font-family:"Humana Serif ITC TT-Medium", "Georgia",  "Impact", "Allegro BT", "Comic Sans MS", "tahoma";
	font-size: 20pt; 	
	margin-top: 0px;
	margin-left: 0px;
 	margin-bottom: 20px;
	color: #74001E;
}

#caption {
	font-family:  "Gill Sans",  Arial, 'Lucida Sans Unicode', Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000033;
}


ul.plain { list-style: none }


