 /* top/bottom right/left */
 /* top right/left bottom */
 /* top right bottom left */
 /* BEWARE OF COLLAPSING MARGINS!!!!! */
/* INDEX.HTML AND MISSING.HTML STYLES ARE DEEFINED MOSTLY ON THE PAGE HEADERS */


/* SET BASE FONT */
body,th,td,div,p,img {
	font: 12pt/14pt Times New Roman, Times, serif;
	color: #000000;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body{
	background-color: #ffffff;
}

A:visited {
	color : #6f0000;
	font-weight: bold;
	text-decoration: none;
}

A {
	color : #a73b54;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #ff0606;
	font-weight: bold;
	text-decoration: underline;
}

A:visited.dark-bg {
	color : #b1b1b1;
	font-weight: bold;
	text-decoration: none;
}

A.dark-bg {
	color : #efefef;
	font-weight: bold;
	text-decoration: none;
}

A:hover.dark-bg {
	color: #efefef;
	font-weight: bold;
	text-decoration: underline;
}

DIV.footer {
	width: 780px;
	padding-top: 10px;
	text-align:center;
	font: 8pt/9pt Arial, Helvetica, sans-serif;
	color: #000000;
}

DIV.inner_box {
	width: 780px;
	height: 1000px;
	border: solid #a73b54 2px;
	background-image:url(images/interior-bg.jpg);
	background-repeat: repeat-y;
	z-index:1;
}

DIV.inner_box_flex {
	width: 780px;
	border: solid #a73b54 2px;
	background-image:url(images/interior-bg.jpg);
	background-repeat: repeat-y;
	z-index:1;
}

DIV.outer_bounding_box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #ffffff;
	z-index:2;
}

DIV.float-left {
	float:left;
	position: relative;
	left:0px;
	top:0px;
	width: 370px;
	text-align:center;
	margin-left: 10px;
	font: 12pt/14pt Times New Roman, Times, serif;
}

DIV.float-right {
	float:right;
	position: relative;
	left:0px;
	top:0px;
	width: 370px;
	text-align:center;
	margin-right:10px;
	font: 13pt/22pt Times New Roman, Times, serif;
}

H1 {
	margin: 10px 10px;
	font: 18pt/20pt Goudy, Times New Roman, Times, serif;
	font-weight: normal;
}

H2 {
	margin: 10px 10px;
	font: 14pt/15pt Goudy, Times New Roman, Times, serif;
}

H2.red {
	margin: 12px 10px;
	font-weight:bold;
	color: #a73b54;
}

H3 {
	margin: 10px 10px;
	font: 14pt/15pt Goudy, Times New Roman, Times, serif;
}

H3.red {
	margin: 10px 10px;
	font: 14pt/15pt Times New Roman, Times, serif;
	font-weight: bold;
	color: #a73b54;
}

IMG.bullet	{
	width: 12px;
	height: 12px;
	margin: 4px 6px;
	padding:0px;
	vertical-align:middle;
}

LI {
	margin: 2px 8px 5px -6px;
	text-align: justify;
	}

P.address {
	font: 11pt/12pt Goudy, Times New Roman, Times, serif;
	color:#000000;
	text-align:center;
	padding: 5px 0px;
	clear: both;
}

P.header {
	font: 13pt/15pt Goudy, Times New Roman, Times, serif;
	text-align:center;
}

P.justify {
	text-align : justify;
	text-indent : 5px;
	margin : 5px 8px 5px 6px;
}

P.no_indent {
	text-align : justify;
	text-indent : 0px;
	margin: 5px;
}

P.no_indent_left {
	text-align:left;
	text-indent : 0px;
	margin: 5px;
}

TABLE.menu-table	{
	width:780px;
	background-color: #a73b54;
	margin: 5px 0px;
}

TD.menu-cell	{
	padding: 5px;
	border: 0px;
	color: #ffffff;
}

UL,OL {
	margin-bottom: 6px;
	margin-top: 6px;
}

/* FORM ELEMENTS */

input {
	font-size: 8pt;
	color:#a73b54;
	background-color: #f4ece5;
	}

select {
	font-size: 8pt;
	color:#a73b54;
	background-color: #f4ece5;
	}

textarea {
	font-size: 8pt;
	color:#a73b54;
	background-color: #f4ece5;
	}
	
