/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	background-image:url(images/backg.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	overflow:scroll;
}


#global {
	position:absolute;
	left: 50%;
	width: 966px;  /* width of the image */
	margin-left: -483px; /* half of the image width */
	top: 20px;
}


@font-face {
	font-family: 'EurostileRegular';
	src: url('eurostile-webfont.eot');
	src: local(':)'), url('eurostile-webfont.woff') format('woff'), url('eurostile-webfont.ttf') format('truetype'), url('eurostile-webfont.svg#webfont9qZygR4z') format('svg');
	font-weight: normal;
	font-style: normal;
}

.eurostile_tagline {
	font-weight: bold;
	font-family: 'EurostileRegular', sans-serif;
	font-size:20px;
	font-style:italic;
	color:#4c347e;
	text-align:right;
}


.eurostile_large {
	font-weight: normal;
	font-family: 'EurostileRegular', sans-serif;
	font-size:18px;
	font-style:italic;
	color:#4c347e;
	line-height:24px;
	text-align:justify;
}

.eurostile_purple {
	font-weight: normal;
	font-family: 'EurostileRegular', sans-serif;
	font-size:18px;
	font-style:italic;
	color:#573a92;
	text-align:center;
	letter-spacing:1px;

}

.eurostile_regular {
	font-weight: normal;
	font-family: 'EurostileRegular', sans-serif;
	font-size:14px;
	font-style:normal;
	color:#4c347e;
	line-height:22px;
	text-align:justify;
}

.titles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:justify;
	color:#4c347e;
	font-weight:normal;
}

.textblocks{
	
	font-family:"Times New Roman", Times, serif
	font-size:12px;
	text-align:justify;
	color:#4c347e;
	line-height:18px;

}


.boldsmall{
	font-weight:bold; 
	font-size:12px;
}


.bold{
	font-weight:bold; 
}

.copyright{
	color: #4c347e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
}

label{
	padding: 0 0 0 6px;
	float: left;
	width: 110px;
	font-weight: bold;
	/* n  n  top  left*/
	margin: 0 0 10px 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
br{
	clear: left;
	}
	
input, textarea{
	width: 234px;
	margin-bottom: 12px;
	border: 1px solid #999;
	padding: 1px;
	}
	
textarea{
	width: 234px;
	height: 150px;
	}
	
.submitbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffba00;
	background: #d01414;
	padding: 2px;
	margin-left: 185px;
	margin-top: 5px;
	width: 90px;
	cursor:hand;
	}
	
select{
	width: 234px;
	margin:0 0 12px 0;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	}
.radio {
	border: none;
	width: auto;
	height: auto;
	margin: 0;
	}

.stylelinks {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.stylelinks:hover{font-weight:normal; text-decoration:underline; color:#333333;}


.links{
     color: #4c347e;
     background-color: transparent;
	 text-decoration:none;
	 font-weight:bold;
}
a.links:link {
}
a.links:visited {
}
a.links:active {
}
a.links:hover {
	 text-decoration:underline;
}

