body,
html {
	margin:0;
	padding:0;
	background:#099;
	color:#000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
body {
	min-width:800px;
}

a.skip, a.skip:active, a.skip:hover, a.skip:visited   {
	color: #099;
	background-color: #099;
}

#wrap {
	background:#fff;
	margin:0 auto;
	width:800px;
}

#nav, #nav ul { 
	background-color: #fc6;
	padding: 0px;
	margin: 0px;
	width: 800px;
	font-size: 11px;
	list-style: none;
	z-index: 25;
}

#nav a {
	display: block;
	width: 100px;
	text-decoration: none;
	color: #000000;
	background-color: #fc6;
	padding: 8px 0px;
	text-align: center;
}

#nav li { 
	float: left;
	width: 100px;
	list-style: none;
	font-weight: bold;
}

#nav li ul { 
	position: absolute;
	color: #099;
	background-color: #fc6;
	width: 100px;	
	left: -999px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

#nav li ul a { 
	color: #000;
	background-color: #fc6;
	text-align: left;
	padding-left: 5px;
	padding-top: 0px;
	font-weight: normal;
}

#nav li ul a:hover { 
	color: gray;
	background-color: #fc6;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	top: 44px;
}

#head {	
	background-image: url(http://www.umcard.org/images/headerbg.jpg); 
	background-repeat: no-repeat;
	margin:0 auto;
	width:796px;
	height: 122px;
	padding: 2px;
	clear:both;  	
}

#main {
	float:left;
	background-color: #D2E3E7;
	width:600px;	
}

#main h2, #main h3, #main h5, #main p {
	padding: 0 10px;
}

#main h3.g {
	font-size: 15px;
	color: #099;
	font-style: italic;
}

#main p.photoleft175 {
	float: left; 
	padding:0 0 8px 13px;
	margin-top: 4px; 
	margin-right: 4px; 
	font-size:90%; 
	color: gray; 
	font-style:italic; 
	width: 175px;
}

#main p.photoleft122 {
	float: left; 
	padding:0 0 8px 13px;
	margin-top: 4px; 
	font-size:90%; 
	color: gray; 
	font-style:italic; 
	width: 122px;
}

hr {
  	color: #099;
	background-color: #099;
	height: 1px;
  	width: 95%;
}

hr.sub {
  	color: #099;
	background-color: #099;
	height: 1px;
  	width: 80%;
}

hr.subleft {
  	color: #099;
	background-color: #099;
	height: 1px;
  	width: 80%;
}

#main p.smlinks  {
	text-align: center;
	font-size:10px; 
}

a.main, a.small   {
	color: #066;	
}

a.main    {
	text-decoration: none;	
}

a.main:active, a.small:active  {
	color: #0C9;
}

a.main:hover, a.small:hover  {
	color: #000;
	text-decoration: underline;
}

a.main:visited, a.small:visited  {
	color: #666;
}

.staffperson {
	float:left;
	width:575px;
	margin: 0 0 20 10;
	padding-bottom: 10px;
	padding-left: 10px;
}

.staffcaption { 
	display: inline;
	float: right; 
	clear: right; 
	padding: 4px; 
	text-align: left;
	font-style: italic;
	font-weight: bold;
	width:465px; 
} 

.staffphoto { 
	display: inline;
	float: left; 
	clear: left; 
	width:100px;
} 

.blogtitle {
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
}

#blogcomment {
	padding: 0 20px;
}

.blogctitle {
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}

#news {
	background:#C3D9DF;
	float:left;
	width:575px;
	padding:2px 0 0 5px;
	margin-left: 5px;
	font-size: 10px;
	text-align:left;
	color: #000;
}

#side {
	background-image: url(http://www.umcard.org/images/sidebgs.jpg); 
	background-repeat: no-repeat;
	float:right;
	width:200px;
	min-height:550px;
	height:550px;
}

#smenu {
	padding:300px 0 0 0; 
}

#side p {
	padding:0 10px 0 0;
}

#title {
	font-style: italic;
	text-align: right;
	padding:0 5px 0 0;
	font-size: 18px;
}

#list {
	font-style: italic;
	text-align: left;
	padding:0 5px;
	font-size: 12px;
	color: #006;	
}

#spacer {
	background:#fff;
	clear:both;
}

#footer {
	background:#fc6;
	clear:both;
}

#footer p {
	padding:5px;
	margin:0;
}

#footer p.small {
	font-size: 10px;
	color: #000;	
}

b.rtop, b.rbottom{display:block;background: #099}
b.rtop b, b.rbottom b {display:block;height: 1px;
    overflow: hidden; background: #fc6}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div.row       {
  clear: both;
  padding-top: 10px;
  width: 550px;
  }

div.row span.label {
  float: left;
  width: 275px;
  text-align: right;
  font-size: 11px;
  }

div.row span.formw {
  float: right;
  width: 270px;
  text-align: left;
  padding-left: 5px;
  font-size: 11px;
  }
  
p.center, p.submit  {
  text-align: center;
  } 
  
p.formtitle {
  font-size: 13px;
  font-weight: bold;
  }
  
#maincal {
	background-color: #D2E3E7;
	margin:5 auto;
	width:780px;
}