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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #AFDFDD url(../img/background.gif);
	color: #000;
	margin: 0;
	padding: 0;
}
p, h1 {
	margin-top: 0;
}
img {
	border: 0;
}

/* page layout */

div#container {
	margin: auto;
	width: 800px;
	background-image: url(../img/border_sides.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}

div#inner {
	width: 750px;
	margin: 0px auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-color: #FFF;
	background-image: url(../img/content_border_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#header {
	font-size:1px;
	text-indent:-5000px;
	width: 750px;
	height: 173px;
	background-image: url(../img/header.gif);
}
div#header a {
	display:block;
	height: 173px;
}

#nav {
	cursor: pointer;
	border-top: 3px solid #AFDEDC;
	border-bottom: 3px solid #AFDEDC;
	height: 23px;
}
#nav td a {
	display: block;
}
#nav td a:hover {
	background-color: #AFDEDC;
}
#nav td a img {
	border: 0;
}

div#content {
	background-image: url(../img/content_border_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 40px;
}

div.clear {
	clear: both;
	height: 1.5em;
}

div#footer {
	margin: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	width: 740px;
	background-image: url(../img/border_bottom.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	font-size:9px;
	color:#679090;
}

/* content formatting */

a {
	border:0px;
}
a:link, a:visited {
	color: #C92127;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF2127;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #508989;
}

.box2 {
	width: 346px;
	height: 313px;
	background-image: url(../img/box_2.gif);
}
.box3 {
	width: 230px;
	height: 275px;
	background-image: url(../img/box_3.gif);
}
.box4 {
	width: 170px;
	height: 200px;
	background-image: url(../img/box_4.gif);
}

/* form elements */

input[type="text"], select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #EFEFEF;
	border: 1px solid #999999;
}

input[type="submit"], input[type="button"] {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #D3E0C5;
	font-weight: bold;
}

