/* basic elements */
html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	line-height: 1.7;
	color: #333333;
	background-image: url(images/red_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-position: top;
	height: 100%;
	}

p {
	margin-top: 0;
	text-align: left;
	padding-right: 20px;
	}

.red {
	color: #EE333E;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #999999;
}

h1 {
	color: #EE333E;
	font-size: 12px;
	margin: 0;
	}

h3 {
	color: #EE333E;
	font-size: 16px;
	margin-bottom: 0;
}



h2 {
	letter-spacing: 0px;
	margin-bottom: 0; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	}
	
.redbox {
	background-color: #EE333E;
	padding: 15px;
	color: #FFFFFF;
	font-size: 16px;

	line-height: 2.5em;
	text-align: center;
}


a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #EE333E;
	}
a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #333333
	}
a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #333333;
	}
acronym {
	border-bottom: none;
	}
	
p.photo {
	margin: 0 0 0 auto;
	float: left;
	}


.redFooter {
	color: #EE333E;
	font-size: 11px;
	font-weight: bold;
}
