/*Site Options*/
html
{
scrollbar-arrow-color: #eff5f9;
scrollbar-3dlight-color: #99cccc;
scrollbar-darkshadow-color: #660000;
scrollbar-face-color: #0c4b75;
scrollbar-highlight-color: #99cccc;
scrollbar-shadow-color: #99cccc;
scrollbar-track-color: #99cccc;

}

html 
{


	font-size: 14pt;
	font-family: "Georgia", "Baskerville", "Times New Roman", serif;
	
}
body 
{

}
.cBody 
{

}

a
{
	text-decoration: none;
	color: #78b0cf;
}
a:hover
{
	text-decoration: none;
}

p
{
	line-height: 1.8em;
}


.HeaderDiv, .HeaderDivFULL
{
		font-size: 10pt;
	color: White;
	background-color: #eff5f9;
}
.MenuDiv, .MenuDivFULL
{
	background-color: DimGray;
}
.tableContent
{

			 color: White;

}
.ContentCell
{
		background: #0c4b75;
}
.FooterDiv
{
	font-size: 9pt;
	color: White;
	background-color: #eff5f9;
}


.RadMenu_D10Ruby2 .rmLink .rmText
{
	font: normal 18px "Georgia", Baskerville, "Times New Roman", serif;
	font-family: "Georgia", "Baskerville", "Times New Roman", serif;
	color: #99cccc;
	letter-spacing: 0.10em;
}
.RadMenu_D10Ruby2 .rmRootGroup .rmLink
{
	color: Gainsboro;	
}

.RadMenu_D10Ruby2 .rmLink:hover
{			
	color: Blue;

}
.RadMenu_D10Ruby2 .rmRootGroup,
.RadMenu_D10Ruby2 .rmRootGroup .rmFocused,
.RadMenu_D10Ruby2 .rmRootGroup .rmExpanded
{
	color: White;
}
.RadMenu_D10Ruby2 .rmGroup .rmExpanded
{
	color: Navy !Important;
}
.RadMenu_D10Ruby2 .rmGroup
{
	background: #f8f8f8;
	padding: 5px;
	border: solid 0px Gray;
	background: DimGray;
}

/*Code Snippet \ Editor Style Items*/
.centeredDiv
{
text-align: center;
vertical-align: middle;
}
.FloatL
{
	float: left;
}
.FloatR
{
	float: right;
}



/*Gallery Items*/
.GalleryItemThumb
{
	border: solid 2px DarkBlue;
}
.GalleryItem
{
 width: 750px;
}







h2
{

}




img
{
	/*
padding: 3px;
border: solid 1px #e1e1e1;
*/
}


img.floatTL
{
	padding: 3px;
border: solid 1px #e1e1e1;
	float: left;
}

img.floatTR
{
	padding: 3px;
border: solid 1px #e1e1e1;
	float: right;
}
