/*Site Options


{
scrollbar-arrow-color: #F9AE00;
scrollbar-3dlight-color: #F9AE00;
scrollbar-darkshadow-color: #660000;
scrollbar-face-color: #660000;
scrollbar-highlight-color: #990000;
scrollbar-shadow-color: #660000;
scrollbar-track-color: #0C0C0C;

}
*/
html, body 
{
	color: #585858;
	font-size: 11pt;
	font-family: "trebuchet ms", helvetica, sans-serif;
	    height:100%;
}


/*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: 950px;
}


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;
}


a
{
text-decoration: none;
color: #0000CC;
}
a:hover
{
text-decoration: none;
}
p
{
line-height: 1.8em;
}

.h1,h2,h3,h4,h5,h6
{

font-weight: normal;
letter-spacing: -1px;
font-weight: bold;

}

h3,h4,h5,h6
{
color: Navy;
}

.h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{

}


#h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}


