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


/* Global Site Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	behavior:url("/_style/csshover.htc");
}

a:link {
	color: #00483a;
}
a:visited {
	color: #00483a;
}
a:hover {
	color: #00483a;
}
a:active {
	color: #00483a;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #7d0849;
	line-height:1.5em;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #7d0849;
	line-height:1.3em;
}
tr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #7d0849;
	line-height:1.3em;
}
.bkgd_site {
    background-color:#a0754e;
	background-image: url(../_media/template/backgrounds/site_bkgd.gif);
	background-repeat: repeat-x;
}
.bkgd_boxtop {
	background-image: url(../_media/template/backgrounds/box_top.png);
	background-repeat: repeat-x;
}
.bkgd_boxbottom {
	background-image: url(../_media/template/backgrounds/box_bottom.png);
	background-repeat: repeat-x;

}
.bkgd_boxleft {
	background-image: url(../_media/template/backgrounds/box_left.png);
	background-repeat: repeat-y;
}
.bkgd_boxright {
	background-image: url(../_media/template/backgrounds/box_right.png);
	background-repeat: repeat-y;
}
.bkgd_content {
	background-color: #ffe6bb;
}
.bkgd_nav {
	background-color: #00483a;
}


.boldgreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #00483a;
	line-height:1.3em;
	font-weight: bold;
	text-transform: capitalize;
}
.greenfontital {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00483a;
	line-height:1.3em;
	font-weight: bold;
	font-style: italic;
}
.greenfontsm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00483a;
	line-height:1.3em;
}
.fontsm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:1.3em;
}
.greenfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #00483a;
	line-height:1.3em;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.boldred {
	font-weight: bold;
	color: #B00A0A;
}
.subtitle {
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}
.orangebackg {
	background-color: #E2D3B7;
}
.yellowbackg {
	background-color: #FADFA0;
	font-size: 13px;
}
.ltyellowbackg {
	background-color: #FDE8B7;
	font-size: 13px;
}
.purplebackg {
	background-color: #7D0849;
	color: #ffffff;
}
.photoborder {
	border: 1px solid #cd8902;
}
.purpleborder {
	border: 2px solid #7D0849;
}
.errorMsg {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.table {
	background-color: #Fae0a3;
	border: 2px solid #7D0849;
}
.error {
	background-color: #CC0000;
	color: #ffffff;
}
.tablewithborder {
	border: 1px solid #7D0849;
}
.alignbottom {
	text-align:bottom;
}