@charset "iso-8859-1";




/*** DEFAULTS ***/
*
{
  margin: 0px;
 
  padding: 0px;
	
	font-size: 9pt;
	font-family: Georgia, Times New Roman, Times, sans-serif;
}

body
{
	background-color: white;

}

table
{
  border-collapse: collapse;
	empty-cells: show;
}

table.main
{

  minwidth: 600px;
  minheight: 500px; 
  maxwidth: 600px;
  maxheight: 500px; 
  valign: top;
  margin: 25px;
  border: 1px solid black;
  padding: 3px;
  
 
}
table.main td.content 
{

  vertical-align:top
 
}

/*** LINK STYLES ***/
a:link,
a:visited
{ 
  color: #250A5C;
  text-decoration: none;
}

a:hover
{ 
  color: #B91C28;
  background-color: #dddddd;
}

a:active
{ 
  color: #B91C28;
  background-color: #ffffff;
}

a.imgLink:hover,
a.imgLink:active
{
  background-color: transparent;
}

a img
{ 
  border: none;
}

a.importantLink
{
	font-weight: bold; 
}


/*** TITLES AND SUBTITLES ***/
h1 /*main nav size*/
{
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-bottom: 15px;
	color: #B91C28;
}
h2 /*sub nav size*/
{
	font-size: 1.3em;
	margin-bottom: 10px;
} 

h3 /*page titles/headings*/
{
	font-size: 1.2em;
	font-weight: bold;
	color: #250A5C;
	
} 

h4 /*page subheadings*/
{
	font-size: 1.1em;
	margin-bottom: 8px;
} 

h5 /*sub sub headings?*/
{
	font-size: 0.9em;
	font-weight: normal;
}	 

h6 /*smaller than normal*/
{
	font-size: 0.7em;
	margin-bottom: 10px;
}


copywrite /*page copywrite*/
{
	font-size: 0.7em;
	margin-bottom: 10px;
} 
/* after that would be regular copy (ie 1em) */


/*** LISTS ***/
ol
{
	margin-left: 30px;
}

ul
{
	margin-left: 20px;
}

/***PARAGRAPH FORMAT & SPACING***/

div
{
	vertical-align:top;
}
div table.frame
{
	
	width: 100px;
	vertical-align:top;
}
p
{
	margin-bottom: 5px;
}

input
{

  border: 1px solid black;

}




