body
{
	margin:0;
	padding:0;
	font: 80%/1.3 Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	color: #000;
	width: 100%;
}

a {	color: #006699;	text-decoration: none; }
a:hover { color: #003366; }

h1,h2,h3,h4,h5,h6
{
	letter-spacing: 2px;
	font-family: "Times New Roman", serif;
}

.hidden
{
	position: absolute;
	display: none;
}

/*************/
/* Container */
/*************/

/**********/
/* Header */
/**********/

div#Header h1
{
	text-align: center;
	color: #000;
	font-weight: normal;
}

div#Header h1 a { color: #000; text-decoration: none; }

/********/
/* Menu */
/********/
div#Menu
{
	display: none;
}

/***********/
/* Content */
/***********/
div#Content
{

	line-height: 1.5;
	word-spacing: 3px;
}

div#Content address
{
	font-style: normal;
	display: block;
}

div#Content ul
{
	list-style-type: square;
}

div#Content ul li h3
{
	text-align: left;
	margin: 0;
	padding: 0;
}

div#Content ul.HideBullets
{
	list-style: none;
}

div#Content ul.LargeListSpacing li
{
	margin-bottom: 10px;
}

div#Content h2, div#Content h3, div#Content h4
{
	text-align: center;
	font-weight: normal;
}

div#Content h2
{
	font-size: 1.6em;
	color: #006699;
}

div#Content h3
{
	font-size: 1.2em;
	color: #003366;
}

div#Content h4
{
	font-size: 1em;
	color: #003366;
}

div#Content table
{
	table-layout: fixed;
	border:0;
	border-collapse: collapse;
	border: 1px solid #B5C7DE;
	font: 80%/1.3 Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	width: 100%;
}

div#Content table caption
{
	font-size: 1.2em;
    color: #003366;
}

div#Content table td
{
	padding: 2px;
	border: 1px dotted #B5C7DE;
}
        
div#Content table .smallCol { width: 3em; }
div#Content table .mediumCol { width: 6em; }
div#Content table .largeCol { width: 10em; }
div#Content table .alternate { background-color:#EFF3FB; }

/**********/
/* Footer */
/**********/

div#Footer
{
	display: none;
}
