/*Main body css*/

body {
	margin: 0px;
	background-color: #490915;
	background-image:url(../img/background_r1_c1.png);
	background-repeat:repeat-x;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	
}

td {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

th {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.bodystyle {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.large {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight:bold;
}

.subhead {

	font-weight:bold;
	color:#490915;
}

.small {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

/*Background Images and Margins */

.tdleft {
	background-image:url(../img/leftcorner_r3_c1.png);
	
}

.tdcenter {
	background-image:url(../img/ppi_r5_c8.png);

}

.tdright {
	background-image:url(../img/trans_r4_c14.png);
}

.tdbottom {
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
}

.tdboxleft {
	background-image:url(../img/box_r2_c1.png);
	
}

.tdboxright {
	background-image:url(../img/box_r2_c5.png);
	
}

.tdboxtop {
	background-image:url(../img/box_r1_c3.png);
	
}

.tdboxbottom {
	background-image:url(../img/box_r4_c2.png);
	
}

.tdphotoleft {
	background-image:url(../img/photoframe_r3_c1.png);
	background-repeat:repeat-y;
	
}

.tdphotoright {
	background-image:url(../img/photoframe_r3_c6.png);
	background-repeat:repeat-y;
	
}

.tdphototop {
	background-image:url(../img/photoframe_r1_c3.png);
	background-repeat:repeat-x;
	
}

.tdphotobottom {
	background-image:url(../img/photoframe_r5_c2.png);
	background-repeat:repeat-x;
	
}


/*Link Effects*/

a:link {
	color: #871127;
}

a:visited {
  color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #66544B;
}


/*Form Elements and Lists*/


form {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}

input {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

select {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.required {
	background-color:#BD7C88;
	font-weight:bold;
}

.error {
	color:#490915;
	font-weight:bold;
}

ul {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

ol {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	list-style-position: outside;
}