/* PALLETE maroon: #824549 | teal: #718a8f | whitesmoke: #f4f4f4 */
body { 
background-attachment: fixed; 
background-image: url(../images/bg_page_1.jpg); 
background-repeat: no-repeat; 
background-position: 50% 0%; 
background-color: #f4f4f4; 
margin: 0; 
padding: 0; 
} 
#col-left { 
vertical-align: top; 
} 
.bdr-content, .bdr-column { 
background-color: #718a8f; 
} 
#column-left { 
background-color: #ffffff; 
vertical-align: top; 
padding-left: 10px; 
padding-right: 10px;
font-size: 10px; 
} 
#column-right { 
position: relative;
float: right;
background-color: #f4f4f4; 
width: 150px; 
padding: 5px; 
font-size: 100%; 
} 
#content { 
background-attachment: scroll; 
background-image: url(../images/bg_content.gif); 
background-repeat: no-repeat; 
background-position: 50px 10px; 
background-color: #ffffff; 
padding: 10px; 
vertical-align: top; 
width: 619px; 
font-size: 70%; 
} 
#footer { 
padding-top: 50px; 
padding-bottom: 25px; 
font-size: 10px; 
text-align: center; 
} 
#footer a { 
color: #718a8f; 
text-decoration: none; 
} 
#footer a:hover {
text-decoration: underline; 
} 
#footer a:visited { 
color: #718a8f; 
} 
body, #content, #column-left, #column-right, #footer { 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
color: #718a8f; 
} 
#content { 
color: #54676B; 
} 
#content a:link,#content a:visited { 
color: #824549; 
border-bottom: 1px dotted; 
text-decoration: none; 
} 
#content a:hover { 
border-bottom: 1px solid; 
text-decoration: none; 
} 
#content a:visited {
color: #718a8f; 
} 
a:active {} 
a:visited:hover {} 

h1,h2,h3,h4,h5,h6 { 
color: #718a8f; 
font-weight: normal; 
font-family: "Times New Roman", Times, serif; 
/*font-family: "Brush Script BT", "Times New Roman", Times, serif; */
/*font-family: "FrizQuadrata BT", Georgia, "Times New Roman", Times, serif; */
/*text-transform: lowercase; 
*/
} 
h1 { 
font-size: 200%; 
} 
h2 { 
font-size: 180%; 
} 
h3 { 
font-size: 160%; 
} 
h4 { 
font-size: 130%; 
} 
h5 { 
font-size: 100%; 
} 
h6 { 
font-size: 90%; 
} 
.small { 
font-size: 9px; 
} 
address {
margin-left: 10px; padding-left: 10px; /*border-left: 3px double #718a8f;*/ font-style: normal; font-variant: small-caps;
}

/* TABLES
---------------------------------------------------------------------- */
table.form,td.form,th.form{ 
font-size: 11px; 
color: #718a8f; 
border: 1px solid #718a8f; 
} 
table.form{ 
border-collapse: collapse; 
border-spacing: -1; 
} 
td.form,th.form{ 
height: 27px; 
margin: 0px; 
padding: 3px; 
} 
th.form{ 
background-color: #e5e5e5; 
text-align: left; 
} 
table.list,td.list,th.list,tr.list1,tr.list2{ 
color: #718a8f; 
font-size: 11px; 
border: 1px solid #718a8f; 
} 
table.list{ 
width: 100%; 
border-collapse: collapse; 
border-spacing: -1; 
} 
td.list,th.list{ 
height: 27px; 
padding: 3px; 
} 
th.list{ 
background-color: #e5e5e5; 
text-align: left; 
} 
tr.list1{ 
background-color: transparent; 
} 
tr.list2{ 
background-color: #f4f4f4; 
} 
/* FORMS
---------------------------------------------------------------------- */
form{ 
padding: 0px; 
margin: 0px; 
} 
input,textarea,select{ 
background-color: transparent; 
border: 1px solid #999999; 
font-family: Tahoma, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #718a8f; 
} 
input,select{ 
height: 18px; 
} 
hr { 
height: 0px; 
border-bottom: 1px dotted #824549; 
} 
input.submit {
	color: #333;
	background-color: #f9f9f8;
	border-top: 1px solid #d5d5ca;
	border-left: 1px solid #d5d5ca;
	border-bottom: 1px solid #888878;
	border-right: 1px solid #888878;
	line-height: 1.2em !important;
	line-height: 1.3em;
	line-height/**/:/**/1.3em;
	margin-right: 5px;
	padding: 2px 5px;
	/* \*/
	padding: 2px !important;
	padding: 0px ;
	padding/**/:/**/0px;
	/*  */
}

