body {
	background-color: #C0C0B8;
	background-position: center top;
}

.pageheader {
	background-image: url(images/wm2_header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


.MainMenu_MenuContainer {
background-color: transparent; 
height: 10px;
}
.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height:10px;
background-image: url(images/wm2_menu_bkgd.jpg);
}
.MainMenu_MenuItem {
border-left: #BEBCAA 0px solid; 
border-bottom: #BEBCAA 0px solid; 
border-top: #BEBCAA 0px solid; 
border-right: #BEBCAA 0px solid;
cursor: pointer; 
cursor: hand; 
color: #BEBCAA;
font-variant: small-caps;
font-size: 12px; 
font-weight: 600; 
font-style: normal; 
background-image: url(images/wm2_menu_bkgd.jpg);
font-family: Tahoma, Helvetica, Arial, Verdana; 
height: 22px;
padding-left: 2px;
padding-right: 2px;
}
.MainMenu_MenuIcon  {
display: none;
}
.MainMenu_SubMenu {
background-color: #21201C;  
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
height: 22px;
}
.MainMenu_MenuBreak {
height: 1px;
}
.MainMenu_MenuItemSel {
background-color: Transparent; 
cursor: pointer; 
cursor: hand; 
color: #70912B; 
font-family: Tahoma, Helvetica, Arial, Verdana;
font-variant: small-caps;
font-size: 12px; 
font-weight: 600; 
font-style: normal; 
height: 22px;
padding-left: 2px;
padding-right: 2px;
}
.MainMenu_MenuArrow {
display:none;
}
.MainMenu_RootMenuArrow {
display: none;
}
.StandardButton {
  background: #B78477 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
width: 175px;
background-color: #dfe5f2;
border-right: #B78477 1px solid; 
border-top: #B78477 1px solid; 
border-left: #B78477 1px solid; 
border-bottom: #B78477 1px solid; 
moz-border-radius-bottomleft: 15px; 
moz-border-radius-bottomright: 15px; 
moz-border-radius-topleft: 3px; 
moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
background-image: url(gradient_LtBlue.jpg);
}


td(HOLD) {font-family: verdana; font-size: 12px; color: #737373;}

.header {color: #62BDFB; font-size: 20px;}
.pullQuote {color: #8FBA39; font-size: 13px; font-style: italic; font-weight: bold;}
.quoteName {color: #3C3B35; font-size: 13px; font-weight: bold;}
.quoteChurch {color: #91908D; font-size: 13px; font-weight: bold;}

.SkinObject {
    font-weight: bold;
    font-size: 12;
    color: #003366;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    text-decoration: none;
}


td#ContentPane A:link {
    text-decoration:    underline;
    font-weight: bold;
    color:#003366;
}

td#ContentPane A:visited  {
    text-decoration:    underline;
    font-weight: bold;
    color:#003366;
}

td#ContentPane A:active   {
    text-decoration:    underline;
    font-weight: bold;
    color:#003366;
}

td#ContentPane A:hover    {
    text-decoration:    underline;
    font-weight: bold;
    color:#669933;
}

td#ContentPane    {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12;
}

#normal td   {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12;
}

.subhead {

    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
    text-decoration:    underline;
}

A.SkinObject:link {
    text-decoration:    underline;
    font-weight: bold;
    color:#003366;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12;
}

A.SkinObject:visited  {
    text-decoration:    underline;
    font-weight: bold;
    color:#003366;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12;
}

A.SkinObject:active   {
    text-decoration:    underline;
    font-weight: bold;
    color:#003366;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    font-weight: bold;
    color:#669933;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12;
}

a:visited    {
    text-decoration:    underline;
    font-weight: bold;
    color:#003366;
}
a:hover {
    text-decoration:    underline;
    font-weight: bold;
    color:#669933;
}

#contenttable {
    Padding: 1px 10px;
}

#dnn_dnnLOGIN_cmdLogin {
    text-decoration:    none;
    color:#FFFFFF;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12;
}

/* Container CSS - Specific Skin Styles */


/* Box */
/* Box - Solid Fill - Color 1 */
table.boxsolidfillclr1 {
	margin: 5px 0;
}
.boxsolidfillclr1 td.header {
	background: red;
	padding: 3px 10px;
}
.boxsolidfillclr1 td#ContentPane {
	background: #fff;
	padding: 7px 10px;
	border: 1px solid red;
}
.boxsolidfillclr1 td.header span.Head {
	color: #fff;
}

/* Box - Solid Fill - Color 2 */
table.boxsolidfillclr2 {
	margin: 5px 0;
}
.boxsolidfillclr2 td.header {
	background: #3366CC;
	padding: 3px 10px;
}
.boxsolidfillclr2 td#ContentPane {
	background: #E5ECF9;
	padding: 7px 10px;
	border: 1px solid #3366CC;
}
.boxsolidfillclr2 td.header span.Head {
	color: #fff;
}

/*Box: Outline Container - Color 1 */
table.boxoutlineclr1  {
	margin: 5px 0;
	border: 1px solid red;
	background: #fff;
}
.boxoutlineclr1 td.header {
	padding: 3px 10px;
	border-bottom: 1px solid red;
}
.boxoutlineclr1 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.boxoutlineclr1 td.header span.Head {
	
}
/*Box: Outline Container - Color 2 */
table.boxoutlineclr2  {
	margin: 5px 0;
	border: 1px solid blue;
	background: #fff;
}
.boxoutlineclr2 td.header {
	padding: 3px 10px;
	border-bottom: 1px solid blue;
}
.boxoutlineclr2 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.boxoutlineclr2 td.header span.Head {
	
}

/*Box Gradient Fill Container - Color 1 */
table.gradientfillclr1  {
	margin: 5px 0;
}
.gradientfillclr1 td.header {
	background: url(../../Containers/Box/bluegradient.jpg) repeat-x top;
	padding: 3px 10px;
}
.gradientfillclr1 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.gradientfillclr1 td.header span.Head {
	color: #fff;
}
/*Box Gradient Fill Container - Color 2 */
table.gradientfillclr2  {
	margin: 5px 0;
}
.gradientfillclr2 td.header {
	background: url(../../Containers/Box/redgradient.jpg) repeat-x top;
	padding: 3px 10px;
}
.gradientfillclr2 td#ContentPane {
	padding: 7px 10px;
	background: #fff;
}
.gradientfillclr2 td.header span.Head {
	color: #fff;
}


/*Lines */
/*Lines: Single Line Container - Color 1 */
table.singlelineclr1  {
	margin: 5px 0;
}
.singlelineclr1 td.header {
	border-bottom: 1px Solid red;
	padding: 2px 0;
}
.singlelineclr1 td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
}
.singlelineclr1 td.header span.Head {
	
}

/*Lines: Single Line Container - Color 2 */
table.singlelineclr2  {
	margin: 5px 0;
}
.singlelineclr2 td.header {
	border-bottom: 1px Solid blue;
	padding: 2px 0;
}
.singlelineclr2 td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
}
.singlelineclr2 td.header span.Head {
	
}

/*Lines: Double Line Container - Color 1 */
table.doublelineclr1  {
	margin: 5px 0;
}
.doublelineclr1 td.header {
	border-bottom: 1px Solid red;
	padding: 2px 0;
}
.doublelineclr1 td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
	border-bottom: 1px dotted red;
}
.doublelineclr1 td.header span.Head {
	
}

/*Lines: Double Line Container - Color 2 */
table.doublelineclr2  {
	margin: 5px 0;
}
.doublelineclr2 td.header {
	border-bottom: 1px Solid #026F35;
	padding: 2px 0;
}
.doublelineclr2 td#ContentPane {
	background: #fff;
	padding: 7px 7px 10px 0;
	border-bottom: 1px dotted #026F35;
}
.doublelineclr2 td.header span.Head {
	
}


/*Rounded*/
/* Rounded: Solid Fill on White - Color 1 */
table.solidfillclr1 {
	background: #FFFF99;
	margin: 5px 0;
}
.solidfillclr1 td#ContentPane {

}
.solidfillclr1 p.header span.Head {
	
}

/* Rounded: Solid Fill on White - Color 2 */
table.solidfillclr2 {
	margin: 5px 0;
	background: #CBFF99;
}
.solidfillclr2 td#ContentPane {

}
.solidfillclr2 p.header span.Head {
	color: #000;
}

/* Rounded: Solid Fill on Gray - Color 1 */
table.solidfillclr1gry {
	background: #FFFFCC;
	margin: 5px 0;
}
.solidfillclr1gry td#ContentPane {

}
.solidfillclr1gry p.header span.Head {
	
}

/* Rounded: Solid Fill on Gray - Color 2 */
table.solidfillclr2gry {
	margin: 5px 0;
	background: #CCFFCC;
}
.solidfillclr2gry td#ContentPane {

}
.solidfillclr2gry p.header span.Head {
	color: #000;
}

/* Rounded: Header Fill on White - Color 1 */
table.headerfillclr1 {
	background: #CBFF99;
	margin: 5px 0;
}
.headerfillclr1 .hdrcolor {
	background: #006600;
}
.headerfillclr1 td.header {
	padding: 5px;
}
.headerfillclr1 td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr1 td.header span.Head {
	color: #fff;
}

/* Rounded: Header Fill on White - Color 2 */
table.headerfillclr2 {
	margin: 5px 0;
	background: #FFFFCC;
}
.headerfillclr2 .hdrcolor {
	background: #003366;
}
.headerfillclr2 td.header {
	padding: 5px;
}
.headerfillclr2 td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr2 td.header span.Head {
	color: #fff;
}

/* Rounded: Header Fill on Gray - Color 1 */
table.headerfillclr1gry {
	margin: 5px 0;
	background: #FFFF99;
}
.headerfillclr1gry .hdrcolor {
	background: #CC9900;
}
.headerfillclr1gry td.header {
	padding: 5px;
}
.headerfillclr1gry td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr1gry td.header span.Head {
	color: #fff;
}

/* Rounded: Header Fill on Gray - Color 2 */
table.headerfillclr2gry {
	margin: 5px 0;
	background: #9999FF;
}
.headerfillclr2gry .hdrcolor {
	background: #660066;
}
.headerfillclr2gry td.header {
	padding: 5px;
}
.headerfillclr2gry td#ContentPane {
	padding: 10px 5px;
}
.headerfillclr2gry td.header span.Head {
	color: #fff;
}


td#footer a:link     {
    text-decoration:    underline;
    font-weight: normal;
    color:#333333;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 10;
}
td#footer a:visited     {
    text-decoration:    underline;
    font-weight: normal;
    color:#333333;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 10;
}
td#footer a:active     {
    text-decoration:    underline;
    font-weight: normal;
    color:#333333;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 10;
}
td#footer a:hover     {
    text-decoration:    underline;
    font-weight: normal;
    color:#333333;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 10;
}

td#footer2     {
    color:#333333;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 10;
}




