body { 
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: Black;	
	font-size: 9pt;
}
p { 	
	margin-bottom: 8px;	
	margin-top: 2px;	
	margin-right: 20px;	
	margin-left: 20px;
}
/* -----------------  divs ------------------------  */
.center {
	text-align: center;
	}		
.smP {
	font-size: 8pt;
	margin-right: 30px;
	}
.block {
	margin-right: 40px;
	margin-left: 40px;
}	
.blockSm {
		margin-right: 40px;
	margin-left: 40px;
	font-size: 8pt;
}	
.justify {
	text-align: justify;
/*	font-size: .9em;*/
	}			

.leftdiv {
	float: left;
	width: 49.9%; /* by making one side less than 50%, IE won't flicker when resizing the browser narrower. */
	padding: 0;
	margin: 0;
}
.rightdiv {
	float:right;
	width: 50%; /* see .leftdiv above */
	padding: 0;
	margin: 0;
}
.toClear {
	clear: both;
	text-align: center;
	display: inline;
	min-width:700px;
}
.ideaBox {
	border: 1px solid #0190B2;
	font-size: 8pt;
	padding: 10px;
}
.contentRt {
	margin-left: 190px;
	padding-left: 20px;
	padding-right: 10px;
	font-weight: normal;
}
.contentSide {
	float:left;
	font-size: 8pt;
	width:180px;
	margin: 0;
	padding:4px;
	text-align: justify;
/*	border-right: 2px solid #000000;*/
}
.imgRight {
	float: right;
	margin: 0 20px 20px 0; 
	}
.imgLeft {
	float: left;
	margin: 0 20px 20px 0; 
	}	

/* -------------------ids--------------------- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	text-align: center;
	color: #a6d5e5;
	clear: both;
	padding-top: 5px;
}
#qLinks {
	vertical-align: top;
	background-image: url(../images/bkgLogo2.jpg);
	background-repeat: repeat-x;
	height: 179px;
	white-space: nowrap;
}

#contentMargin {
margin-left: 140px;
}

/*  -------------- colors -------------------- */
.orange {
	color: #fe5800; }	
.green {
	color: #168501;
}	
.blue {
	color: #0190b2;
}
.red {
	color: #fc0000;
}
/* -------------- headers ------------------ */
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.6em;
	text-align: center;
	padding: 0;
	margin: 0;	
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.6em;
	margin-top: 4px;
	margin-bottom: 8px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.35em;
	margin-top: 4px;
	margin-bottom: 8px;
}

/*  -----------------------links ------------------- */
a:link,  a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #0190b2;
	text-decoration: none;
	font-weight: bold;
	}	
a:hover {
	color: #f1004f;}
a:active {
		color: #0190b2;
}	

a img {  /*this one omits border on linked image */
	border: 0px;
}	
a:link.dev,  a:visited.dev { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: .95em; 
	color: #a6d5e5;
	}
a:hover.dev {
	color: #f1004f;
}	
a:active.dev{
	color: #a6d5e5;
}	
a:link.q,  a:visited.q {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
} 	
a:hover.q {
	color: Black;
}
a:active.q {
		color: white;
}

a.sm:link, a.sm:visited {
	font-size: 8pt;
	font-weight: bold;
	color: #0190B2;
	text-decoration: none;
}
a.sm:hover {
	color: #f1004f;
}
a.sm:active {
	color: #f1004f;
}

/*  ----------------- tables ------------------------ */	
table#mexy	{
	background-color: white;
	border: 3px solid Black;
	}

td#logo {
	background-image: url(../images/bkgLogo2.jpg);
	background-repeat: repeat-x;
	height: 179px;
}
td#drop {
	background-image: url(../images/bkg2swirl.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
td#drop3 {
	background-image: url(../images/bkg3swirl.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
td#drop5 {
	background-image: url(../images/bkg5swirl.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
td#drop6 {
	background-image: url(../images/bkg6swirl.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
td#drop7 {
	background-image: url(../images/bkg7swirl.jpg);
	background-repeat: no-repeat;
	height: 48px;
}
td#content {
	background-image: url(../images/bkg2content.jpg);
	background-repeat: repeat-y;
}
td#content3 {
	background-image: url(../images/bkg3content.jpg);
	background-repeat: repeat-y;
}
td#content5 {
	background-image: url(../images/bkg5content.jpg);
	background-repeat: repeat-y;
}
td#content6 {
	background-image: url(../images/bkg6content.jpg);
	background-repeat: repeat-y;
}
td#content7 {
	background-image: url(../images/bkg7content.jpg);
	background-repeat: repeat-y;
}
td#content5 #content {
	margin-left: 230px;
}
td#content3 #content {
margin-left: 230px;
}
td#content6 #content {
margin-left: 230px;
}
td#content7 #content {
margin-left: 140px;
}
/*  --------------wraps ----------- */
div#redWrap {
	background-color: #f1004f;
	margin: 0 auto;
	padding: 4px;
	height: 100%;
	width: 850px;
}
div#goldWrap {
	background-color: #f7db34;
	height: 100%;
	margin: 0;
	/* margin-top: 0; margin-bottom: 0; */
/*	margin-left: 1%;
	margin-right: 1%;*/
	border: 4px solid Black;
}

