/* ================================
    CSS STYLES FOR Calvaryphx
   ================================
*/   
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #FD6300;
}
.Normal  {
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	color: #1D335C;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #888888;
	background-color: #888888;
	background-image: url(pagebkgrd.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/* Footer */
.Footer {
	font-size: 8.5pt;
	color:#6B7EA1;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#6B7EA1;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#6B7EA1;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#6B7EA1;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#1D335C;
	font-weight: normal;
	font-size: 8.5pt;
}
.leftside {
	background-image: url(leftside.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 50px;
}
.header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 768px;
}
.rightside {
	background-image: url(rightside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
}
.contenttable
{
	background-image: url(content_top_rust.jpg);
	background-repeat:no-repeat;
}

.contentpane {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	height: 10px;
	color:transparent;
}
a.contactLink:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#757575;
	font-weight:normal;
	padding-bottom:2px;
	margin-bottom:2px;
	padding-left:0px;
	text-align:right;
}
a.contactLink:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#757575;
	font-weight:normal;
	padding-bottom:2px;
	margin-bottom:2px;
	padding-left:0px;
	text-align:right;
}
a.contactLink:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#757575;
	font-weight:normal;
	padding-bottom:2px;
	margin-bottom:2px;
	padding-left:0px;
	text-decoration:underline;
	text-align:right;
}
.contactLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#757575;
	font-weight:normal;
	padding-bottom:2px;
	margin-bottom:2px;
	padding-left:0px;
	text-decoration:underline;
	text-align:right;
}
.MainMenu_MenuItem
{
 border-left: 0px none;
 border-bottom: 0 none;
 border-top: 0 none;
 border-right: 0px none;
 cursor: hand;
 cursor: hand;
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 font-style: normal;
 background-color: Transparent;
 text-align:center;
 vertical-align:middle;
}
.MainMenu_MenuItemSel
{
 background-color: transparent;
 cursor: pointer;
 cursor: hand;
 color: #757575;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 font-style: normal;
 text-align:center;
 vertical-align:middle;
}
