@charset "UTF-8";
@import url("../webfonts/PermianSerif/stylesheet.css");
@import url("../webfonts/BrownPro/stylesheet.css");
@import url("../webfonts/BrownPro_Bold/stylesheet.css");
@import url("../webfonts/BrownPro_ExtraBlack/stylesheet.css");
@import url("../webfonts/BrownPro_Italic/stylesheet.css");
@import url("../webfonts/BrownPro_Light/stylesheet.css");
@import url("../webfonts/BrownPro_Black/stylesheet.css");


#LayoutImageArea1 {
	height: 200px;
	margin-top:10px;
	
background: rgba(33,211,184,0);
background: -moz-linear-gradient(top, rgba(33,211,184,0) 0%, rgba(33,211,184,0.72) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33,211,184,0)), color-stop(100%, rgba(33,211,184,0.72)));
background: -webkit-linear-gradient(top, rgba(33,211,184,0) 0%, rgba(33,211,184,0.72) 100%);
background: -o-linear-gradient(top, rgba(33,211,184,0) 0%, rgba(33,211,184,0.72) 100%);
background: -ms-linear-gradient(top, rgba(33,211,184,0) 0%, rgba(33,211,184,0.72) 100%);
background: linear-gradient(to bottom, rgba(33,211,184,0) 0%, rgba(33,211,184,0.72) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21d3b8', endColorstr='#21d3b8', GradientType=0 );
	
	//background: #fff4e2;
	//background: -moz-linear-gradient(top, #fff4e2 0%, #ffe7c1 100%);
	//background: -webkit-linear-gradient(top, #fff4e2 0%,#ffe7c1 100%);
	//background: linear-gradient(to bottom, #fff4e2 0%,#ffe7c1 100%);
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4e2', endColorstr='#ffe7c1'//,GradientType=0 );
}

#LineText1 {
	font-family: BrownPro_Bold;
	color:black;
	text-decoration:none;
	text-align: center;
}

#LineText2 {
	float:left;
	font-family: BrownPro;
	font-size: 14pt;
	width:95%;
	color:black;
	text-decoration:none;
	text-align: center;
	padding-top:10px;
	padding-right:20px;
	margin-left:2.5%;
}

a {
	font-family: BrownPro;
	font-size: 14pt;
	color: #b13e0a;
	text-decoration: none;
}
a:visited {
	color: #b13e0a;
}

a:hover {
	color: #ba8c02;
}
