body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f3f1f2;
	
	text-align: center;
	min-width:1109px;
	font-family:arial;
	font-size:12px;
	line-height:16px;
	color:#000000;
}

img	{ border:1; }

#main_container{width:1109px; margin-left: auto;  margin-right: auto; background-color:#f3f1f2; text-align:left; border:0;}

h1 {font-size:20px; margin-bottom:-5px; font-weight:bold;}
h2 {font-size:15px; line-height:18px; font-weight:bold;}
h3 {font-size:12px; line-height:18px; font-weight:bold;}

.whiteheading {font-size:16px; padding:5px; font-weight:bold; color:#ffffff;}
.footer {font-size:11px; line-height:22px; font-weight:normal; color:#ffffff;}

.mybox2 {width:180px;padding:10px;border:solid red 1px;}

a:link {font-size:12px; line-height:16px; font-weight:bold;text-decoration:none; color:red;}
a:visited {font-size:12px; line-height:16px; font-weight:bold;text-decoration:none; color:red;}
a:active {font-size:12px; line-height:16px; font-weight:bold;text-decoration:none; color:red;}
a:hover {font-size:12px; line-height:16px; font-weight:bold;text-decoration:underline; color:red;}

.mybox2 ul {margin:0;padding:10px 0px 10px 0px;}
.mybox2 ul li {margin-left:15px;}

.heading a:link {font-size:12px; line-height:16px; font-weight:bold;text-decoration:none; color:red;}
.heading a:visited {font-size:12px; line-height:16px; font-weight:bold;text-decoration:none; color:red;}
.heading a:active {font-size:12px; line-height:16px; font-weight:bold;text-decoration:none; color:red;}
.heading a:hover {font-size:12px; line-height:16px; font-weight:bold;text-decoration:underline; color:red;}


.quickFlip {
    position:relative;
}

.quickFlip .quickFlipPanel {
    position:absolute;
    top:0;
    left:0;
    margin:0!important;
    padding:0!important;
}

.flipColLeft, .flipColRight {
    position:absolute;
    top:0;
    overflow:hidden;
    margin:0!important;
    padding:0!important;
}

.flipColRight .quickFlipPanel {
    right:0;
    left:auto;
}

.quickFlip, .quickFlipPanel {
    height:250px;
    width: 350px;
}
 
/* the rest of this is irrelevent */
 
.quickFlip {
    clear: both;
}
 
.quickFlipPanel {
    text-align: left;
}
 
.redPanel {
    background-color: #adadad;
    border: 2px solid black;
}

.redPanel h2 {
    padding:0px 0px 0px 30px;
}

.blackPanel h2 {
    padding:0px 0px 0px 30px;
}

.redPanel h1 {
    padding:0px 0px 0px 30px;
}

.blackPanel h1 {
    padding:0px 0px 0px 30px;
}
 
.blackPanel {
    background-color: #383838;
    color: white;
    border: 2px solid red;
}
 
.quickFlipCta {
    cursor: pointer;
	padding:0px 0px 0px 30px;
}
