/* MCA CSS  */

/* set up page and default all padding and margins */
body {
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	background-color:#19429d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
}

body *{  margin:0px; padding:0px; }

/* page properties */
.pagecontent { width:780px; text-align:left; background-color:#FFFFFF; background-image:url(../imgs/watermark.jpg); background-position:bottom; background-repeat:no-repeat }

.threeCols .centerColumn { margin:0px 175px 0px 200px; padding-bottom:90px; min-height:317px}
.threeCols .rightColumn { float:right; width:175px; padding-top:0px;}
.threeCols .leftColumn { float:left; width:200px; padding-top:16px; }

/* masthead */
.masthead	{ display:block; height: 156px;	}

/* nav buttons */
.leftColumn img { padding:1px 0px 0px 20px;}

/*  h1 & h2 are used to wrap graphics */
h2 { display:block; }

/* content html headers */
h1 { display:block; font-size:19px; font-weight:normal; paddding-top:32px; margin:0px 0px 24px 0px; line-height:18px; }
h3 { display:block; font-size:15px; font-weight:bold; margin:10px 0px 10px 0px; line-height:18px; }
h4 { display:block; font-size:12px; font-weight:bold; margin:24px 0px 8px 0px; line-height:16px; }

p { padding-right:10px; margin-bottom:12px; line-height:18px;}
p em { color:#333333; }

.centerColumn ul { margin-bottom:24px; padding-left:20px; padding-right:5px;}
.centerColumn li { padding-bottom:12px; }


/* ~~~~~~~~~ links */
a { color:#003399; text-decoration:underline; }
a:hover { text-decoration:none; }
a:visited { color:#000066; }

/* ~~~~~~~~ nav lists */
.rightColumn ul { margin-bottom:24px; list-style-type:disc; padding-left:28px; padding-right:5px; padding-top:16px; font-size:12px; line-height:16px; color:#d9a25f;}
.rightColumn li { margin-bottom:8px; }

.rightColumn a { color:#000000; text-decoration:none; }
.rightColumn a:hover { text-decoration:underline;}
.rightColumn a:visited { color:#000000; }


/* ~~~~~~~~ footer */
#footer { width:780px; margin-top:10px; text-align:left; font-size:11px; color:#FFFFFF;}

