html { 
	min-width: 742px;
	min-height: 800px;
	 }
body	{
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.hide	{
	display: none;
	}
	
img {
	display: block;
	border: 0;
	}
	
img.right {
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
img.left {
	padding-right: 10px;
	padding-bottom: 10px;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : underline;
	color: #c30;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #c30;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #f60;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #f90;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, a	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		}
	
p, td, li, ul, ol {
		font-size:  9pt;
		}

h1	{
	font-size: 1.15em;
	font-weight: normal;
	}

h2	{
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	font-weight : bold; 
	}
	
h3	{
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-weight : bold; 
	color: #c30;
	text-align: center;
	}
#content {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	}
	
#workshopParagraphs {
	line-height: 15px;
	}
	
.resumeParagraphs {
	line-height: 20px;
	}

#footer p	{
	font-size: 11px;
	margin-top: 25px;
	}
	
/* Basic page divisions */

table#primarycontent	{
	margin: 0;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	}

#primarycontent	{
	padding: 25px;
	}


/* Sidebar display attributes */

#sidebar p	{
	font-style: italic;
	text-align: right;
	margin-top: 0.5em;
	}

#sidebar img	{
	margin: 30px 0 15px 0;
	}
	
#sidebar h2	{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5;
	text-align: right;
	}
/* Header  components */

td.header {
	background-color: #ccc;
	color: #c30;
	font-size: 24pt;
	letter-spacing : 5px;
	display: block;
	margin: 0;
	text-align: center;
	font-weight: normal;
	line-height: 60px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	} 
	
a.header {
	color: #333;
	font-weight : normal; 
	text-decoration : none;
	background: transparent; 
	font-size: 24pt;
	letter-spacing : 5px;
} 

.grey {
	background-color: #ccc;
	}

/* Navigation bar components */


table#nav	{
	margin: 0;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	}

table#nav td	{
	font-size: 11px;
	text-align: center;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	}

table#nav td a	{
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	/*display: block;*/
	margin: 0;
	padding: 0;
	/*width: 98px;*/
	line-height: 25px;
	}
	
#nav td a:hover {
	color: #f60;
	background: white;
	} 
	
/* Footer components */


table#footer	{
	border: 1px solid #333;
	}

table#footer td	{
	font: 11px verdana, arial, sans-serif;
	margin-right: 3px;
	margin-left: 3px;
	}

table#footer td a	{
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	}
	
#footer td a:link, #nav td a:visited {
	background: transparent;
	display: block;
	line-height: 25px;
	} 

#footer td a:hover {
	color: #f60;
	background: white;
	} 

/* Design components */

td#workshopmenu {
	border: 1px solid #333;
	background: #ccc;
	padding: 10px;
	width: 250px;
}

td#workshopmenu ul{
	text-align: left;
}

td#workshopmenu  a, #workshopmenu  a:link, td#workshopmenu  a:visited	{
	font-weight : bold; 
	text-decoration : underline;
	color: #333;
	background: transparent; 
	padding: 2px;
	line-height: 25px;
	}

td#workshopmenu  a:hover {
	color: #ccc;
	background: white;
	} 

td#workshoptext	{
	padding-left: 20px;
	padding-right: 10px;
	line-height: 15px;
}

.workshopheading	{
	padding: 3px;
	background: #ccc;
	width: 100%;
	font-weight : bold; 
	border: 1px solid #333;
}

.tuitionheading	{
	padding: 3px;
	background: #fff;
	width: 100%;
	font-weight : normal; 
	border: 1px solid #c30;
	margin-bottom: 20px;
}

table#work	{
	padding-left: 20px;
	padding-right: 10px;
	line-height: 15px;
}

/*chad added*/
#home_pic_caption{
	/*margin-top: 325px;*/
	/*margin-left: 80px;*/
	text-align: center;
	width: 300px;
	clear: both;
}

.red_text{ color: #c30;}
