body, table, tr, td, tbody, div {
	font-family: Verdana, Arial, "sans-serif";
	font-size: small;
	color: #004a80;
}
body {
	background: url("../images/background.gif") top repeat-x #7fa4bf;
	text-align: center;
	padding: 0;
	margin: 0;
}
.left {	float: left; }
.right { float: right; }
.clear { 
	clear: both;
	width: 100%;
}
h1 { color: #004a80; }
h2, h3, h4, h5 { color: #ed1c24; }
h1 { font-size: 150% }
h2 { font-size: medium }
h3 { font-size: small }
h4 { font-size: x-small }
h5 { font-size: xx-small }
a {	color: #3399cc; }
a:hover { color: #ed1c24; }
ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
}


/* MAIN */
#main-wrapper {
	margin: auto;
	width: 760px;
	background: url("../images/page-background.gif") center repeat-y #fff;
}
#main {
	width: 752px;
	margin: auto;
}
/* END MAIN */


/* HEADER */
#header-top {
	height: 18px;
	background: url("../images/header-top-background.gif") top repeat-x;
}
#header-logo-wrapper {
	position: relative;
	height: 114px;
	background: url("../images/header-logo-background.gif") top repeat-x;
}
#header-logo {
	height: 114px;
	background: url("../images/header-logo-background-2.jpg") top center no-repeat;
}
#header-logo img {
	margin-top: 15px;
	border: 0;
}
#header-left, #header-right {
	position: absolute;
	margin: 10px;
}
#header-left {
	left: 0;
	bottom: 0;
	text-align: left;
}
#header-right {
	right: 0;
	bottom: 0;
	text-align: right;
}
#header-right a img {
	border: 1px solid #004a80;
	margin-left: 10px;
}
#header-right a:hover img {
	border: 1px solid #ed1c24;;
}
/* END HEADER */


/* NAV */
#nav-wrapper {
	background-color: #004a80;
	height: 32px;
	margin: 1px 0 1px 0;
}
#nav {
	padding-top: 8px;
	color: #ed1c24;
	font-weight: bold;
	}
#nav a {
	color: #fff;
	text-decoration: none;
	margin: 0 2px 0 2px;
	}
#nav a:hover {
	text-decoration: underline;
	}
/* END NAV */


/* CONTENT */
#content-wrapper {
	border: 1px solid #ed1c24;
	background: url("../images/content-background.gif");
}
#content {
	_height: 350px;
	min-height: 350px;
	/*padding: 10px 40px 40px 10px;*/
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.3em;
}
#content-footer {
	margin-bottom: 12px;
	margin-top: 20px;
	color: #ed1c24;
	font-size: x-small;
	text-align: center;
}
#content-footer a {
	color: #3399cc;
	margin: 0 2px 0 2px;
}
#content-footer a:hover {
	color: #ed1c24;
}
/* END CONTENT */


/* FOOTER */
#footer-wrapper {
	background: url("../images/bottom.gif") center top no-repeat #7fa4bf;;
	height: 25px;
	margin-top: 1px;
}
#footer {
	padding-top: 12px;
	font-size: x-small;
}
#footer a {
	color: #004a80;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* END FOOTER */


/* HOME BUTTONS */
#home-button-wrapper a {
	text-decoration: none;
	color: #004a80;
}
#home-button h1 {
	margin-top: 0;
}
#home-button h1 span {
	color: #ed1c24;
}
#home-button img {
	border: 0;
	margin-left: 7px;
	margin-top: 15px;
}
#home-button #text {
	margin-top: 37px;
	margin-left: 6px;
}
#home-button {
	width: 310px;
	height: 114px;
	background: url('../images/home-button-background.gif') top center no-repeat;
	border: 0;
	cursor: hand;
}
#home-button img {
	border: 0;
}
/* END HOME BUTTONS */


/* PAGE HEADINGS */
#page-heading {
	height: 82px;
	background: url("../images/page-heading-background.gif") top center repeat-x;
}
#page-heading img {
	margin-left: 7px;
}
#page-heading h1 {
	margin-top: 0;
}
#page-heading h1 span {
	color: #ed1c24;
}
#page-heading #text {
	margin-top: 20px;
	margin-left: 6px;
}
/* END PAGE HEADINGS */


/* OTHER */
table.pics-1 {
	width: 99%;
}
table.pics-1 td {
	text-align: center;
	width: 33%;
	font-size: xx-small;
	vertical-align: top;
}
/* END OTHER */