  /* CSS layout */
.verdana_large {
	font-family: Verdana;
	font-size: large;
	text-align: center;
}
.title_font {
	font-family: Verdana;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}
.normal_text {
	font-size: small;
	font-family: Verdana;
	text-align: left;
}
.verdana_small {
	font-family: Verdana;
	font-size: small;
}
body {
	margin: 0;
	padding: 0;
	background-image: url('images/web%20elements/Alamo%20Background.jpg');
	background-repeat: repeat;
}
#masthead {
	background-color: #DC080E;
	font-family: BRADDON;
	font-size: 100%;
	font-style: italic;
	width: 800px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	color: #CCCCFF;
	font-weight: normal;
}
#container {
	min-width: 600px;
}
#page_content {
	margin-left: auto;
	width: 800px;
	margin-right: auto;
	top: 300px;
}
#footer {
	border: thin solid #72BF72;
	clear: both;
	font-family: Verdana;
	text-align: center;
	width: 800px;
	text-decoration: none;
	font-size: small;
	background-color: #66FFCC;
	margin-right: auto;
	margin-left: auto;
}
.header {
	text-align: center;
}
#footer a {
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	color: #3333CC;
}
#footer a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	font-size: 100%;
}
#top_nav {
	width: 800px;
	font-family: Verdana;
	font-size: small;
	clip: rect(auto, auto, auto, auto);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
#top_nav a {
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	color: #3333CC;
}
#top_nav a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	font-size: 100%;}
.normal_text_red {
	font-family: Verdana;
	color: #C51B1F;
	font-size: medium;
}

.underlined_verdana_lrg {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

