/*
CSS styles
Greg Saunders (saunders@socraticarts.com)
Copyright 2003, Socratic Arts
 
*/

/* Definitons of built-in styles...do not apply directly to fonts in DW */
body,td,th,table,li,ul{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	/*don't specify size here -- because relative sizing gets tricky otherwise*/
}

p {
	margin-top: 7px;
	margin-bottom: 7px;
}

h1 {
	font-size:18px;
	text-align:left;
	margin-bottom:4px;
	margin-top:0px;
}

h2 {
  font-size:14px;
  margin-bottom:2px;
}

h3 {
   font-size:12px;
}

.navBlock{
	padding-left:10px;font-size:12px;padding-top:5px;
}

/* Custom styles -- to be applied to fonts in DW */
/* Had to add explicitly for IE bug; otherwise bullets in pages with tabs are squished */
li{
  margin-top:6px;
  margin-bottom:6px;
}

.hint{ 
	font-size:12px;
	font-weight:normal;
}

.error{
	color:#000000;
}

.blue{
	font-weight:bold;
}

.fieldLabel{
	font-weight:bold;
	text-align:right;
}


a.navLink:link {
	text-decoration:none;
	color:#336600;
	font-weight:bold;
}

a.navLink:visited {
	text-decoration:none;
	color:#336600;
	font-weight:bold;
}

a.navLink:hover {
	text-decoration:underline;
	color:#003300;
	font-weight:bold;
}

a.navLink:active {
	text-decoration:underline;
	color:#336600;
	font-weight:bold;
}

.pageContentDiv{
	padding-left:20px;
	padding-right:20px;
	color:#336600;
}

.pageContentDiv table{ 
	color:#336600;
}

#myPageContent a:link {
	text-decoration:underline;
	color:#003300;
}

#myPageContent a:visited {
	text-decoration:underline;
	color:#003300;
}

#myPageContent a:hover {
	text-decoration:underline;
	color:#003300;
}

#myPageContent a:active {
	text-decoration:underline;
	color:#003300;
}

