	@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
body{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

#content{ padding:25px 5% 15px 5%; overflow:hidden;}
#content h2{ font-size:14px; text-transform:uppercase; margin-bottom:10px;}
#content h1{  font-size:24px; margin-bottom:20px; }
#content p{ font-size:15px;line-height:18px; margin-bottom:10px;}
#content p img{ float:left; padding:1px; margin-right:10px; }

.image{ padding:1px;}

#menu .button{ height:50px; width:80%;  margin-top:1px;  padding:0 5% 0 5%; margin:4px 5% 0 5%; vertical-align:middle;line-height:40px;}
#menu .button a{  
	text-decoration:none; 
	font-size:18px; 
	display:block; 
	width:100%; line-height:50px;
	vertical-align:middle;
	}
#menu .button img{ margin-right:20px; margin-top:10px; float:left;}

#footer{ 
	text-align:center; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:15px; 
	line-height:28px;
	margin:10px 5% 10px 5%;
	}
#footer img{ margin-left:10px;}
#footer a{ color:inherit; }

#footer2{ width:100%; text-align:center; font-size:12px; margin-top:10px; }
#footer2 a{ color:inherit; }

#disclaimer{ padding:25px 5% 15px 5%; overflow:hidden; text-align:left; font-size:12px; margin-top:10px; }

/* change styles below. create diff CSS */

.bodybk{background-color:white;}  		/* Page Background */
.mainbk{ background-color:mistyrose;}  		/* Menu & Header Background */
.icobk{color:black;}					/* MENU TITLE COLOR  */
.titlecolor{ color:mistyrose;}				/* FIRST MIDDLE LAST Color*/
.txtcolor{ color:black;}				/* TITLE OR HEADING Color */
.headlinecolor{color:mistyrose;}				/* Bottom Footer Color Copyright */
