/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body 
{
	color : rgb(86,88,78);
	background-color : rgb(219,225,230);
	/*background-image : url(img/logo.jpg); */
	background-attachment : fixed;
	background-position : top left;
	background-repeat : no-repeat;
	/*default text style*/
	font-family:verdana;
	font-size:12px;
}
a{	text-decoration: none; border-bottom:1px #0000FF dotted;}
a:visited{	color:#999; }

H1, H2, H3, H4
{
	margin-top : 0px;
}
H1{	font-family:Mariah, "Lucida Handwriting"; 
font-size:48px; }
H2{	font-family:Mariah, "Lucida Handwriting"; 
font-size:24px; }
H3{	font-size:15px; }
H4{	font-size:13px; }

.uglyImgFix{
	padding: 5px;
	background-color: white;
}

.contentSection
{
	width : 94%;
	color : rgb(86,88,78);
	background-color : rgb(239,235,226);
	border : 1px solid rgb(86,88,78);
	margin-top : 0px;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 1%;
}

.title
{
	color : rgb(86,88,78);
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
	width : 100%;
	position : relative;
	left : 0%;
	text-align:right;
}

.mdAd 
{
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
	position: absolute;
	right: 1px;
	bottom: 1px;
	width:168px;
	height:20px;
	z-index:1;
	visibility: visible;
	overflow: hidden;
}

#hr  
{ 
border-bottom:1px solid #ccc; padding-bottom:1em; margin-bottom:18px; 
}

#green
{
	background-color : rgb(165,193,152);
}

#blue
{
	background-color : rgb(126,161,167);
}

#orange
{
	background-color : rgb(238,158,77);
}



