body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

/* DIV LAYOUTS */

#container {
	width: 780px;
	border-right: 2px solid #f00;
	border: 2px solid #f00;
	background: url('http://www.arizonaquads.com/images/bg_container.gif') repeat-y;
}

#footer {
	width: 760px;
	clear: both;
	background-color: #000;
	border-top: 2px solid #f00;
	padding: 7px 10px 7px 10px;
}

#header {
	width: 780px;
	height: 200px;
	border-top: 5px solid #f00;
}

#left {
	width: 225px;
	float: left;
	border-right: 2px solid #f00;
	background-color: #333;
	color: #ccc;
	padding: 15px 10px 15px 10px;
}

#nav {
	width: 780px;
	border-top: 2px solid #f00;
	border-bottom: 2px solid #f00;
	background-color: #000;
	text-align: center;
	padding: 12px 0px 12px 0px;
}

#right {
	width: 503px;
	background-color: #ccc;
	float: left;
	color: #000;
	padding: 15px;
}

#topinfo {
	width: 760px;
	background-color: #000;
	color: #fff;
	padding: 7px 10px 7px 10px;
}

/* TEXT STYLES */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f00;
	padding: 0px;
	margin: 0px;
}

h2, h2 a, h2 a:visited, h2 a:active, h2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f00;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.red {
	color: #f00;
}

/* DISPLAY STYLES */

img.linerule {
	display: block;
	padding: 15px 0px 15px 0px;
	clear: both;
}

img.update {
	float: left;
	margin: 0px 15px 15px 0px;
	border: 2px solid #000;
}

/* LINK STYLES */

#nav a, #nav a:active, #nav a:visited {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

#nav a.on, #nav a.on:active, #nav a.on:hover, #nav a.on:visited, #nav a:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

#topinfo a, #topinfo a:active, #topinfo a:visited, #footer a, #footer a:active, #footer a:visited {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}

#topinfo a:hover, #footer a:hover {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}

#left a, #left a:active, #left a:visited {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	text-decoration: underline;
}

#right a, #right a:active, #right a:visited {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	text-decoration: underline;
}

#left a:hover, #right a:hover {
	color: #999;
}

/* FORM STYLES */

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#topinfo input.submit {
	border: 1px solid #ccc;
	background-color: #666;
	color: #ccc;
}

#topinfo input {
	background-color: #666;
	border-width: 0px;
	color: #ccc;
}

#topinfo input.check {
	border-width: 0px;
	background-color: #000;
}
