@charset "UTF-8";

/* @import url(iehacks.css); */

@media all
{
* {margin:0; padding:0; height:auto; position:relative;}


html {margin:0; padding:0; height:auto; text-align:center; display:inline;}
body {margin:0; padding:0; height:100%; position:relative; text-align:center;}
* html body * {margin:0; min-width:800px;}

/*-------------Clear Fix--------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/*------------End Clear Fix----------------*/

p {overflow:hidden; display:inline;}
hr {clear:both; margin:22px 0 22px 0;}
blockquote {margin:0 20px 20px; border-left:1px solid #eee; padding:10px; background:url(imgs/quote.gif) no-repeat 12px 0;}

#logo {clear:both;}

#topEdge { height:32px; width:100%; background:url(imgs/topEdge.gif) repeat-x;}
#content {width:700px; height:auto; margin:auto; padding:24px;}
	#callOut {color: #CC0000; text-align:center; margin-bottom:24px;}
	#colLeft {width:430px; float:left; text-align:left; margin-left:30px;}
	#colRight {width:210px; height:100%; float:right; text-align:left; padding-left:10px; border-left:1px solid #ccc;}

}
