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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0 0 16px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	vertical-align: middle;
}

.redAccent {
	color: #993333;
}
.smallprint {
	font-size:10pt;
	font-weight: normal;
	padding-bottom:8pt;

}
.indent { 
	padding-left: 5pt;
}


/* Links */
a:link {
	text-decoration: underline;
	color:#336699;
}
a:visited {
	text-decoration: underline;
	color:#336699;
}
a:hover {
	text-decoration: none;
	color: #993333;
}
a:active {
	text-decoration: underline;
	color: #993333;
}

/* Headers */
h1 {
	font-size:22pt;
	color:#603913;
}

h2 {
	line-height: 15pt;
	font-size:13pt;
	color:#000000;
}

h3 {
	font-weight:normal;
	font-size:10.5pt;
	margin-top:4pt;
	margin-bottom:4pt;
}

h3.large {font-size:11pt; font-weight:bold; }
h3.textheader {font-size:14pt;padding-left:10px;}
h3.textheader strong {color:#333;}
h3.alt { font-size:14pt; color:#333; }
h3.menu { 
	color:#FFFFFF;
	padding-left: 5pt;
}
h4 {font-size:12pt;padding-bottom:4pt; line-height:16pt; font-weight: bold; ; color:#6e5848}
h3.underline { font-size:13pt;padding-bottom:2pt; font-weight: bold; color:#333; border-bottom: 1px solid #ccc; }
h3.strong {font-weight:bold; }
h4.alt { color:#cc0033; }
h5 {font-size:9pt; font-weight:normal}
h5.strong {font-weight:bold}


	
div#container {
	width: 982px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../IMGs/bkgrnd-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.curved {
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(border-radius.htc);
}

div#menu {
	position: absolute;
	left: 5px;
	top: 160px;
	width: 160px;
	height: 270px;
}

div#main {
	left: 26px;
	top: 26px;
	position: relative;
	width: 952px;
}

div#header_block {
	width: 685px;
	position: relative;
	left: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#inset1 {
	position: relative;
	left: 280px;
	top: 5px;
	height: 80px;
	width: 400px;
}	
.oneColElsCtr #container {
	position: relative;
	width: 800px;
	height: 465px;
	left: 170px;
	top: 40px;
	border: 1px solid #DCD4CD;
	padding: 20px;
	z-index: 20;
}	

div#inset3 {
	position: relative;
	width: 330px;
	height: 465px;
	left: 5px;
	top: 40px;
	vertical-align: middle;
}	

div#inset5 {
	position: relative;
	width: 620px;
	left: 180px;
	top: 17px;
	border: 2px solid #DCD4CD;
	padding: 5px;
}	

div#corner_footer {
	position: relative;
	background-position: right;
}

