/*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;
}

text.Heading3
{
		font-size: 50px;
}

a.MyHeading1
{
	font-size: 50px;
}

div.MyHeading2
{
	font-size: 50px;
}


/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 32em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -32em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
		font-size: 10pt;
	}
	
	#columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 23em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 20.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;

	}



.h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
text-transform: lowercase;
}

h3,h4,h5,h6
{
color: Navy;
}

.h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}




/* Main */

#main
{

background: #fff url('images_red/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{

text-align: justify;
margin-bottom: 2.0em;

}

#main_inner ul
{

margin-bottom: 2.0em;
}

#main_inner
{

position: relative;
width: 100%;
margin: 0 auto;
		margin-top: 0.7em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}



