@charset "UTF-8";
/* CSS Document */

/* @group General Styles */

body {

	background-color:#666633;
	background-image:url(../graphics/background.jpg);
	margin: 0;
	padding: 0;
	font-family:  "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:lighter;
	color: #FFFFFF;
	
}

	
/* @end */

/* @group Layout */

a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover, a:active {
	color:#FFFF00;
	text-decoration: underline;
}

img {
border:0;
}

#contentframe {
width:750px;
margin-top:20px;
padding-top: 3px;
padding-bottom: 3px;


}

#content {
  width:740px;
  padding-top:6px;
  padding-bottom:12px;
 text-align:center;


}

#info {
width: 333px;
padding:6px;
text-align: center;
line-height:1.2em;


}

.heading1 {
	margin-top:5px;
	margin-bottom:5px;
	font-size: 225%;
	font-weight:bold;
	letter-spacing:0.25em;
	color: #A21B2D;
    text-transform: uppercase;
}

.lowercase {
font-size:70%;
}

.disclaimer {

letter-spacing:0.25em;
text-transform: uppercase;
}
