/* Print Style Sheet - differences to main style sheet:

div#topmenu
{	background: #ddddff url('../images/topline.gif') repeat-x;
	padding: 6px 0px 4px 0px;
	font-size: 0.8em;
	display:none;           <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Add this line <<<<<<<<<<<<<<<<<<<<<<<<<<
}
#leftmenu
{	background: #ddddff;
	width:150px;
	float:left;
	padding: 60px 0px 5px 5px;
	font-size: 0.8em;
	display:none;           <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Add this line <<<<<<<<<<<<<<<<<<<<<<<<<<
}

#content
{	margin-left:0px;
	width:950px;
}

#content table.gallery td
{
	width:33%;
	font-size: 1em;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
	border:5px solid #d5d5ff;
}

#footer p.bot
{	
	text-align: center;
	font-weight: normal;
	display:none;           <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Add this line <<<<<<<<<<<<<<<<<<<<<<<<<<
}
****************************************************************************************************************************************/
body
{ 	font-family: "Century Gothic", "Arial", "Helvetica", "Verdana", sans-serif; 
	font-size: 1em; 
	padding:0;
	margin: 10px;
}

div#topmenu					/*	menu bar just under main heading					*/
{	background: #ddddff url('../images/topline.gif') repeat-x;
	/* padding: 14px 0px 12px 0px; */
	padding: 6px 0px 4px 0px;
	font-size: 0.8em;
	display:none;
}

#leftmenu
{	background: #ddddff;
	width:150px;
	float:left;
	padding: 60px 0px 5px 5px;
	font-size: 0.8em;
	display:none;
}

#Gallery
{
	font-size: 0.9em;
	font-weight:normal;
}

#leftmenu ul							/*	menu bar down LHS unordered list			*/
{	margin: 0px;
	background: inherit;
	color: inherit;
	list-style-type: none;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#leftmenu li							/*	menu bar down LHS unordered list (list)			*/
{	margin: 1px; 
}

#leftmenu a				    			/*	menu bar down LHS unordered list anchors		*/
{	width: 130px;
	display: block;
	background: inherit;
	color: #003366;
	text-decoration: none;
	text-align: left;
	padding: 7px 5px 7px 5px;
}

#leftmenu a:hover						/*	menu bar down LHS unordered list anchors hover over	*/
{
	background:#E6E8FF;
	color: #1F00CA;
	width: 130px;
	border-top: 1px solid #f4f4ff;			/* Borders around menu options on LHS				*/
	border-bottom: 1px solid #9f9fff; 		/* Borders around menu options on LHS				*/
	border-left: 1px solid #e6e6ff; 		/* Borders around menu options on LHS				*/
	border-right: 1px solid #b3b3ff; 		/* Borders around menu options on LHS				*/
	padding: 6px 4px 6px 4px;
}

#leftmenu #active_option      				/* Active menu option -n current page				*/
{
	background: #CAC4FF;
	color: #1F00CA;
	border-bottom: 1px solid #f4f4ff;		/* Borders around menu options on LHS				*/
	border-top: 1px solid #9f9fff;  		/* Borders around menu options on LHS				*/
	border-right: 1px solid #e6e6ff; 		/* Borders around menu options on LHS				*/
	border-left: 1px solid #b3b3ff; 		/* Borders around menu options on LHS				*/
	padding: 6px 4px 6px 4px;
}

#Gallery a
{
	width:130px;
	background: inherit;
	color: #003366;
}

#Gallery a:hover						/*	menu bar down LHS unordered list anchors hover over	*/
{
	width: 130px;
}

h1
{	background: inherit;
	color:#666666;
	font-size: 2em;
	padding:10px;
	margin:0;
        text-align: center;
}

h2
{	background: inherit;
	color:#666666;
	padding:0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
}

h6
{
/*	background-color: #ddddff; */
	color: #003366;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: normal;
}	

h6.second
{	font-size: 1.5em;
}

p
{	
	margin: 0px; 
	text-align: justify;
}
	
#contain
{	background: #d6d6ff url('../images/back_fade.gif') repeat-x;
	color: inherit;
	width:950px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
	
#header
{	color: inherit;
	width:950px;
	height:145px;
	padding:0 0 0 0px;
}

#header img
{	border: 0px;
	float : left;
}

#header #banner1
{	color: #003366;
	background: #ddddff url('../images/back_fade.gif') repeat-x; 
	font-size: 3em;
        font-weight: normal;
	margin:0;
	padding:10px 0px 0px 10px;
        text-align: center;
}

#header #banner2
{	color: #003366;
	background: transparent;
	font-size: 2.5em;
        font-weight: normal;
	margin:0;
	padding:10px 0px 0px 10px;
        text-align: center;
}

#content
{	margin-left:0px;
	width:950px;
}

#content p
{	padding:3px 18px 3px 18px;
	margin:0;
}

#content table
{	text-align: center;
}

#content table td
{
	padding:0px 15px 0px 15px

}

#content table td.centertext
{	text-align: center;
	vertical-align: top;
	padding: 0px 15px 20px 15px;
}

#content table td.lefttext
{	text-align: left;
	vertical-align: top;
	padding: 0px 5px 20px 5px;
}

#content table.gallery td
{
	width:33%;
	font-size: 1em;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
	border:5px solid #d5d5ff;
}

#content table.pearl
{
	padding: 0px 0px 0px 50px;
}

#footer
{	width:950px;
	clear:left;
	background: #FFF;
}

#footer p
{	background: inherit;
	padding-right:8px;
	font-family: "Verdana", "Arial", sans-serif;
	font-size:0.75em;
        font-weight: bold;
        color: #1F00CA
}

#footer p.bot
{	
	text-align: center;
	font-weight: normal;
	display:none;
}

#hidden
{
	display:none;
}

.leftImg
{
	float:left;
	border-width: 0px;
	margin-right:20px;
	font-family: "Times New Roman", sans-serif;
}

.rightImg
{
	float:right;
	border-width: 0px;
	margin-left:20px;
	font-family: "Times New Roman", sans-serif;
}

.centerImg
{
	float:none;
	border-width: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: "Times New Roman", sans-serif;
}

.menuImg
{
	float:left;
	border-width: 0px;
	margin-top:6px;
}
